Home
last modified time | relevance | path

Searched refs:g_ptrAudioDeviceHandle (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_bluetooth_manager.cpp40 static void *g_ptrAudioDeviceHandle = NULL; member
208 if (g_ptrAudioDeviceHandle == NULL) { in InitAudioDeviceSoHandle()
209 g_ptrAudioDeviceHandle = dlopen(pathBuf, RTLD_LAZY); in InitAudioDeviceSoHandle()
210 if (g_ptrAudioDeviceHandle == NULL) { in InitAudioDeviceSoHandle()
214 GET_SYM_ERRPR_RET(g_ptrAudioDeviceHandle, SetUpFunc, setUpFunc, "SetUp"); in InitAudioDeviceSoHandle()
215 GET_SYM_ERRPR_RET(g_ptrAudioDeviceHandle, TearDownFunc, tearDownFunc, "TearDown"); in InitAudioDeviceSoHandle()
216 GET_SYM_ERRPR_RET(g_ptrAudioDeviceHandle, GetStateFunc, getStateFunc, "GetState"); in InitAudioDeviceSoHandle()
217 GET_SYM_ERRPR_RET(g_ptrAudioDeviceHandle, StartPlayingFunc, startPlayingFunc, "StartPlaying"); in InitAudioDeviceSoHandle()
218 GET_SYM_ERRPR_RET(g_ptrAudioDeviceHandle, SuspendPlayingFunc, suspendPlayingFunc, "SuspendPlaying"); in InitAudioDeviceSoHandle()
219 GET_SYM_ERRPR_RET(g_ptrAudioDeviceHandle, StopPlayingFun in InitAudioDeviceSoHandle()
[all...]

Completed in 1 milliseconds