Home
last modified time | relevance | path

Searched defs:SystemServiceUserEvent (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/iorap/include/binder/
H A Dsystem_service_user_event.h27 struct SystemServiceUserEvent : public AutoParcelable<SystemServiceUserEvent> { struct
40 IORAP_INTROSPECT_ADAPT_STRUCT(SystemServiceUserEvent, type, user_handle); argument
/aosp12/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/
H A DSystemServiceUserEvent.java37 public class SystemServiceUserEvent implements Parcelable { class
65 public SystemServiceUserEvent(@Type int type, int userHandle) { in SystemServiceUserEvent() method in SystemServiceUserEvent
105 private SystemServiceUserEvent(Parcel in) { in SystemServiceUserEvent() method in SystemServiceUserEvent