Searched refs:GetCurrentInputDevices (Results 1 – 6 of 6) sorted by relevance
626 virtual int32_t GetCurrentInputDevices(DeviceInfo &deviceInfo) const = 0;
89 static napi_value GetCurrentInputDevices(napi_env env, napi_callback_info info);
71 DECLARE_NAPI_FUNCTION("getCurrentInputDevices", GetCurrentInputDevices), in InitAudioCapturer()698 napi_value NapiAudioCapturer::GetCurrentInputDevices(napi_env env, napi_callback_info info) in GetCurrentInputDevices() function in OHOS::AudioStandard::NapiAudioCapturer711 int32_t ret = napiAudioCapturer->audioCapturer_->GetCurrentInputDevices(deviceInfo); in GetCurrentInputDevices()
71 int32_t GetCurrentInputDevices(DeviceInfo &deviceInfo) const override;
304 CHECK_AND_RETURN_RET_LOG(GetCurrentInputDevices(currentDeviceInfo_) == SUCCESS, ERROR, in InitInputDeviceChangeCallback()897 int32_t AudioCapturerPrivate::GetCurrentInputDevices(DeviceInfo &deviceInfo) const in GetCurrentInputDevices() function in OHOS::AudioStandard::AudioCapturerPrivate971 CHECK_AND_RETURN_RET_LOG(GetCurrentInputDevices(deviceInfo) == SUCCESS, deviceUpdated, in IsDeviceChanged()
1439 ret = audioCapturer->GetCurrentInputDevices(deviceInfo);