OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WAKE_MESSAGE
(Results
1 - 5
of
5
) sorted by null
/device/google/dragon/sensor_hub/
sensors.h
52
static const char
WAKE_MESSAGE
= 'W';
sensors.cpp
620
const char wakeMessage(
WAKE_MESSAGE
);
663
char msg(
WAKE_MESSAGE
);
667
ALOGE_IF(msg !=
WAKE_MESSAGE
,
/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/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 166 milliseconds