Searched refs:retrieveSubInterface (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libaudiohal/impl/ |
D | DeviceHalAidl.cpp | 91 std::shared_ptr<T> retrieveSubInterface(const std::shared_ptr<IModule>& module, in retrieveSubInterface() function 108 mTelephony(retrieveSubInterface<ITelephony>(module, &IModule::getTelephony)), in DeviceHalAidl() 109 mBluetooth(retrieveSubInterface<IBluetooth>(module, &IModule::getBluetooth)), in DeviceHalAidl() 110 mBluetoothA2dp(retrieveSubInterface<IBluetoothA2dp>(module, &IModule::getBluetoothA2dp)), in DeviceHalAidl() 111 mBluetoothLe(retrieveSubInterface<IBluetoothLe>(module, &IModule::getBluetoothLe)), in DeviceHalAidl() 112 mSoundDose(retrieveSubInterface<ISoundDose>(module, &IModule::getSoundDose)), in DeviceHalAidl()
|