Home
last modified time | relevance | path

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

/system/iorap/include/binder/
Dapp_launch_event.h36 struct AppLaunchEvent : public ::android::Parcelable { struct
66 AppLaunchEvent() = default; argument
67 AppLaunchEvent(Type type,
81 AppLaunchEvent(const AppLaunchEvent& other) { in AppLaunchEvent() function
85 AppLaunchEvent& operator=(const AppLaunchEvent& other) {
343 inline std::ostream& operator<<(std::ostream& os, const AppLaunchEvent::Type& type) { argument
345 case AppLaunchEvent::Type::kUninitialized:
348 case AppLaunchEvent::Type::kIntentStarted:
351 case AppLaunchEvent::Type::kIntentFailed:
354 case AppLaunchEvent::Type::kActivityLaunched:
[all …]
/system/iorap/binder/com/google/android/startop/iorap/
DIIorap.aidl22 import com.google.android.startop.iorap.AppLaunchEvent;
113 void onAppLaunchEvent(in RequestId request, in AppLaunchEvent event); in onAppLaunchEvent()
DAppLaunchEvent.aidl20 parcelable AppLaunchEvent cpp_header "binder/app_launch_event.h";
/system/iorap/src/manager/
Devent_manager.cc52 using binder::AppLaunchEvent;
121 std::optional<AppLaunchEvent::Temperature> temperature_;
192 void OnNewEvent(const AppLaunchEvent& event) { in OnNewEvent()
198 using Type = AppLaunchEvent::Type; in OnNewEvent()
285 AppLaunchEvent::Temperature temperature = event.temperature; in OnNewEvent()
287 if (temperature != AppLaunchEvent::Temperature::kCold) { in OnNewEvent()
712 binder::AppLaunchEvent::Type last_event_type_{binder::AppLaunchEvent::Type::kUninitialized};
721 const binder::AppLaunchEvent& event, in OnAppLaunchEvent()
722 binder::AppLaunchEvent* overwrite) { in OnAppLaunchEvent()
723 using Type = binder::AppLaunchEvent::Type; in OnAppLaunchEvent()
[all …]
Devent_manager.h75 const binder::AppLaunchEvent& event);
/system/iorap/src/binder/
Diiorap_def.h31 (const ::com::google::android::startop::iorap::,AppLaunchEvent,&,event)) \
Diiorap_impl.cc172 const AppLaunchEvent& event) { in OnAppLaunchEvent()
419 const AppLaunchEvent& app_launch_event) { in SendArgs()