Searched refs:getAliveCheck (Results 1 – 4 of 4) sorted by relevance
34 && mHubConnection->getAliveCheck() == ::android::OK) { in setLeftyMode()
65 status_t getAliveCheck();
236 return (mHubConnection->initCheck() == OK && mHubConnection->getAliveCheck() == OK); in getHubAlive()
301 status_t HubConnection::getAliveCheck() in getAliveCheck() function in android::HubConnection