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/server/
MDnsSdListener.cpp
590
int
pollCount
= 1;
604
if (VDBG) ALOGD("Going to poll with
pollCount
%d",
pollCount
);
605
int pollResults = poll(mPollFds,
pollCount
, 10000000);
609
if (VDBG) ALOGD("Monitor poll got data
pollCount
= %d, %d",
pollCount
, pollResults);
610
for(int i = 1; i <
pollCount
; i++) {
627
pollCount
= rescan();
Completed in 485 milliseconds