Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/src/
H A Daudio_manager.c37 CloseServiceCapturePassthrough g_closeServiceCapture = NULL; variable
87 return &g_closeServiceCapture; in AudioPassthroughGetCloseServiceCapture()
120 g_closeServiceCapture = dlsym(g_ptrCaptureHandle, "AudioCloseService"); in InitCapturePassthroughHandle()
124 …bindServiceCapture == NULL || g_interfaceLibModeCapture == NULL || g_closeServiceCapture == NULL) { in InitCapturePassthroughHandle()