Searched defs:is_signaled (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/extensions/common/
H A Done_shot_event.h49 bool is_signaled() const { function in class:extensions::OneShotEvent
54 // Causes is_signaled() to return true and all queued tasks to be
58 // Scheduled |task| to be called on |runner| after is_signaled()
60 // (roughly) |delay| after is_signaled(), *not* |delay| after the
62 // CHECK(is_signaled()) will never fail (which implies that
78 // object (which is just the is_signaled() bit).
/external/bluetooth/bluedroid/hci/src/
H A Duserial_mct.c123 static inline int is_signaled(fd_set* set) function
165 if(is_signaled(&input))
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c504 ** Function is_signaled
511 static inline int is_signaled(struct pollfd* set) function
652 if (is_signaled(&fds[1]))

Completed in 134 milliseconds