Home
last modified time | relevance | path

Searched refs:IBluetooth (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libaudioclient/aidl/fuzzer/libaudiomockhal/include/core-mock/
DBluetoothMock.h25 ndk::ScopedAStatus setScoConfig(const IBluetooth::ScoConfig&, IBluetooth::ScoConfig*) override { in setScoConfig()
28 ndk::ScopedAStatus setHfpConfig(const IBluetooth::HfpConfig&, IBluetooth::HfpConfig*) override { in setHfpConfig()
DModuleMock.h32 ndk::ScopedAStatus getBluetooth(std::shared_ptr<IBluetooth>*) override;
/frameworks/av/media/libaudiohal/impl/
DDeviceHalAidl.cpp66 using aidl::android::hardware::audio::core::IBluetooth;
109 mBluetooth(retrieveSubInterface<IBluetooth>(module, &IModule::getBluetooth)), in DeviceHalAidl()
1116 IBluetooth::HfpConfig hfpConfig; in filterAndUpdateBtHfpParameters()
1146 if (mBluetooth != nullptr && hfpConfig != IBluetooth::HfpConfig{}) { in filterAndUpdateBtHfpParameters()
1147 IBluetooth::HfpConfig newHfpConfig; in filterAndUpdateBtHfpParameters()
1195 IBluetooth::ScoConfig scoConfig; in filterAndUpdateBtScoParameters()
1234 scoConfig.mode = IBluetooth::ScoConfig::Mode::SCO_WB; in filterAndUpdateBtScoParameters()
1237 scoConfig.mode = IBluetooth::ScoConfig::Mode::SCO; in filterAndUpdateBtScoParameters()
1244 if (mBluetooth != nullptr && scoConfig != IBluetooth::ScoConfig{}) { in filterAndUpdateBtScoParameters()
1245 IBluetooth::ScoConfig newScoConfig; in filterAndUpdateBtScoParameters()
DDeviceHalAidl.h240 const std::shared_ptr<::aidl::android::hardware::audio::core::IBluetooth> mBluetooth;
/frameworks/av/media/libaudioclient/aidl/fuzzer/libaudiomockhal/
DModuleMock.cpp51 ndk::ScopedAStatus ModuleMock::getBluetooth(std::shared_ptr<IBluetooth>* _aidl_return) { in getBluetooth()
/frameworks/av/media/libaudiohal/tests/
DCoreAudioHalAidl_test.cpp238 std::shared_ptr<::aidl::android::hardware::audio::core::IBluetooth>*) override { in getBluetooth() argument