Searched refs:IBluetooth (Results 1 – 6 of 6) sorted by relevance
25 ndk::ScopedAStatus setScoConfig(const IBluetooth::ScoConfig&, IBluetooth::ScoConfig*) override { in setScoConfig()28 ndk::ScopedAStatus setHfpConfig(const IBluetooth::HfpConfig&, IBluetooth::HfpConfig*) override { in setHfpConfig()
32 ndk::ScopedAStatus getBluetooth(std::shared_ptr<IBluetooth>*) override;
66 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()
240 const std::shared_ptr<::aidl::android::hardware::audio::core::IBluetooth> mBluetooth;
51 ndk::ScopedAStatus ModuleMock::getBluetooth(std::shared_ptr<IBluetooth>* _aidl_return) { in getBluetooth()
238 std::shared_ptr<::aidl::android::hardware::audio::core::IBluetooth>*) override { in getBluetooth() argument