Home
last modified time | relevance | path

Searched refs:GetScannerHALInterface (Results 1 – 5 of 5) sorted by relevance

/system/bt/service/
Dlow_energy_scanner.cc84 hal::BluetoothGattInterface::Get()->GetScannerHALInterface()->Unregister( in ~LowEnergyScanner()
185 hal::BluetoothGattInterface::Get()->GetScannerHALInterface(); in RegisterInstance()
/system/bt/service/hal/
Dbluetooth_gatt_interface.cc471 BleScannerInterface* GetScannerHALInterface() const override { in GetScannerHALInterface() function in bluetooth::hal::BluetoothGattInterfaceImpl
791 GetScannerHALInterface()->Scan(true); in StartScan()
811 GetScannerHALInterface()->Scan(false); in StopScan()
Dfake_bluetooth_gatt_interface.h136 BleScannerInterface* GetScannerHALInterface() const override;
Dbluetooth_gatt_interface.h227 virtual BleScannerInterface* GetScannerHALInterface() const = 0;
Dfake_bluetooth_gatt_interface.cc319 BleScannerInterface* FakeBluetoothGattInterface::GetScannerHALInterface() in GetScannerHALInterface() function in bluetooth::hal::FakeBluetoothGattInterface