OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wakeFds
(Results
1 - 3
of
3
) sorted by null
/device/samsung/manta/libsensors/
sensors.cpp
205
int
wakeFds
[2];
206
int result = pipe(
wakeFds
);
208
fcntl(
wakeFds
[0], F_SETFL, O_NONBLOCK);
209
fcntl(
wakeFds
[1], F_SETFL, O_NONBLOCK);
210
mWritePipeFd =
wakeFds
[1];
212
mPollFds[wake].fd =
wakeFds
[0];
/device/lge/hammerhead/libsensors/
sensors.cpp
230
int
wakeFds
[2];
231
int result = pipe(
wakeFds
);
233
fcntl(
wakeFds
[0], F_SETFL, O_NONBLOCK);
234
fcntl(
wakeFds
[1], F_SETFL, O_NONBLOCK);
235
mWritePipeFd =
wakeFds
[1];
237
mPollFds[wake].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];
Completed in 194 milliseconds