OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_sensors
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4xxx/camera/
SensorListener.cpp
45
ssize_t
num_sensors
;
local
47
while ((
num_sensors
= listener->mSensorEventQueue->read(sen_events, 8)) > 0) {
48
for (int i = 0; i <
num_sensors
; i++) {
88
if (
num_sensors
< 0 &&
num_sensors
!= -EAGAIN) {
89
CAMHAL_LOGEB("reading events failed: %s", strerror(-
num_sensors
));
/external/qemu/android/
hw-sensors.c
562
int32_t
num_sensors
= qemu_get_be32(f);
local
563
if (
num_sensors
> MAX_SENSORS) {
565
__FUNCTION__,
num_sensors
, MAX_SENSORS);
571
for (i = 0 ; i <
num_sensors
; i++) {
Completed in 114 milliseconds