HomeSort by relevance Sort by last modified time
    Searched defs:setLeftyMode (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/lefty/
Lefty.cpp 32 Return<void> Lefty::setLeftyMode(bool enabled) {
35 mHubConnection->setLeftyMode(enabled);
  /device/google/contexthub/sensorhal/
hubconnection.cpp 568 void HubConnection::setLeftyMode(bool enable) {
586 ALOGV("setLeftyMode: lefty (gaze) = %s\n",
589 ALOGE("setLeftyMode: failed to send command lefty (gaze) = %s\n",
596 ALOGV("setLeftyMode: lefty (ungaze) = %s\n",
599 ALOGE("setLeftyMode: failed to send command lefty (ungaze) = %s\n",
606 ALOGV("setLeftyMode: lefty (tilt) = %s\n",
609 ALOGE("setLeftyMode: failed to send command lefty (tilt) = %s\n",
614 ALOGE("setLeftyMode: failed to allocate command\n");
    [all...]

Completed in 53 milliseconds