Home
last modified time | relevance | path

Searched refs:ScoConfig (Results 1 – 2 of 2) 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() argument
/frameworks/av/media/libaudiohal/impl/
DDeviceHalAidl.cpp1195 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()