Searched refs:AudioIOHandle (Results 1 – 6 of 6) sorted by relevance
70 virtual AudioIOHandle OpenAudioPort(const AudioModuleInfo &audioPortInfo) = 0;72 virtual int32_t CloseAudioPort(AudioIOHandle ioHandle) = 0;
92 AudioIOHandle OpenAudioPort(const AudioModuleInfo &audioModuleInfo);94 int32_t CloseAudioPort(AudioIOHandle ioHandle);
566 AudioIOHandle GetSinkIOHandle(InternalDeviceType deviceType);568 AudioIOHandle GetSourceIOHandle(InternalDeviceType deviceType);1144 std::unordered_map<std::string, AudioIOHandle> IOHandles_ = {};
784 AudioIOHandle AudioAdapterManager::OpenAudioPort(const AudioModuleInfo &audioModuleInfo) in OpenAudioPort()793 …AudioIOHandle ioHandle = audioServiceAdapter_->OpenAudioPort(audioModuleInfo.lib, moduleArgs.c_str… in OpenAudioPort()798 int32_t AudioAdapterManager::CloseAudioPort(AudioIOHandle ioHandle) in CloseAudioPort()
2734 AudioIOHandle activateDeviceIOHandle = ioHandleIter->second; in FetchStreamForA2dpMchStream()3163 AudioIOHandle activateDeviceIOHandle = IOHandles_[BLUETOOTH_SPEAKER]; in ReloadA2dpAudioPort()3179 AudioIOHandle ioHandle = audioPolicyManager_.OpenAudioPort(moduleInfo); in ReloadA2dpAudioPort()4358 AudioIOHandle activateDeviceIOHandle = IOHandles_[BLUETOOTH_SPEAKER]; in ReloadA2dpOffloadOnDeviceChanged()5473 AudioIOHandle AudioPolicyService::GetSinkIOHandle(InternalDeviceType deviceType) in GetSinkIOHandle()5476 AudioIOHandle ioHandle; in GetSinkIOHandle()5505 AudioIOHandle AudioPolicyService::GetSourceIOHandle(InternalDeviceType deviceType) in GetSourceIOHandle()5508 AudioIOHandle ioHandle; in GetSourceIOHandle()8053 AudioIOHandle ioHandle = audioPolicyManager_.OpenAudioPort(moduleInfo); in OpenPortAndInsertIOHandle()8065 AudioIOHandle ioHandle; in ClosePortAndEraseIOHandle()[all …]
653 typedef uint32_t AudioIOHandle; typedef