OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WAKE_MESSAGE
(Results
1 - 4
of
4
) sorted by null
/device/samsung/manta/libsensors/
sensors.cpp
134
static const char
WAKE_MESSAGE
= 'W';
237
const char wakeMessage(
WAKE_MESSAGE
);
309
ALOGE_IF(msg !=
WAKE_MESSAGE
, "unknown message on wake queue (0x%02x)", int(msg));
/hardware/akm/AK8975_FS/libsensors/
sensors.cpp
143
static const char
WAKE_MESSAGE
= 'W';
228
const char wakeMessage(
WAKE_MESSAGE
);
311
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));
/hardware/invensense/65xx/libsensors_iio/
sensors_mpl.cpp
112
static const char
WAKE_MESSAGE
= 'W';
188
const char wakeMessage(
WAKE_MESSAGE
);
Completed in 500 milliseconds