Searched refs:FetchInputDevice (Results 1 – 4 of 4) sorted by relevance
43 … std::unique_ptr<AudioDeviceDescriptor> FetchInputDevice(SourceType sourceType, int32_t clientUID);
187 unique_ptr<AudioDeviceDescriptor> AudioRouterCenter::FetchInputDevice(SourceType sourceType, int32_… in FetchInputDevice() function in OHOS::AudioStandard::AudioRouterCenter
2125 …unique_ptr<AudioDeviceDescriptor> desc = audioRouterCenter_.FetchInputDevice(captureInfo.sourceTyp… in GetPreferredInputDeviceDescInner()2373 desc = audioRouterCenter_.FetchInputDevice(SOURCE_TYPE_VOICE_RECOGNITION, -1); in FetchInputDeviceWhenNoRunningStream()2375 desc = audioRouterCenter_.FetchInputDevice(SOURCE_TYPE_MIC, -1); in FetchInputDeviceWhenNoRunningStream()2812 FetchInputDevice(capturerChangeInfos); in HandleScoInputDeviceFetched()2823 void AudioPolicyService::FetchInputDevice(vector<unique_ptr<AudioCapturerChangeInfo>> &capturerChan… in FetchInputDevice() function in OHOS::AudioStandard::AudioPolicyService2840 unique_ptr<AudioDeviceDescriptor> desc = audioRouterCenter_.FetchInputDevice(sourceType, in FetchInputDevice()2901 FetchInputDevice(capturerChangeInfos); in BluetoothScoFetch()2989 FetchInputDevice(capturerChangeInfos, reason); in FetchDevice()5325 FetchInputDevice(capturerChangeInfo); in FetchInputDeviceForTrack()
640 void FetchInputDevice(vector<unique_ptr<AudioCapturerChangeInfo>> &capturerChangeInfos,