Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/interfaces/kits/c/common/
H A Dnative_audio_device_base.h322 OH_AudioCommon_Result OH_AudioDeviceDescriptor_GetDeviceName(OH_AudioDeviceDescriptor *audioDeviceDescriptor,
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioDeviceDescriptor.cpp57 OH_AudioCommon_Result OH_AudioDeviceDescriptor_GetDeviceName(OH_AudioDeviceDescriptor *audioDeviceDescriptor, in OH_AudioDeviceDescriptor_GetDeviceName() function
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_device_change_test/src/
H A Doh_audio_device_change_unit_test.cpp792 * @tc.name : Test OH_AudioDeviceDescriptor_GetDeviceName API via legal state.
794 * @tc.desc : Test OH_AudioDeviceDescriptor_GetDeviceName interface with OUTPUT_DEVICES_FLAG.
815 result = OH_AudioDeviceDescriptor_GetDeviceName(descriptor, &deviceName); in HWTEST()
825 * @tc.name : Test OH_AudioDeviceDescriptor_GetDeviceName API via legal state.
827 * @tc.desc : Test OH_AudioDeviceDescriptor_GetDeviceName interface with INPUT_DEVICES_FLAG.
848 result = OH_AudioDeviceDescriptor_GetDeviceName(descriptor, &deviceName); in HWTEST()
858 * @tc.name : Test OH_AudioDeviceDescriptor_GetDeviceName API via legal state.
860 * @tc.desc : Test OH_AudioDeviceDescriptor_GetDeviceName interface with ALL_DEVICES_FLAG.
881 result = OH_AudioDeviceDescriptor_GetDeviceName(descriptor, &deviceName); in HWTEST()
891 * @tc.name : Test OH_AudioDeviceDescriptor_GetDeviceName AP
[all...]

Completed in 4 milliseconds