Searched refs:A2dpSinkEnable (Results 1 – 5 of 5) sorted by relevance
64 bool A2dpSinkEnable() override;
76 virtual bool A2dpSinkEnable() = 0;
168 bool A2dpSinkEnable() override { in A2dpSinkEnable() function in bluetooth::hal::BluetoothAvInterfaceImpl236 return A2dpSinkEnable(); in Initialize()
113 bool FakeBluetoothAvInterface::A2dpSinkEnable() { return true; } in A2dpSinkEnable() function in bluetooth::hal::FakeBluetoothAvInterface
50 return hal::BluetoothAvInterface::Get()->A2dpSinkEnable(); in Enable()