HomeSort by relevance Sort by last modified time
    Searched refs:connect_cb (Results 1 - 12 of 12) sorted by null

  /system/bt/btif/include/
btif_profile_queue.h 35 btif_connect_cb_t connect_cb);
  /system/bt/btif/src/
btif_profile_queue.cc 49 btif_connect_cb_t connect_cb)
50 : address_(address), uuid_(uuid), busy_(false), connect_cb_(connect_cb) {}
94 btif_connect_cb_t connect_cb) {
98 ConnectNode param(bda, uuid, connect_cb);
152 btif_connect_cb_t connect_cb) {
154 base::Bind(&queue_int_add, uuid, *bda, connect_cb));
  /external/libevent/sample/
http-connect.c 38 static void connect_cb(struct evhttp_request *proxy_req, void *arg) function
102 VERIFY(req = evhttp_request_new(connect_cb, &connect_base));
  /hardware/google/av/codec2/vndk/bufferpool/
Accessor.h 82 Return<void> connect(connect_cb _hidl_cb) override;
Accessor.cpp 117 Return<void> Accessor::connect(connect_cb _hidl_cb) {
  /hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
InputSurface.h 128 connect_cb _hidl_cb) override;
  /hardware/google/av/codec2/hidl/1.0/utils/
InputSurface.cpp 219 connect_cb _hidl_cb) {
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
p2p_iface.h 83 bool persistent, uint32_t go_intent, connect_cb _hidl_cb) override;
p2p_iface.cpp 176 bool persistent, uint32_t go_intent, connect_cb _hidl_cb)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
p2p_iface.h 83 bool persistent, uint32_t go_intent, connect_cb _hidl_cb) override;
p2p_iface.cpp 176 bool persistent, uint32_t go_intent, connect_cb _hidl_cb)
    [all...]
  /frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
WGraphicBufferProducer.h 240 HGraphicBufferProducer::connect_cb _hidl_cb) override {

Completed in 405 milliseconds