Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/remoteaccess/hal/default/proto/
Dwakeup_client.proto114 bool isWakeupRequired = 1; field
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/src/
DTestWakeupClientServiceImpl.cpp516 bool ServiceImpl::isWakeupRequired() { in isWakeupRequired() function in android::hardware::automotive::remoteaccess::ServiceImpl
/hardware/interfaces/automotive/remoteaccess/hal/default/test/
DRemoteAccessServiceUnitTest.cpp270 bool isWakeupRequired = false; in TEST_F() local