OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFDCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/ui/
EventHub.cpp
99
, mDevices(0), mFDs(0),
mFDCount
(0), mOpened(false)
355
pollres = poll(mFDs,
mFDCount
, -1);
367
//printf("poll %d, returned %d\n",
mFDCount
, pollres);
370
for(i = 1; i <
mFDCount
; i++) {
410
// read_notify() will modify mFDs and
mFDCount
, so this must be done after
428
mFDCount
= 1;
466
for (int n = 0; (n <
mFDCount
) && (outFlags[codeIndex] == 0); n++) {
573
new_mFDs = (pollfd*)realloc(mFDs, sizeof(mFDs[0]) * (
mFDCount
+ 1));
574
new_devices = (device_t**)realloc(mDevices, sizeof(mDevices[0]) * (
mFDCount
+ 1));
583
LOGI("add device %d: %s\n",
mFDCount
, deviceName)
[
all
...]
/frameworks/base/include/ui/
EventHub.h
147
int
mFDCount
;
Completed in 2421 milliseconds