Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/src/
H A Daudio_manager.c36 InterfaceLibModeCapturePassthrough g_interfaceLibModeCapture = NULL; variable
82 return &g_interfaceLibModeCapture; in AudioPassthroughGetInterfaceLibModeCapture()
119 g_interfaceLibModeCapture = dlsym(g_ptrCaptureHandle, "AudioInterfaceLibModeCapture"); in InitCapturePassthroughHandle()
124 …if (g_bindServiceCapture == NULL || g_interfaceLibModeCapture == NULL || g_closeServiceCapture == … in InitCapturePassthroughHandle()