Home
last modified time | relevance | path

Searched defs:AppLaunchEventDefender (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/iorap/src/manager/
H A Devent_manager.cc711 struct AppLaunchEventDefender { struct
712 binder::AppLaunchEvent::Type last_event_type_{binder::AppLaunchEvent::Type::kUninitialized};
714 enum class Result {
720 Result OnAppLaunchEvent(binder::RequestId request_id, in OnAppLaunchEvent()