Searched refs:stubObj (Results 1 – 3 of 3) sorted by relevance
/drivers/peripheral/audio/effect/host/ |
D | audio_effect_driver.c | 47 struct HdfRemoteService *stubObj = *effectModelHost->stubObject; in EffectModelDriverDispatch() local 48 if (stubObj == NULL || stubObj->dispatcher == NULL || stubObj->dispatcher->Dispatch == NULL) { in EffectModelDriverDispatch() 52 …return stubObj->dispatcher->Dispatch((struct HdfRemoteService *)stubObj->target, cmdId, data, repl… in EffectModelDriverDispatch() 96 …struct HdfRemoteService **stubObj = StubCollectorGetOrNewObject(IEFFECTMODEL_INTERFACE_DESC, servi… in HdfEffectModelDriverBind() local 97 if (stubObj == NULL) { in HdfEffectModelDriverBind() 107 effectModelHost->stubObject = stubObj; in HdfEffectModelDriverBind()
|
/drivers/peripheral/wlan/hdi_service/ |
D | wlan_interface_drivers.c | 43 struct HdfRemoteService *stubObj = *wlaninterfaceHost->stubObject; in WlanInterfaceDriverDispatch() local 44 if (stubObj == NULL || stubObj->dispatcher == NULL || stubObj->dispatcher->Dispatch == NULL) { in WlanInterfaceDriverDispatch() 48 …return stubObj->dispatcher->Dispatch((struct HdfRemoteService *)stubObj->target, cmdId, data, repl… in WlanInterfaceDriverDispatch() 88 …struct HdfRemoteService **stubObj = StubCollectorGetOrNewObject(IWLANINTERFACE_INTERFACE_DESC, ser… in HdfWlanInterfaceDriverBind() local 89 if (stubObj == NULL) { in HdfWlanInterfaceDriverBind() 99 wlaninterfaceHost->stubObject = stubObj; in HdfWlanInterfaceDriverBind()
|
/drivers/peripheral/audio/hdi_service/primary/ |
D | audio_manager_driver.c | 48 struct HdfRemoteService *stubObj = *audiomanagerHost->stubObject; in AudioManagerDriverDispatch() local 49 if (stubObj == NULL || stubObj->dispatcher == NULL || stubObj->dispatcher->Dispatch == NULL) { in AudioManagerDriverDispatch() 53 …return stubObj->dispatcher->Dispatch((struct HdfRemoteService *)stubObj->target, cmdId, data, repl… in AudioManagerDriverDispatch() 102 …struct HdfRemoteService **stubObj = StubCollectorGetOrNewObject(IAUDIOMANAGER_INTERFACE_DESC, serv… in HdfAudioManagerDriverBind() local 103 if (stubObj == NULL) { in HdfAudioManagerDriverBind() 114 audiomanagerHost->stubObject = stubObj; in HdfAudioManagerDriverBind()
|