Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/interfaces/kits/c/common/
H A Dnative_audio_device_base.h369 OH_AudioCommon_Result OH_AudioDeviceDescriptor_GetDeviceChannelCounts(OH_AudioDeviceDescriptor *audioDeviceDescriptor,
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_device_change_test/src/
H A Doh_audio_device_change_unit_test.cpp1253 * @tc.name : Test OH_AudioDeviceDescriptor_GetDeviceChannelCounts API via legal state.
1255 * @tc.desc : Test OH_AudioDeviceDescriptor_GetDeviceChannelCounts interface with OUTPUT_DEVICES_FLAG.
1277 result = OH_AudioDeviceDescriptor_GetDeviceChannelCounts(descriptor, &channelCounts, &channelSize); in HWTEST()
1287 * @tc.name : Test OH_AudioDeviceDescriptor_GetDeviceChannelCounts API via legal state.
1289 * @tc.desc : Test OH_AudioDeviceDescriptor_GetDeviceChannelCounts interface with INPUT_DEVICES_FLAG.
1311 result = OH_AudioDeviceDescriptor_GetDeviceChannelCounts(descriptor, &channelCounts, &channelSize); in HWTEST()
1321 * @tc.name : Test OH_AudioDeviceDescriptor_GetDeviceChannelCounts API via legal state.
1323 * @tc.desc : Test OH_AudioDeviceDescriptor_GetDeviceChannelCounts interface with ALL_DEVICES_FLAG.
1345 result = OH_AudioDeviceDescriptor_GetDeviceChannelCounts(descriptor, &channelCounts, &channelSize); in HWTEST()
1355 * @tc.name : Test OH_AudioDeviceDescriptor_GetDeviceChannelCounts AP
[all...]
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioDeviceDescriptor.cpp92 OH_AudioCommon_Result OH_AudioDeviceDescriptor_GetDeviceChannelCounts(OH_AudioDeviceDescriptor *audioDeviceDescriptor, in OH_AudioDeviceDescriptor_GetDeviceChannelCounts() function

Completed in 4 milliseconds