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

  /system/bt/service/hal/
fake_bluetooth_interface.cpp 24 FakeBluetoothInterface::Manager g_hal_manager;
83 FakeBluetoothInterface::Manager* FakeBluetoothInterface::GetManager() {
87 FakeBluetoothInterface::Manager::Manager()
93 void FakeBluetoothInterface::NotifyAdapterStateChanged(bt_state_t state) {
97 void FakeBluetoothInterface::NotifyAdapterPropertiesChanged(
105 void FakeBluetoothInterface::NotifyAdapterNamePropertyChanged(
121 void FakeBluetoothInterface::NotifyAdapterAddressPropertyChanged(
131 void FakeBluetoothInterface::NotifyAdapterLocalLeFeaturesPropertyChanged(
141 void FakeBluetoothInterface::NotifyAclStateChangedCallback
    [all...]
fake_bluetooth_interface.h 25 class FakeBluetoothInterface : public BluetoothInterface {
44 FakeBluetoothInterface() = default;
45 ~FakeBluetoothInterface() override = default;
71 DISALLOW_COPY_AND_ASSIGN(FakeBluetoothInterface);
  /system/bt/service/test/
adapter_unittest.cpp 34 fake_hal_manager_ = hal::FakeBluetoothInterface::GetManager();
35 fake_hal_iface_ = new hal::FakeBluetoothInterface();
52 hal::FakeBluetoothInterface* fake_hal_iface_;
53 hal::FakeBluetoothInterface::Manager* fake_hal_manager_;
ipc_linux_unittest.cpp 60 new bluetooth::hal::FakeBluetoothInterface());

Completed in 412 milliseconds