OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wakeFds
(Results
1 - 6
of
6
) sorted by null
/hardware/akm/AK8975_FS/libsensors/
sensors.cpp
178
int
wakeFds
[2];
179
int result = pipe(
wakeFds
);
181
fcntl(
wakeFds
[0], F_SETFL, O_NONBLOCK);
182
fcntl(
wakeFds
[1], F_SETFL, O_NONBLOCK);
183
mWritePipeFd =
wakeFds
[1];
185
mPollFds[wake].fd =
wakeFds
[0];
/hardware/invensense/65xx/libsensors_iio/
sensors_mpl.cpp
162
int
wakeFds
[2];
163
int result = pipe(
wakeFds
);
165
fcntl(
wakeFds
[0], F_SETFL, O_NONBLOCK);
166
fcntl(
wakeFds
[1], F_SETFL, O_NONBLOCK);
167
mWritePipeFd =
wakeFds
[1];
169
mPollFds[numSensorDrivers].fd =
wakeFds
[0];
/device/google/dragon/sensor_hub/
sensors.cpp
598
int
wakeFds
[2];
599
int result = pipe(
wakeFds
);
601
fcntl(
wakeFds
[0], F_SETFL, O_NONBLOCK);
602
fcntl(
wakeFds
[1], F_SETFL, O_NONBLOCK);
603
mWritePipeFd =
wakeFds
[1];
605
mPollFds[crosEcWakeFd].fd =
wakeFds
[0];
/device/htc/flounder/sensor_hub/libsensors/
sensors.cpp
658
int
wakeFds
[2];
659
int result = pipe(
wakeFds
);
661
fcntl(
wakeFds
[0], F_SETFL, O_NONBLOCK);
662
fcntl(
wakeFds
[1], F_SETFL, O_NONBLOCK);
663
mWritePipeFd =
wakeFds
[1];
665
mPollFds[wake].fd =
wakeFds
[0];
/frameworks/native/services/inputflinger/
EventHub.cpp
207
int
wakeFds
[2];
208
result = pipe(
wakeFds
);
211
mWakeReadPipeFd =
wakeFds
[0];
212
mWakeWritePipeFd =
wakeFds
[1];
[
all
...]
/hardware/libhardware/modules/input/evdev/
InputHub.cpp
476
int
wakeFds
[2];
477
result = pipe(
wakeFds
);
Completed in 715 milliseconds