Home
last modified time | relevance | path

Searched refs:g_bindServiceCapture (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/src/
H A Daudio_manager.c35 BindServiceCapturePassthrough g_bindServiceCapture = NULL; variable
77 return &g_bindServiceCapture; in AudioPassthroughGetBindServiceCapture()
118 g_bindServiceCapture = dlsym(g_ptrCaptureHandle, "AudioBindService"); in InitCapturePassthroughHandle()
124 …if (g_bindServiceCapture == NULL || g_interfaceLibModeCapture == NULL || g_closeServiceCapture == … in InitCapturePassthroughHandle()