Home
last modified time | relevance | path

Searched refs:ril_event (Results 1 – 5 of 5) sorted by relevance

/hardware/ril/libril/
Dril_event.h23 struct ril_event { struct
24 struct ril_event *next; argument
25 struct ril_event *prev; argument
39 void ril_event_set(struct ril_event * ev, int fd, bool persist, ril_event_cb func, void * param); argument
42 void ril_event_add(struct ril_event * ev);
45 void ril_timer_add(struct ril_event * ev, struct timeval * tv);
48 void ril_event_del(struct ril_event * ev);
Dril_event.cpp71 static struct ril_event * watch_table[MAX_FD_EVENTS];
72 static struct ril_event timer_list;
73 static struct ril_event pending_list;
79 static void dump_event(struct ril_event * ev) in dump_event()
104 static void init_list(struct ril_event * list) in init_list()
106 memset(list, 0, sizeof(struct ril_event)); in init_list()
112 static void addToList(struct ril_event * ev, struct ril_event * list) in addToList()
121 static void removeFromList(struct ril_event * ev) in removeFromList()
134 static void removeWatch(struct ril_event * ev, int index) in removeWatch()
146 struct ril_event * rev = watch_table[i]; in removeWatch()
[all …]
DAndroid.mk10 ril_event.cpp\
Dril.cpp96 struct ril_event event;
122 static struct ril_event s_wakeupfd_event;
259 static void rilEventAddWakeup(struct ril_event *ev) { in rilEventAddWakeup()
/hardware/ril/include/libril/
Dril_ex.h25 struct ril_event;
27 void rilEventAddWakeup_helper(struct ril_event *ev);
42 struct ril_event* commands_event;
43 struct ril_event* listen_event;