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

  /packages/apps/Bluetooth/jni/
com_android_bluetooth.h 31 const bt_interface_t* getBluetoothInterface();
com_android_bluetooth_a2dp.cpp 114 const bt_interface_t* btInf;
153 const bt_interface_t* btInf;
com_android_bluetooth_a2dp_sink.cpp 140 const bt_interface_t* btInf;
176 const bt_interface_t* btInf;
com_android_bluetooth_hdp.cpp 108 const bt_interface_t* btInf;
144 const bt_interface_t* btInf;
com_android_bluetooth_avrcp.cpp 204 const bt_interface_t* btInf;
241 const bt_interface_t* btInf;
com_android_bluetooth_hid.cpp 209 const bt_interface_t* btInf;
248 const bt_interface_t* btInf;
com_android_bluetooth_pan.cpp 104 static const bt_interface_t* btIf;
com_android_bluetooth_avrcp_controller.cpp 470 const bt_interface_t* btInf;
507 const bt_interface_t* btInf;
com_android_bluetooth_hfpclient.cpp 307 const bt_interface_t* btInf;
346 const bt_interface_t* btInf;
com_android_bluetooth_sdp.cpp 81 const bt_interface_t* btInf;
536 const bt_interface_t* btInf;
com_android_bluetooth_hfp.cpp 459 const bt_interface_t* btInf;
496 const bt_interface_t* btInf;
    [all...]
com_android_bluetooth_btservice_AdapterService.cpp 56 static const bt_interface_t *sBluetoothInterface = NULL;
65 const bt_interface_t* getBluetoothInterface() {
    [all...]
com_android_bluetooth_gatt.cpp     [all...]
  /system/bt/test/suite/adapter/
bluetooth_test.h 50 const bt_interface_t* bt_interface();
101 const bt_interface_t* bt_interface_;
bluetooth_test.cpp 73 const bt_interface_t* BluetoothTest::bt_interface() {
  /system/bt/service/hal/
fake_bluetooth_interface.cpp 44 bt_interface_t fake_bt_iface = {
45 sizeof(bt_interface_t),
158 const bt_interface_t* FakeBluetoothInterface::GetHALInterface() const {
fake_bluetooth_interface.h 35 // Values that should be returned from bt_interface_t methods.
65 const bt_interface_t* GetHALInterface() const override;
bluetooth_interface.h 26 // the underlying bt_interface_t structure, its methods, and callbacks. A single
108 // Upper layers can make bt_interface_t API calls through this structure.
111 virtual const bt_interface_t* GetHALInterface() const = 0;
bluetooth_interface.cpp 246 const bt_interface_t* GetHALInterface() const override {
304 const bt_interface_t* hal_iface_;
bluetooth_gatt_interface.cpp 534 const bt_interface_t* bt_iface =
  /hardware/libhardware/include/hardware/
bluetooth.h 425 * |set_os_callouts| function on |bt_interface_t|.
457 /** set to sizeof(bt_interface_t) */
593 } bt_interface_t; typedef in typeref:struct:__anon30669
601 const bt_interface_t* (*get_bluetooth_interface)();
  /system/bt/service/ipc/binder/
bluetooth_binder_server.cpp 169 const bt_interface_t *iface = bluetooth::hal::BluetoothInterface::Get()->GetHALInterface();
  /system/bt/btif/src/
bluetooth.c 472 static const bt_interface_t bluetoothInterface = {
512 const bt_interface_t* bluetooth__get_bluetooth_interface ()
  /system/bt/tools/bdtool/
bdtool.c 33 const bt_interface_t *bt_interface;
  /system/bt/service/
gatt_server_old.cpp 486 const bt_interface_t* bt_iface =

Completed in 1111 milliseconds