Searched refs:AppLaunchEvent (Results 1 – 7 of 7) sorted by relevance
36 struct AppLaunchEvent : public ::android::Parcelable { struct66 AppLaunchEvent() = default; argument67 AppLaunchEvent(Type type,81 AppLaunchEvent(const AppLaunchEvent& other) { in AppLaunchEvent() function85 AppLaunchEvent& operator=(const AppLaunchEvent& other) {343 inline std::ostream& operator<<(std::ostream& os, const AppLaunchEvent::Type& type) { argument345 case AppLaunchEvent::Type::kUninitialized:348 case AppLaunchEvent::Type::kIntentStarted:351 case AppLaunchEvent::Type::kIntentFailed:354 case AppLaunchEvent::Type::kActivityLaunched:[all …]
22 import com.google.android.startop.iorap.AppLaunchEvent;113 void onAppLaunchEvent(in RequestId request, in AppLaunchEvent event); in onAppLaunchEvent()
20 parcelable AppLaunchEvent cpp_header "binder/app_launch_event.h";
52 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 …]
75 const binder::AppLaunchEvent& event);
31 (const ::com::google::android::startop::iorap::,AppLaunchEvent,&,event)) \
172 const AppLaunchEvent& event) { in OnAppLaunchEvent()419 const AppLaunchEvent& app_launch_event) { in SendArgs()