Home
last modified time | relevance | path

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

/system/iorap/include/binder/
Ddexopt_event.h27 struct DexOptEvent : public AutoParcelable<DexOptEvent> { struct
36 IORAP_INTROSPECT_ADAPT_STRUCT(DexOptEvent, type, package_name); argument
40 IORAP_JAVA_NAMESPACE_BINDER_TYPEDEF(DexOptEvent)
/system/iorap/binder/com/google/android/startop/iorap/
DIIorap.aidl23 import com.google.android.startop.iorap.DexOptEvent;
114 void onDexOptEvent(in RequestId request, in DexOptEvent event); in onDexOptEvent()
DDexOptEvent.aidl20 parcelable DexOptEvent cpp_header "binder/dexopt_event.h";
/system/iorap/src/manager/
Devent_manager.h81 const binder::DexOptEvent& event);
Devent_manager.cc53 using binder::DexOptEvent;
998 const DexOptEvent& event) { in OnDexOptEvent()
1372 const DexOptEvent& event) { in OnDexOptEvent()
/system/iorap/src/binder/
Diiorap_def.h46 (const ::com::google::android::startop::iorap::,DexOptEvent,&,event)) \
Diiorap_impl.cc180 bool OnDexOptEvent(const RequestId& request_id, const DexOptEvent& event) { in OnDexOptEvent()
444 const DexOptEvent& event) { in SendArgs()