Searched refs:ril_event (Results 1 – 7 of 7) sorted by relevance
23 struct ril_event { struct24 struct ril_event *next; argument25 struct ril_event *prev; argument39 void ril_event_set(struct ril_event * ev, int fd, bool persist, ril_event_cb func, void * param); argument42 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);
71 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 …]
77 struct ril_event listenEvent;82 struct ril_event callbackEvent;208 void setListenEvent(ril_event listenEvent);215 void setCallbackEvent(ril_event commandEvent);222 ril_event* getListenEvent(void);229 ril_event* getCallbackEvent(void);
156 void RilSocket::setListenEvent(ril_event event) { in setListenEvent()160 void RilSocket::setCallbackEvent(ril_event event) { in setCallbackEvent()164 ril_event* RilSocket::getListenEvent(void) { in getListenEvent()168 ril_event* RilSocket::getCallbackEvent(void) { in getCallbackEvent()
8 ril_event.cpp\
159 struct ril_event event;188 static struct ril_event s_commands_event;189 static struct ril_event s_wakeupfd_event;190 static struct ril_event s_listen_event;199 static struct ril_event s_commands_event_socket2;200 static struct ril_event s_listen_event_socket2;209 static struct ril_event s_commands_event_socket3;210 static struct ril_event s_listen_event_socket3;219 static struct ril_event s_commands_event_socket4;220 static struct ril_event s_listen_event_socket4;[all …]
25 void rilEventAddWakeup_helper(struct ril_event *ev);41 struct ril_event* commands_event;42 struct ril_event* listen_event;