Searched refs:g_isDirect (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/peripheral/audio/test/sample/ |
H A D | idl_render.c | 73 bool g_isDirect = true; variable 236 IAudioRenderRelease(render, g_isDirect); in StopAudioFiles() 515 IAudioRenderRelease(render, g_isDirect); in PlayingAudioInitRender() 521 IAudioRenderRelease(render, g_isDirect); in PlayingAudioInitRender() 558 IAudioRenderRelease(render, g_isDirect); in PlayingAudioFiles() 584 g_isDirect = true; in SelectLoadingMode() 587 g_isDirect = false; in SelectLoadingMode() 592 g_isDirect = true; in SelectLoadingMode() 718 IAudioAdapterRelease(g_adapter, g_isDirect); in RenderGetAdapterAndInitEnvParams() 1304 IAudioAdapterRelease(g_adapter, g_isDirect); in main() [all …]
|
H A D | idl_capture.c | 120 bool g_isDirect = true; variable 253 IAudioCaptureRelease(capture, g_isDirect); in StopButtonCapture() 563 IAudioCaptureRelease(capture, g_isDirect); in RecordingAudioInitCapture() 571 IAudioCaptureRelease(capture, g_isDirect); in RecordingAudioInitCapture() 609 IAudioCaptureRelease(capture, g_isDirect); in StartButtonCapture() 631 g_isDirect = true; in SelectLoadingMode() 634 g_isDirect = false; in SelectLoadingMode() 639 g_isDirect = true; in SelectLoadingMode() 783 IAudioAdapterRelease(g_adapter, g_isDirect); in CaptureGetAdapterAndInitEnvParams() 1351 IAudioAdapterRelease(g_adapter, g_isDirect); in main() [all …]
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-audio-des.md | 1307 bool g_isDirect = false; //IPC Loading 1347 struct IAudioManager *audioManagerIns = IAudioManagerGet(g_isDirect);
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-audio-des.md | 1307 bool g_isDirect = false; //IPC Loading 1347 struct IAudioManager *audioManagerIns = IAudioManagerGet(g_isDirect);
|