Home
last modified time | relevance | path

Searched refs:OH_AudioDeviceDescriptor_GetDeviceDisplayName (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/audio_framework/interfaces/kits/c/common/
H A Dnative_audio_device_base.h384 OH_AudioCommon_Result OH_AudioDeviceDescriptor_GetDeviceDisplayName(OH_AudioDeviceDescriptor *audioDeviceDescriptor,
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioDeviceDescriptor.cpp105 OH_AudioCommon_Result OH_AudioDeviceDescriptor_GetDeviceDisplayName(OH_AudioDeviceDescriptor *audioDeviceDescriptor, in OH_AudioDeviceDescriptor_GetDeviceDisplayName() function
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_device_change_test/src/
H A Doh_audio_device_change_unit_test.cpp1431 * @tc.name : Test OH_AudioDeviceDescriptor_GetDeviceDisplayName API via legal state.
1433 * @tc.desc : Test OH_AudioDeviceDescriptor_GetDeviceDisplayName interface with OUTPUT_DEVICES_FLAG.
1454 result = OH_AudioDeviceDescriptor_GetDeviceDisplayName(descriptor, &displayName); in HWTEST()
1464 * @tc.name : Test OH_AudioDeviceDescriptor_GetDeviceDisplayName API via legal state.
1466 * @tc.desc : Test OH_AudioDeviceDescriptor_GetDeviceDisplayName interface with INPUT_DEVICES_FLAG.
1487 result = OH_AudioDeviceDescriptor_GetDeviceDisplayName(descriptor, &displayName); in HWTEST()
1497 * @tc.name : Test OH_AudioDeviceDescriptor_GetDeviceDisplayName API via legal state.
1499 * @tc.desc : Test OH_AudioDeviceDescriptor_GetDeviceDisplayName interface with ALL_DEVICES_FLAG.
1520 result = OH_AudioDeviceDescriptor_GetDeviceDisplayName(descriptor, &displayName); in HWTEST()
1530 * @tc.name : Test OH_AudioDeviceDescriptor_GetDeviceDisplayName AP
[all...]

Completed in 5 milliseconds