Searched refs:AppLaunchEvent (Results 1 – 8 of 8) sorted by relevance
/system/iorap/tests/src/binder/ |
D | app_launch_event_test.cc | 28 using Type = AppLaunchEvent::Type; 29 using Temperature = AppLaunchEvent::Temperature; 62 inline bool operator==(const AppLaunchEvent& lhs, const AppLaunchEvent& rhs) { in operator ==() 78 inline bool operator!=(const AppLaunchEvent& lhs, const AppLaunchEvent& rhs) { in operator !=() 82 static AppLaunchEvent MakeIntentStarted(int64_t sequence_id, in MakeIntentStarted() 87 AppLaunchEvent e{Type::kIntentStarted, sequence_id, std::move(intent_proto)}; in MakeIntentStarted() 91 static AppLaunchEvent MakeIntentFailed(int64_t sequence_id) { in MakeIntentFailed() 92 AppLaunchEvent e{Type::kIntentFailed, sequence_id}; in MakeIntentFailed() 96 static AppLaunchEvent 103 AppLaunchEvent e{Type::kActivityLaunched, in MakeActivityLaunched() [all …]
|
/system/iorap/include/binder/ |
D | app_launch_event.h | 36 struct AppLaunchEvent : public ::android::Parcelable { struct 63 AppLaunchEvent() = default; argument 64 AppLaunchEvent(Type type, 303 inline std::ostream& operator<<(std::ostream& os, const AppLaunchEvent::Type& type) { argument 305 case AppLaunchEvent::Type::kUninitialized: 308 case AppLaunchEvent::Type::kIntentStarted: 311 case AppLaunchEvent::Type::kIntentFailed: 314 case AppLaunchEvent::Type::kActivityLaunched: 317 case AppLaunchEvent::Type::kActivityLaunchCancelled: 320 case AppLaunchEvent::Type::kActivityLaunchFinished: [all …]
|
/system/iorap/src/manager/ |
D | event_manager.cc | 33 using binder::AppLaunchEvent; 141 void OnNewEvent(const AppLaunchEvent& event) { in OnNewEvent() 144 using Type = AppLaunchEvent::Type; in OnNewEvent() 172 AppLaunchEvent::Temperature temperature = event.temperature; in OnNewEvent() 173 if (temperature != AppLaunchEvent::Temperature::kCold) { in OnNewEvent() 319 std::reference_wrapper<const AppLaunchEvent>; 332 void OnNext(const AppLaunchEvent& e) { in OnNext() 409 const AppLaunchEvent& event) { in OnAppLaunchEvent() 492 const AppLaunchEvent& event) { in OnAppLaunchEvent()
|
D | event_manager.h | 46 const binder::AppLaunchEvent& event);
|
/system/iorap/binder/com/google/android/startop/iorap/ |
D | IIorap.aidl | 22 import com.google.android.startop.iorap.AppLaunchEvent; 111 void onAppLaunchEvent(in RequestId request, in AppLaunchEvent event); in onAppLaunchEvent()
|
D | AppLaunchEvent.aidl | 20 parcelable AppLaunchEvent cpp_header "binder/app_launch_event.h";
|
/system/iorap/src/binder/ |
D | iiorap_impl.cc | 115 const AppLaunchEvent& event) { in OnAppLaunchEvent() 241 const AppLaunchEvent& app_launch_event) { in SendArgs()
|
D | iiorap_def.h | 31 (const ::com::google::android::startop::iorap::,AppLaunchEvent,&,event)) \
|