OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:watch_table
(Results
1 - 1
of
1
) sorted by null
/hardware/ril/libril/
ril_event.cpp
71
static struct ril_event *
watch_table
[MAX_FD_EVENTS];
variable in typeref:struct:ril_event
139
watch_table
[index] = NULL;
148
struct ril_event * rev =
watch_table
[i];
189
struct ril_event * rev =
watch_table
[i];
249
memset(
watch_table
, 0, sizeof(
watch_table
));
271
if (
watch_table
[i] == NULL) {
272
watch_table
[i] = ev;
335
struct ril_event * rev =
watch_table
[i];
Completed in 770 milliseconds