Searched refs:SelectAudioCard (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/peripheral/audio/test/sample/ |
H A D | framework_common.h | 78 int32_t SelectAudioCard(struct AudioAdapterDescriptor *descs, int32_t size, int32_t *adapterIndex);
|
H A D | framework_common.c | 49 int32_t SelectAudioCard(struct AudioAdapterDescriptor *descs, int32_t size, int32_t *adapterIndex) in SelectAudioCard() function
|
H A D | idl_render.c | 662 if (SelectAudioCard(descs, adapterNum, &adapterIndex) != HDF_SUCCESS) { in GetManagerAndLoadAdapter()
|
H A D | idl_capture.c | 725 if (SelectAudioCard(captureDescs, adapterNum, &adapterIndex) != HDF_SUCCESS) { in GetManagerAndLoadAdapter()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-audio-des.md | 1361 SelectAudioCard(descs, adapterNum, &adapterIndex);
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-audio-des.md | 1361 SelectAudioCard(descs, adapterNum, &adapterIndex);
|