Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_bluetooth_manager.cpp46 GetStateFunc getStateFunc;
55 GetStateFunc fastGetStateFunc;
221 GET_SYM_ERRPR_RET(g_ptrAudioDeviceHandle, GetStateFunc, getStateFunc, "GetState"); in InitAudioDeviceSoHandle()
230 GET_SYM_ERRPR_RET(g_ptrAudioDeviceHandle, GetStateFunc, fastGetStateFunc, "FastGetState"); in InitAudioDeviceSoHandle()
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H A Dbluetooth_audio_device.h45 typedef BTAudioStreamState (*GetStateFunc)(); typedef