Home
last modified time | relevance | path

Searched refs:newDeviceInfo (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/audio_framework/test/fuzztest/audiopolicyservicemore_fuzzer/
H A Daudio_policy_service_more_fuzzer.cpp441 DeviceInfo newDeviceInfo; in AudioPolicyServiceTestIV() local
442 newDeviceInfo.networkId = LOCAL_NETWORK_ID; in AudioPolicyServiceTestIV()
443 newDeviceInfo.macAddress = GetServerPtr()->audioPolicyService_.activeBTDevice_; in AudioPolicyServiceTestIV()
444 GetServerPtr()->audioPolicyService_.GetSinkName(newDeviceInfo, SESSIONID_32); in AudioPolicyServiceTestIV()
451 rendererChangeInfo->outputDeviceInfo = newDeviceInfo; in AudioPolicyServiceTestIV()
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/
H A Daudio_capturer_unit_test.cpp1931 DeviceInfo newDeviceInfo = {}; in HWTEST() local
1932 bool isChanged = audioCapturer->IsDeviceChanged(newDeviceInfo); in HWTEST()
1951 DeviceInfo newDeviceInfo = {}; in HWTEST() local
1952 bool isChanged = audioCapturer->IsDeviceChanged(newDeviceInfo); in HWTEST()
1971 DeviceInfo newDeviceInfo = {}; in HWTEST() local
1973 bool isChanged = audioCapturer->IsDeviceChanged(newDeviceInfo); in HWTEST()
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/include/
H A Daudio_capturer_private.h86 bool IsDeviceChanged(DeviceInfo &newDeviceInfo);
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp956 bool AudioCapturerPrivate::IsDeviceChanged(DeviceInfo &newDeviceInfo) in IsDeviceChanged() argument
966 newDeviceInfo = currentDeviceInfo_; in IsDeviceChanged()

Completed in 7 milliseconds