Lines Matching refs:Get
202 hal::BluetoothInterface::Get()->AddObserver(this); in AdapterImpl()
212 hal::BluetoothInterface::Get()->GetHALInterface()->get_adapter_properties(); in AdapterImpl()
216 hal::BluetoothInterface::Get()->RemoveObserver(this); in ~AdapterImpl()
246 int status = hal::BluetoothInterface::Get()->GetHALInterface()->enable(); in Enable()
271 int status = hal::BluetoothInterface::Get()->GetHALInterface()->disable(); in Disable()
283 std::string GetName() const override { return name_.Get(); } in GetName()
309 std::string GetAddress() const override { return address_.Get(); } in GetAddress()
336 hal::BluetoothInterface::Get()->GetHALInterface()->start_discovery(); in SetScanEnable()
343 hal::BluetoothInterface::Get()->GetHALInterface()->cancel_discovery(); in SetScanEnable()
360 int status = hal::BluetoothInterface::Get()->GetHALInterface()->ssp_reply( in SspReply()
378 int status = hal::BluetoothInterface::Get()->GetHALInterface()->create_bond( in CreateBond()
417 hal::BluetoothInterface::Get()->GetHALInterface()->get_adapter_property( in GetBondedDevices()
436 hal::BluetoothInterface::Get()->GetHALInterface()->remove_bond(&addr); in RemoveBond()
453 int status = hal::BluetoothInterface::Get() in GetRemoteDeviceProperties()
724 hal::BluetoothInterface::Get()->GetHALInterface()->set_adapter_property( in SetAdapterProperty()