Home
last modified time | relevance | path

Searched refs:getAliveCheck (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/lefty/
DLefty.cpp34 && mHubConnection->getAliveCheck() == ::android::OK) { in setLeftyMode()
/device/google/contexthub/sensorhal/
Dhubconnection.h65 status_t getAliveCheck();
Dsensors.cpp236 return (mHubConnection->initCheck() == OK && mHubConnection->getAliveCheck() == OK); in getHubAlive()
Dhubconnection.cpp301 status_t HubConnection::getAliveCheck() in getAliveCheck() function in android::HubConnection