Home
last modified time | relevance | path

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

/drivers/peripheral/audio/effect/host/
H A Daudio_effect_driver.c47 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, reply); in EffectModelDriverDispatch()
96 struct HdfRemoteService **stubObj = StubCollectorGetOrNewObject(IEFFECTMODEL_INTERFACE_DESC, serviceImpl); in HdfEffectModelDriverBind() local
97 if (stubObj == NULL) { in HdfEffectModelDriverBind()
107 effectModelHost->stubObject = stubObj; in HdfEffectModelDriverBind()
/drivers/peripheral/audio/hdi_service/primary/
H A Daudio_manager_driver.c48 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, reply); in AudioManagerDriverDispatch()
102 struct HdfRemoteService **stubObj = StubCollectorGetOrNewObject(IAUDIOMANAGER_INTERFACE_DESC, serviceImpl); in HdfAudioManagerDriverBind() local
103 if (stubObj == NULL) { in HdfAudioManagerDriverBind()
114 audiomanagerHost->stubObject = stubObj; in HdfAudioManagerDriverBind()
/drivers/peripheral/wlan/hdi_service/
H A Dwlan_interface_drivers.c43 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, reply); in WlanInterfaceDriverDispatch()
88 struct HdfRemoteService **stubObj = StubCollectorGetOrNewObject(IWLANINTERFACE_INTERFACE_DESC, serviceImpl); in HdfWlanInterfaceDriverBind() local
89 if (stubObj == NULL) { in HdfWlanInterfaceDriverBind()
99 wlaninterfaceHost->stubObject = stubObj; in HdfWlanInterfaceDriverBind()
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/
H A Dhostapd_interface_drivers.c51 struct HdfRemoteService *stubObj = *hostapdinterfaceHost->stubObject; in HostapdInterfaceDriverDispatch() local
52 if (stubObj == NULL || stubObj->dispatcher == NULL || stubObj->dispatcher->Dispatch == NULL) { in HostapdInterfaceDriverDispatch()
57 int ret = stubObj->dispatcher->Dispatch((struct HdfRemoteService *)stubObj->target, cmdId, data, reply); in HostapdInterfaceDriverDispatch()
94 struct HdfRemoteService **stubObj = StubCollectorGetOrNewObject(IHOSTAPDINTERFACE_INTERFACE_DESC, serviceImpl); in HdfHostapdInterfaceDriverBind() local
95 if (stubObj == NULL) { in HdfHostapdInterfaceDriverBind()
106 hostapdinterfaceHost->stubObject = stubObj; in HdfHostapdInterfaceDriverBind()
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/
H A Dwpa_interface_drivers.c56 struct HdfRemoteService *stubObj = *wpainterfaceHost->stubObject; in WpaInterfaceDriverDispatch() local
57 if (stubObj == NULL || stubObj->dispatcher == NULL || stubObj->dispatcher->Dispatch == NULL) { in WpaInterfaceDriverDispatch()
61 int ret = stubObj->dispatcher->Dispatch((struct HdfRemoteService *)stubObj->target, cmdId, data, reply); in WpaInterfaceDriverDispatch()
98 struct HdfRemoteService **stubObj = StubCollectorGetOrNewObject(IWPAINTERFACE_INTERFACE_DESC, serviceImpl); in HdfWpaInterfaceDriverBind() local
99 if (stubObj == NULL) { in HdfWpaInterfaceDriverBind()
110 wpainterfaceHost->stubObject = stubObj; in HdfWpaInterfaceDriverBind()

Completed in 2 milliseconds