Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/interfaces/kits/c/common/
H A Dnative_audio_device_base.h337 OH_AudioCommon_Result OH_AudioDeviceDescriptor_GetDeviceAddress(OH_AudioDeviceDescriptor *audioDeviceDescriptor,
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioDeviceDescriptor.cpp68 OH_AudioCommon_Result OH_AudioDeviceDescriptor_GetDeviceAddress(OH_AudioDeviceDescriptor *audioDeviceDescriptor, in OH_AudioDeviceDescriptor_GetDeviceAddress() function
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_device_change_test/src/
H A Doh_audio_device_change_unit_test.cpp934 * @tc.name : Test OH_AudioDeviceDescriptor_GetDeviceAddress API via legal state.
936 * @tc.desc : Test OH_AudioDeviceDescriptor_GetDeviceAddress interface with OUTPUT_DEVICES_FLAG.
957 result = OH_AudioDeviceDescriptor_GetDeviceAddress(descriptor, &address); in HWTEST()
967 * @tc.name : Test OH_AudioDeviceDescriptor_GetDeviceAddress API via legal state.
969 * @tc.desc : Test OH_AudioDeviceDescriptor_GetDeviceAddress interface with INPUT_DEVICES_FLAG.
990 result = OH_AudioDeviceDescriptor_GetDeviceAddress(descriptor, &address); in HWTEST()
1000 * @tc.name : Test OH_AudioDeviceDescriptor_GetDeviceAddress API via legal state.
1002 * @tc.desc : Test OH_AudioDeviceDescriptor_GetDeviceAddress interface with ALL_DEVICES_FLAG.
1023 result = OH_AudioDeviceDescriptor_GetDeviceAddress(descriptor, &address); in HWTEST()
1033 * @tc.name : Test OH_AudioDeviceDescriptor_GetDeviceAddress AP
[all...]

Completed in 5 milliseconds