HomeSort by relevance Sort by last modified time
    Searched refs:WAKE_MESSAGE (Results 1 - 4 of 4) sorted by null

  /hardware/akm/AK8975_FS/libsensors/
sensors.cpp 146 static const char WAKE_MESSAGE = 'W';
231 const char wakeMessage(WAKE_MESSAGE);
314 ALOGE_IF(msg != WAKE_MESSAGE, "unknown message on wake queue (0x%02x)", int(msg));
  /device/lge/hammerhead/libsensors/
sensors.cpp 135 static const char WAKE_MESSAGE = 'W';
259 const char wakeMessage(WAKE_MESSAGE);
364 ALOGE_IF(msg != WAKE_MESSAGE, "unknown message on wake queue (0x%02x)", int(msg));
  /device/htc/flounder/sensor_hub/libsensors/
sensors.cpp 606 static const char WAKE_MESSAGE = 'W';
683 const char wakeMessage(WAKE_MESSAGE);
729 char msg(WAKE_MESSAGE);
732 ALOGE_IF(msg != WAKE_MESSAGE, "unknown message on wake queue (0x%02x)", int(msg));
  /hardware/invensense/65xx/libsensors_iio/
sensors_mpl.cpp 114 static const char WAKE_MESSAGE = 'W';
190 const char wakeMessage(WAKE_MESSAGE);

Completed in 474 milliseconds