Searched defs:interest (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/osi/include/
H A Dreactor.h54 reactor_interest_t interest; // the event types to monitor the file descriptor for. member in struct:reactor_object_t
/external/bluetooth/bluedroid/osi/src/
H A Dreactor.c132 reactor_interest_t interest = object->interest; local
133 if (interest & REACTOR_INTEREST_READ)
135 if (interest & REACTOR_INTEREST_WRITE)

Completed in 2068 milliseconds