Searched refs:SystemServiceUserEvent (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/ |
H A D | SystemServiceUserEvent.java | 37 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 D | system_service_user_event.h | 27 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 D | ParcelablesTest.kt | 67 SystemServiceUserEvent(SystemServiceUserEvent.TYPE_START_USER, 12345), 68 SystemServiceUserEvent(SystemServiceUserEvent.TYPE_START_USER, 12345), 69 SystemServiceUserEvent(SystemServiceUserEvent.TYPE_CLEANUP_USER, 12345)),
|
H A D | IIorapIntegrationTest.kt | 134 SystemServiceUserEvent(SystemServiceUserEvent.TYPE_START_USER, 0))
|
/aosp12/system/iorap/binder/com/google/android/startop/iorap/ |
H A D | IIorap.aidl | 28 import com.google.android.startop.iorap.SystemServiceUserEvent; 119 void onSystemServiceUserEvent(in RequestId request, in SystemServiceUserEvent event); in onSystemServiceUserEvent()
|
H A D | SystemServiceUserEvent.aidl | 20 parcelable SystemServiceUserEvent cpp_header "binder/system_service_user_event.h";
|
/aosp12/system/iorap/src/binder/ |
H A D | iiorap_def.h | 44 … (const ::com::google::android::startop::iorap::,SystemServiceUserEvent,&,event))\
|