HomeSort by relevance Sort by last modified time
    Searched refs:bt_interface_t (Results 1 - 25 of 32) sorted by null

1 2

  /system/bt/service/test/
fake_hal_util.cc 25 int hal_util_load_bt_library(const bt_interface_t** interface) { return -1; }
  /system/bt/btcore/include/
hal_util.h 23 int hal_util_load_bt_library(const bt_interface_t** interface);
  /system/bt/btcore/src/
hal_util.cc 34 int hal_util_load_bt_library(const bt_interface_t** interface) {
36 bt_interface_t* itf = nullptr;
47 // Get the address of the bt_interface_t.
48 itf = (bt_interface_t*)dlsym(handle, sym);
  /system/bt/test/suite/adapter/
bluetooth_test.h 44 const bt_interface_t* bt_interface();
104 const bt_interface_t* bt_interface_;
bluetooth_test.cc 74 const bt_interface_t* BluetoothTest::bt_interface() { return bt_interface_; }
  /system/bt/service/hal/
fake_bluetooth_interface.cc 42 bt_interface_t fake_bt_iface = {
43 sizeof(bt_interface_t),
155 const bt_interface_t* FakeBluetoothInterface::GetHALInterface() const {
fake_bluetooth_interface.h 35 // Values that should be returned from bt_interface_t methods.
64 const bt_interface_t* GetHALInterface() const override;
bluetooth_interface.h 26 // the underlying bt_interface_t structure, its methods, and callbacks. A single
106 // Upper layers can make bt_interface_t API calls through this structure.
109 virtual const bt_interface_t* GetHALInterface() const = 0;
bluetooth_interface.cc 231 const bt_interface_t* GetHALInterface() const override { return hal_iface_; }
239 const bt_interface_t* interface;
276 const bt_interface_t* hal_iface_;
  /packages/apps/Bluetooth/jni/
com_android_bluetooth.h 72 const bt_interface_t* getBluetoothInterface();
com_android_bluetooth_a2dp_sink.cpp 114 const bt_interface_t* btInf = getBluetoothInterface();
151 const bt_interface_t* btInf = getBluetoothInterface();
com_android_bluetooth_hdp.cpp 89 const bt_interface_t* btInf = getBluetoothInterface();
125 const bt_interface_t* btInf = getBluetoothInterface();
com_android_bluetooth_hearing_aid.cpp 107 const bt_interface_t* btInf = getBluetoothInterface();
144 const bt_interface_t* btInf = getBluetoothInterface();
com_android_bluetooth_btservice_AdapterService.cpp 73 static const bt_interface_t* sBluetoothInterface = NULL;
86 const bt_interface_t* getBluetoothInterface() { return sBluetoothInterface; }
606 int hal_util_load_bt_library(const bt_interface_t** interface) {
608 bt_interface_t* itf = nullptr;
621 // Get the address of the bt_interface_t.
622 itf = (bt_interface_t*)dlsym(handle, sym);
683 if (hal_util_load_bt_library((bt_interface_t const**)&sBluetoothInterface)) {
    [all...]
com_android_bluetooth_hid_host.cpp 201 const bt_interface_t* btInf = getBluetoothInterface();
237 const bt_interface_t* btInf = getBluetoothInterface();
com_android_bluetooth_pan.cpp 113 static const bt_interface_t* btIf;
com_android_bluetooth_a2dp.cpp 267 const bt_interface_t* btInf = getBluetoothInterface();
323 const bt_interface_t* btInf = getBluetoothInterface();
com_android_bluetooth_sdp.cpp 56 const bt_interface_t* btInf = getBluetoothInterface();
447 const bt_interface_t* btInf = getBluetoothInterface();
com_android_bluetooth_hid_device.cpp 172 const bt_interface_t* btif;
  /hardware/libhardware/include/hardware/
bluetooth.h 420 * |set_os_callouts| function on |bt_interface_t|.
452 /** set to sizeof(bt_interface_t) */
585 } bt_interface_t; typedef in typeref:struct:__anon48116
  /system/bt/include/hardware/
bluetooth.h 410 * |set_os_callouts| function on |bt_interface_t|.
442 /** set to sizeof(bt_interface_t) */
593 } bt_interface_t; typedef in typeref:struct:__anon1894
  /system/bt/service/ipc/binder/
bluetooth_binder_server.cc 235 const bt_interface_t* iface =
  /system/bt/tools/bdtool/
bdtool.c 36 const bt_interface_t* bt_interface;
  /system/bt/btif/src/
bluetooth.cc 432 EXPORT_SYMBOL bt_interface_t bluetoothInterface = {
  /system/bt/tools/mcap_tool/
mcap_tool.cc 98 const bt_interface_t* sBtInterface = nullptr;
353 bt_interface_t* interface;
354 int err = hal_util_load_bt_library((const bt_interface_t**)&interface);

Completed in 1131 milliseconds

1 2