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

  /system/bt/hci/include/
vendor.h 70 void (*set_callback)(vendor_async_opcode_t opcode, vendor_cb callback); member in struct:vendor_t
  /system/bt/hci/src/
vendor.c 104 static void set_callback(vendor_async_opcode_t opcode, vendor_cb callback) { function
222 set_callback,
  /external/webrtc/webrtc/p2p/stunprober/
stunprober.h 156 void set_callback(AsyncCallback callback) { callback_ = callback; } function in class:stunprober::StunProber::ObserverAdapter
  /external/curl/lib/vtls/
gskit.c 273 static CURLcode set_callback(struct Curl_easy *data, function
  /hardware/libhardware/include/hardware/
audio.h 305 * If set_callback() has previously been called to enable non-blocking mode
334 int (*set_callback)(struct audio_stream_out *stream, member in struct:audio_stream_out
358 * been played. If set_callback() has previously been called to enable
361 * If set_callback() has not been called, the drain() must block until

Completed in 606 milliseconds