OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_ready
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/osi/include/
reactor.h
56
void (*
read_ready
)(void *context); // function to call when the file descriptor becomes readable.
member in struct:reactor_object_t
/external/bluetooth/bluedroid/osi/src/
reactor.c
164
object->
read_ready
(object->context);
thread.c
162
work_queue_object.
read_ready
= work_queue_read_cb;
Completed in 3874 milliseconds