Home
last modified time | relevance | path

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

/aosp12/system/iorap/include/binder/
H A Ddexopt_event.h27 struct DexOptEvent : public AutoParcelable<DexOptEvent> { struct
36 IORAP_INTROSPECT_ADAPT_STRUCT(DexOptEvent, type, package_name); argument
/aosp12/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/
H A DDexOptEvent.java34 public class DexOptEvent implements Parcelable { class
53 private DexOptEvent(@Type int type, String packageName) { in DexOptEvent() method in DexOptEvent
91 private DexOptEvent(Parcel in) { in DexOptEvent() method in DexOptEvent