OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pollCount
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/
rsThreadIO.cpp
119
int
pollCount
= 1;
121
pollCount
= 2;
130
int pr = poll(p,
pollCount
, waitTime);
/device/samsung/manta/bubblelevel/
BubbleLevelImpl.h
60
uint32_t
pollCount
() { return mPollCount; }
BubbleLevelImpl.cpp
261
(bl->
pollCount
() >= BL_SENSOR_POLL_COUNT)) {
/system/netd/
MDnsSdListener.cpp
545
int
pollCount
= 1;
556
if (VDBG) ALOGD("Going to poll with
pollCount
%d",
pollCount
);
557
int pollResults = poll(mPollFds,
pollCount
, 10000000);
561
if (VDBG) ALOGD("Monitor poll got data
pollCount
= %d, %d",
pollCount
, pollResults);
562
for(int i = 1; i <
pollCount
; i++) {
579
pollCount
= rescan();
Completed in 92 milliseconds