Home
last modified time | relevance | path

Searched refs:SystemServiceUserEvent (Results 1 – 7 of 7) sorted by relevance

/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
87 } else if (other instanceof SystemServiceUserEvent) { in equals()
88 return equals((SystemServiceUserEvent) other); in equals()
93 private boolean equals(SystemServiceUserEvent other) { in equals()
105 private SystemServiceUserEvent(Parcel in) { in SystemServiceUserEvent() method in SystemServiceUserEvent
117 = new Parcelable.Creator<SystemServiceUserEvent>() {
118 public SystemServiceUserEvent createFromParcel(Parcel in) {
119 return new SystemServiceUserEvent(in);
122 public SystemServiceUserEvent[] newArray(int size) {
[all …]
/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
44 IORAP_JAVA_NAMESPACE_BINDER_TYPEDEF(SystemServiceUserEvent)
/aosp12/frameworks/base/startop/iorap/tests/src/com/google/android/startop/iorap/
H A DParcelablesTest.kt67 SystemServiceUserEvent(SystemServiceUserEvent.TYPE_START_USER, 12345),
68 SystemServiceUserEvent(SystemServiceUserEvent.TYPE_START_USER, 12345),
69 SystemServiceUserEvent(SystemServiceUserEvent.TYPE_CLEANUP_USER, 12345)),
H A DIIorapIntegrationTest.kt134 SystemServiceUserEvent(SystemServiceUserEvent.TYPE_START_USER, 0))
/aosp12/system/iorap/binder/com/google/android/startop/iorap/
H A DIIorap.aidl28 import com.google.android.startop.iorap.SystemServiceUserEvent;
119 void onSystemServiceUserEvent(in RequestId request, in SystemServiceUserEvent event); in onSystemServiceUserEvent()
H A DSystemServiceUserEvent.aidl20 parcelable SystemServiceUserEvent cpp_header "binder/system_service_user_event.h";
/aosp12/system/iorap/src/binder/
H A Diiorap_def.h44 … (const ::com::google::android::startop::iorap::,SystemServiceUserEvent,&,event))\