Searched refs:GET_SYM_ERRPR_RET (Results 1 - 1 of 1) sorted by relevance
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | audio_bluetooth_manager.cpp | 189 #define GET_SYM_ERRPR_RET(handle, funcType, funcPtr, funcStr) \
macro 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, StopPlayingFunc, stopPlayingFunc, "StopPlaying");
in InitAudioDeviceSoHandle() 220 GET_SYM_ERRPR_RET(g_ptrAudioDeviceHandle, WriteFrameFunc, writeFrameFunc, "WriteFrame");
in InitAudioDeviceSoHandle() 221 GET_SYM_ERRPR_RET(g_ptrAudioDeviceHandle, GetLatencyFunc, getLatencyFunc, "GetLatency");
in InitAudioDeviceSoHandle() 223 GET_SYM_ERRPR_RET(g_ptrAudioDeviceHandl in InitAudioDeviceSoHandle() [all...] |
Completed in 1 milliseconds