Home
last modified time | relevance | path

Searched refs:watch_id (Results 1 – 3 of 3) sorted by relevance

/external/adhd/cras/src/common/
Dcras_file_wait.c33 int watch_id; member
72 if (file_wait->inotify_fd >= 0 && file_wait->watch_id >= 0) { in cras_file_wait_rm_watch()
74 file_wait->watch_id); in cras_file_wait_rm_watch()
75 file_wait->watch_id = -1; in cras_file_wait_rm_watch()
90 file_wait->watch_id, event->wd, event->mask, in cras_file_wait_process_event()
93 if (event->wd != file_wait->watch_id) in cras_file_wait_process_event()
98 file_wait->watch_id = -1; in cras_file_wait_process_event()
151 file_wait->watch_id < 0) { in cras_file_wait_dispatch()
158 } else if (file_wait->watch_id < 0) { in cras_file_wait_dispatch()
176 if (file_wait->watch_id >= 0) { in cras_file_wait_dispatch()
[all …]
/external/libchrome/mojo/public/cpp/system/
Dsimple_watcher.cc32 int watch_id, in Create() argument
35 new Context(watcher, task_runner, watch_id); in Create()
75 int watch_id) in Context() argument
78 watch_id_(watch_id) {} in Context()
249 void SimpleWatcher::OnHandleReady(int watch_id, in OnHandleReady() argument
256 if (watch_id != watch_id_) in OnHandleReady()
Dsimple_watcher.h197 void OnHandleReady(int watch_id,