HomeSort by relevance Sort by last modified time
    Searched defs:interest (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/osi/include/
reactor.h 54 reactor_interest_t interest; // the event types to monitor the file descriptor for. member in struct:reactor_object_t
  /external/bluetooth/bluedroid/osi/src/
reactor.c 132 reactor_interest_t interest = object->interest; local
133 if (interest & REACTOR_INTEREST_READ)
135 if (interest & REACTOR_INTEREST_WRITE)

Completed in 93 milliseconds