Home
last modified time | relevance | path

Searched refs:kReportFullyDrawn (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/iorap/include/binder/
H A Dapp_launch_event.h45 kReportFullyDrawn = 5, enumerator
142 case Type::kReportFullyDrawn: in readFromParcel()
184 case Type::kReportFullyDrawn: in writeToParcel()
363 case AppLaunchEvent::Type::kReportFullyDrawn:
/aosp12/system/iorap/src/manager/
H A Devent_manager.cc341 case Type::kReportFullyDrawn: { in OnNewEvent()
731 case Type::kReportFullyDrawn: { // From a terminal state, only go to kIntentStarted in OnAppLaunchEvent()
776 event.type == Type::kReportFullyDrawn) { in OnAppLaunchEvent()