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

  /system/bt/hci/include/
vendor.h 67 void (*set_callback)(vendor_async_opcode_t opcode, vendor_cb callback); member in struct:vendor_t
  /system/bt/hci/src/
vendor.c 103 static void set_callback(vendor_async_opcode_t opcode, vendor_cb callback) { function
206 set_callback,
  /hardware/libhardware/include/hardware/
audio.h 301 * If set_callback() has previously been called to enable non-blocking mode
330 int (*set_callback)(struct audio_stream_out *stream, member in struct:audio_stream_out
354 * been played. If set_callback() has previously been called to enable
357 * If set_callback() has not been called, the drain() must block until

Completed in 91 milliseconds