Home
last modified time | relevance | path

Searched refs:RequestId (Results 1 – 9 of 9) sorted by relevance

/system/iorap/include/binder/
Drequest_id.h26 struct RequestId : public AutoParcelable<RequestId> { struct
30 IORAP_INTROSPECT_ADAPT_STRUCT(RequestId, request_id); argument
34 IORAP_JAVA_NAMESPACE_BINDER_TYPEDEF(RequestId)
/system/iorap/binder/com/google/android/startop/iorap/
DIIorap.aidl26 import com.google.android.startop.iorap.RequestId;
111 void onAppLaunchEvent(in RequestId request, in AppLaunchEvent event); in onAppLaunchEvent()
112 void onPackageEvent(in RequestId request, in PackageEvent event); in onPackageEvent()
113 void onAppIntentEvent(in RequestId request, in AppIntentEvent event); in onAppIntentEvent()
114 void onSystemServiceEvent(in RequestId request, in SystemServiceEvent event); in onSystemServiceEvent()
115 void onSystemServiceUserEvent(in RequestId request, in SystemServiceUserEvent event); in onSystemServiceUserEvent()
DITaskListener.aidl20 import com.google.android.startop.iorap.RequestId;
29 void onProgress(in RequestId requestId, in TaskResult result); in onProgress()
30 void onComplete(in RequestId requestId, in TaskResult result); in onComplete()
DRequestId.aidl20 parcelable RequestId cpp_header "binder/request_id.h";
/system/iorap/src/binder/
Diiorap_def.h30 FN(onAppLaunchEvent,(const ::com::google::android::startop::iorap::,RequestId,&,request), \
32 FN(onPackageEvent, (const ::com::google::android::startop::iorap::,RequestId,&,request), \
34 FN(onAppIntentEvent,(const ::com::google::android::startop::iorap::,RequestId,&,request), \
37 (const ::com::google::android::startop::iorap::,RequestId,&,request), \
40 (const ::com::google::android::startop::iorap::,RequestId,&,request), \
Diiorap_impl.cc91 void ReplyWithResult(const RequestId& request_id, TaskResult::State result_state) { in ReplyWithResult()
114 bool OnAppLaunchEvent(const RequestId& request_id, in OnAppLaunchEvent()
123 void HandleFakeBehavior(const RequestId& request_id) { in HandleFakeBehavior()
133 bool MaybeHandleFakeBehavior(const RequestId& request_id) { in MaybeHandleFakeBehavior()
217 const RequestId& request_id, in SendArgs()
240 const RequestId& request_id, in SendArgs()
/system/iorap/tests/src/binder/
Dauto_parcelable_test.cc26 RequestId typical; in TEST()
59 RequestId copy; in TEST()
72 RequestId copy; in TEST()
/system/iorap/src/manager/
Devent_manager.h45 bool OnAppLaunchEvent(binder::RequestId request_id,
Devent_manager.cc32 using binder::RequestId;
408 bool OnAppLaunchEvent(RequestId request_id, in OnAppLaunchEvent()
452 rxcpp::observable<RequestId> completed_requests_;
491 bool EventManager::OnAppLaunchEvent(RequestId request_id, in OnAppLaunchEvent()