OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pendingSensors
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/system/sensors/
sensors_qemu.c
125
uint32_t
pendingSensors
;
239
data->
pendingSensors
= 0;
270
if (data->
pendingSensors
& (1<<i)) {
271
data->
pendingSensors
&= ~(1<<i);
284
LOGE("No sensor to return!!!
pendingSensors
=%08x", data->
pendingSensors
);
299
if (data->
pendingSensors
) {
372
data->
pendingSensors
= new_sensors;
443
if (!datadev->
pendingSensors
) {
/sdk/emulator/sensors/
sensors_qemu.c
125
uint32_t
pendingSensors
;
239
data->
pendingSensors
= 0;
270
if (data->
pendingSensors
& (1<<i)) {
271
data->
pendingSensors
&= ~(1<<i);
284
LOGE("No sensor to return!!!
pendingSensors
=%08x", data->
pendingSensors
);
299
if (data->
pendingSensors
) {
372
data->
pendingSensors
= new_sensors;
443
if (!datadev->
pendingSensors
) {
Completed in 19 milliseconds