Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/remoteaccess/vts/src/
DVtsHalAutomotiveRemoteAccess_TargetTest.cpp167 ApState apState = ApState{ in TEST_P()
172 ScopedAStatus status = mHal->notifyApStateChange(apState); in TEST_P()
175 << apState.toString(); in TEST_P()
177 apState = ApState{ in TEST_P()
183 << apState.toString(); in TEST_P()
/hardware/interfaces/automotive/remoteaccess/hal/default/src/
DRemoteAccessService.cpp541 ApState apState = {}; in dump() local
552 apState.isReadyForRemoteTask = true; in dump()
559 apState.isWakeupRequired = true; in dump()
561 auto status = notifyApStateChange(apState); in dump()