/drivers/peripheral/audio/test/systemtest/adm/audio_adm_interface/src/ |
D | audio_adm_interface_test.cpp | 78 struct HdfIoService *service = nullptr; variable 114 struct HdfIoService *service = nullptr; variable 151 struct HdfIoService *service = nullptr; variable 185 struct HdfIoService *service = nullptr; variable 221 struct HdfIoService *service = nullptr; variable 246 struct HdfIoService *service = nullptr; variable 270 struct HdfIoService *service = nullptr; variable 295 struct HdfIoService *service = nullptr; variable 318 struct HdfIoService *service = nullptr; variable 343 struct HdfIoService *service = nullptr; variable [all …]
|
/drivers/hdf_core/adapter/uhdf2/ipc/src/ |
D | hdf_remote_service.c | 20 struct HdfRemoteService *service, struct HdfDeathRecipient *recipient) in HdfRemoteServiceAddDeathRecipient() 26 struct HdfRemoteService *service, struct HdfDeathRecipient *recipient) in HdfRemoteServiceRemoveDeathRecipient() 33 struct HdfRemoteService *service = HdfRemoteAdapterObtain(); in HdfRemoteServiceObtain() local 41 void HdfRemoteServiceRecycle(struct HdfRemoteService *service) in HdfRemoteServiceRecycle() 51 int HdfRemoteServiceRegister(int32_t serviceId, struct HdfRemoteService *service) in HdfRemoteServiceRegister() 56 bool HdfRemoteServiceSetInterfaceDesc(struct HdfRemoteService *service, const char *descriptor) in HdfRemoteServiceSetInterfaceDesc() 61 bool HdfRemoteServiceWriteInterfaceToken(struct HdfRemoteService *service, struct HdfSBuf *data) in HdfRemoteServiceWriteInterfaceToken() 66 bool HdfRemoteServiceCheckInterfaceToken(struct HdfRemoteService *service, struct HdfSBuf *data) in HdfRemoteServiceCheckInterfaceToken() 72 struct HdfRemoteService *service, int code, struct HdfSBuf *data, struct HdfSBuf *reply) in HdfRemoteServiceDefaultDispatch()
|
D | hdf_remote_adapter.cpp | 34 HdfRemoteServiceStub::HdfRemoteServiceStub(struct HdfRemoteService *service) in HdfRemoteServiceStub() 72 HdfDeathNotifier::HdfDeathNotifier(struct HdfRemoteService *service, struct HdfDeathRecipient *reci… in HdfDeathNotifier() 88 static int HdfRemoteAdapterOptionalDispatch(struct HdfRemoteService *service, int code, in HdfRemoteAdapterOptionalDispatch() 123 static int HdfRemoteAdapterDispatch(struct HdfRemoteService *service, in HdfRemoteAdapterDispatch() 129 static int HdfRemoteAdapterDispatchAsync(struct HdfRemoteService *service, in HdfRemoteAdapterDispatchAsync() 159 struct HdfRemoteService *service, struct HdfDeathRecipient *recipient) in HdfRemoteAdapterAddDeathRecipient() 177 struct HdfRemoteService *service, const struct HdfDeathRecipient *recipient) in HdfRemoteAdapterRemoveDeathRecipient() 229 int HdfRemoteAdapterAddService(const char *name, struct HdfRemoteService *service) in HdfRemoteAdapterAddService() 266 int HdfRemoteAdapterAddSa(int32_t saId, struct HdfRemoteService *service) in HdfRemoteAdapterAddSa() 320 bool HdfRemoteAdapterSetInterfaceDesc(struct HdfRemoteService *service, const char *desc) in HdfRemoteAdapterSetInterfaceDesc() [all …]
|
/drivers/peripheral/codec/hal/src/ |
D | codec_component_type_service.c | 33 struct CodecComponentTypeService *service = (struct CodecComponentTypeService *)self; in CodecComponentTypeGetComponentVersion() local 42 struct CodecComponentTypeService *service = (struct CodecComponentTypeService *)self; in CodecComponentTypeSendCommand() local 51 struct CodecComponentTypeService *service = (struct CodecComponentTypeService *)self; in CodecComponentTypeGetParameter() local 65 struct CodecComponentTypeService *service = (struct CodecComponentTypeService *)self; in CodecComponentTypeSetParameter() local 78 struct CodecComponentTypeService *service = (struct CodecComponentTypeService *)self; in CodecComponentTypeGetConfig() local 91 struct CodecComponentTypeService *service = (struct CodecComponentTypeService *)self; in CodecComponentTypeSetConfig() local 103 struct CodecComponentTypeService *service = (struct CodecComponentTypeService *)self; in CodecComponentTypeGetExtensionIndex() local 111 struct CodecComponentTypeService *service = (struct CodecComponentTypeService *)self; in CodecComponentTypeGetState() local 121 struct CodecComponentTypeService *service = (struct CodecComponentTypeService *)self; in CodecComponentTypeComponentTunnelRequest() local 130 struct CodecComponentTypeService *service = (struct CodecComponentTypeService *)self; in CodecComponentTypeUseBuffer() local [all …]
|
/drivers/peripheral/user_auth/test/unittest/service_test/src/ |
D | user_auth_interface_service_test.cpp | 66 int32_t DoOnceExecutorRegister(const std::shared_ptr<UserAuthInterfaceService> &service, AuthType a… in DoOnceExecutorRegister() 80 void RegisterAllExecutor(const std::shared_ptr<UserAuthInterfaceService> &service) in RegisterAllExecutor() 87 void DeleteAllExecutor(const std::shared_ptr<UserAuthInterfaceService> &service) in DeleteAllExecutor() 94 void DoOnceEnroll(const std::shared_ptr<UserAuthInterfaceService> &service, int32_t userId, AuthTyp… in DoOnceEnroll() 117 void DoOnceAuth(const std::shared_ptr<UserAuthInterfaceService> &service, int32_t userId, AuthType … in DoOnceAuth() 147 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); variable 158 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); variable 177 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); variable 189 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); variable 210 auto service = UserIam::Common::MakeShared<UserAuthInterfaceService>(); variable [all …]
|
/drivers/hdf_core/framework/support/platform/src/watchdog/ |
D | watchdog_if_u.c | 22 void *service = NULL; in WatchdogServiceGetById() local 47 struct HdfIoService *service = NULL; in WatchdogOpen() local 96 struct HdfIoService *service = NULL; in WatchdogClose() local 116 struct HdfIoService *service = NULL; in WatchdogGetStatus() local 154 struct HdfIoService *service = NULL; in WatchdogStart() local 179 struct HdfIoService *service = NULL; in WatchdogStop() local 205 struct HdfIoService *service = NULL; in WatchdogSetTimeout() local 239 struct HdfIoService *service = NULL; in WatchdogGetTimeout() local 277 struct HdfIoService *service = NULL; in WatchdogFeed() local
|
/drivers/hdf_core/adapter/uhdf2/hdi/test/stub_collector/ |
D | stub_collector_test.cpp | 27 struct HdfRemoteService **TestConstruct(void *service) in TestConstruct() 71 struct TestService *service = (struct TestService *)OsalMemCalloc(sizeof(struct TestService)); variable 87 struct TestService *service = (struct TestService *)OsalMemCalloc(sizeof(struct TestService)); variable 100 struct TestService *service = (struct TestService *)OsalMemCalloc(sizeof(struct TestService)); variable 114 struct TestService *service = (struct TestService *)OsalMemCalloc(sizeof(struct TestService)); variable 144 struct TestService *service = (struct TestService *)OsalMemCalloc(sizeof(struct TestService)); variable
|
/drivers/hdf_core/framework/support/platform/src/rtc/ |
D | rtc_if_u.c | 22 static struct HdfIoService *service = NULL; in RtcOpen() local 48 struct HdfIoService *service = NULL; in RtcClose() local 63 struct HdfIoService *service = NULL; in RtcReadTime() local 117 struct HdfIoService *service = NULL; in RtcWriteTime() local 166 struct HdfIoService *service = NULL; in RtcReadAlarm() local 233 struct HdfIoService *service = NULL; in RtcWriteAlarm() local 281 static int32_t RtcRegListener(struct HdfIoService *service, enum RtcAlarmIndex alarmIndex, RtcAlarm… in RtcRegListener() 307 struct HdfIoService *service = (struct HdfIoService *)handle; in RtcRegisterAlarmCallback() local 355 struct HdfIoService *service = NULL; in RtcAlarmInterruptEnable() local 402 struct HdfIoService *service = NULL; in RtcGetFreq() local [all …]
|
/drivers/hdf_core/framework/support/platform/src/gpio/ |
D | gpio_if_u.c | 23 static struct HdfIoService *service = NULL; in GpioManagerServiceGet() local 49 struct HdfIoService *service = NULL; in GpioRead() local 102 struct HdfIoService *service = NULL; in GpioWrite() local 143 struct HdfIoService *service = NULL; in GpioGetDir() local 201 struct HdfIoService *service = NULL; in GpioSetDir() local 239 static int32_t GpioRegListener(struct HdfIoService *service, uint16_t gpio, GpioIrqFunc func, void … in GpioRegListener() 264 struct HdfIoService *service = NULL; in GpioSetIrq() local 319 struct HdfIoService *service = NULL; in GpioUnsetIrq() local 357 struct HdfIoService *service = NULL; in GpioEnableIrq() local 392 struct HdfIoService *service = NULL; in GpioDisableIrq() local [all …]
|
/drivers/hdf_core/framework/support/platform/src/timer/ |
D | timer_if_u.c | 21 static struct HdfIoService *service = NULL; in TimerManagerGetService() local 47 struct HdfIoService *service = NULL; in HwTimerOpen() local 99 struct HdfIoService *service = NULL; in HwTimerClose() local 137 struct HdfIoService *service = NULL; in HwTimerStart() local 176 struct HdfIoService *service = NULL; in HwTimerStop() local 213 static int32_t TimerListenerReg(struct HdfIoService *service, DevHandle handle, TimerHandleCb cb, b… in TimerListenerReg() 240 struct HdfIoService *service = NULL; in HwTimerSet() local 301 struct HdfIoService *service = NULL; in HwTimerSetOnce() local 362 struct HdfIoService *service = NULL; in HwTimerGet() local
|
/drivers/hdf_core/framework/support/platform/src/dac/ |
D | dac_if_u.c | 21 static struct HdfIoService *service = NULL; in DacManagerServiceGet() local 36 struct HdfIoService *service = NULL; in DacOpen() local 88 struct HdfIoService *service = NULL; in DacClose() local 124 struct HdfIoService *service = NULL; in DacWrite() local
|
/drivers/hdf_core/framework/model/network/wifi/platform/src/message/nodes/ |
D | local_node.c | 32 static void HandleRequestMessage(const RemoteService *service, MessageContext *context) in HandleRequestMessage() 53 static void HandleResponseMessage(const RemoteService *service, MessageContext *context) in HandleResponseMessage() 80 ErrorCode SendMessageLocalNode(const RemoteService *service, MessageContext *context) in SendMessageLocalNode() 120 static void ShutdownLocalService(RemoteService *service) in ShutdownLocalService() 125 static void DestroyLocalNodeRemoteService(RemoteService *service) in DestroyLocalNodeRemoteService() 144 LocalNodeService *service = NULL; in CreateLocalNodeService() local
|
/drivers/hdf_core/framework/support/platform/src/pin/ |
D | pin_if_u.c | 77 static struct HdfIoService *service = NULL; in PinManagerServiceGet() local 93 struct HdfIoService *service = NULL; in PinGet() local 140 struct HdfIoService *service = NULL; in PinPut() local 179 struct HdfIoService *service = NULL; in PinSetPull() local 222 struct HdfIoService *service = NULL; in PinGetPull() local 278 struct HdfIoService *service = NULL; in PinSetStrength() local 321 struct HdfIoService *service = NULL; in PinGetStrength() local 377 struct HdfIoService *service = NULL; in PinSetFunc() local 443 struct HdfIoService *service = NULL; in PinGetFunc() local
|
/drivers/hdf_core/framework/sample/platform/uart/dispatch/ |
D | uart_if.c | 42 struct HdfIoService *service = HdfIoServiceBind(serviceName); in UartOpen() local 57 struct HdfIoService *service = NULL; in UartWrite() local 87 struct HdfIoService *service = NULL; in UartClose() local
|
/drivers/peripheral/audio/supportlibs/adm_adapter/src/ |
D | audio_interface_lib_common.c | 59 static bool AudioCheckServiceIsAvailable(const struct HdfIoService *service) in AudioCheckServiceIsAvailable() 130 struct HdfIoService *service = obj; in AudioServiceDispatch() local 217 struct HdfIoService *service = HdfIoServiceBindName(serviceName); in AudioBindServiceObject() local 263 struct HdfIoService *service = (struct HdfIoService *)handle->object; in AudioCloseService() local 483 void AudioCloseServiceSub(struct HdfIoService *service) in AudioCloseServiceSub() 580 static int32_t AudioCtlGetElemList(const struct HdfIoService *service, struct AudioCtlElemList *eLi… in AudioCtlGetElemList() 634 static int32_t AudioCtlElemListCts(const struct HdfIoService *service, int cmdId, struct AudioMixer… in AudioCtlElemListCts() 661 static int32_t AudioCtlRenderElemList(const struct HdfIoService *service, int cmdId, struct AudioMi… in AudioCtlRenderElemList() 674 static int32_t AudioCtlCaptureElemList(const struct HdfIoService *service, int cmdId, struct AudioM… in AudioCtlCaptureElemList() 694 …nt32_t AudioMixerCtlElemList(AudioPcmType pcm, OpCode cmd, const struct HdfIoService *service, voi… in AudioMixerCtlElemList() [all …]
|
/drivers/hdf_core/framework/support/platform/src/hdmi/ |
D | hdmi_if.c | 71 struct HdfIoService *service = (struct HdfIoService *)handle; in HdmiUserClose() local 87 struct HdfIoService *service = (struct HdfIoService *)handle; in HdmiUserStart() local 105 struct HdfIoService *service = (struct HdfIoService *)handle; in HdmiUserStop() local 125 struct HdfIoService *service = (struct HdfIoService *)handle; in HdmiUserAvmuteSet() local 155 struct HdfIoService *service = (struct HdfIoService *)handle; in HdmiUserDeepColorSet() local 185 struct HdfIoService *service = (struct HdfIoService *)handle; in HdmiUserSetVideoAttribute() local 218 struct HdfIoService *service = (struct HdfIoService *)handle; in HdmiUserSetAudioAttribute() local 252 struct HdfIoService *service = (struct HdfIoService *)handle; in HdmiUserSetHdrAttribute() local 286 struct HdfIoService *service = (struct HdfIoService *)handle; in HdmiUserDeepColorGet() local 322 struct HdfIoService *service = (struct HdfIoService *)handle; in HdmiUserGetSinkEdid() local [all …]
|
/drivers/hdf_core/adapter/uhdf2/manager/src/ |
D | devmgr_service_full.c | 28 …oid CleanupDiedHostResources(struct DevHostServiceClnt *hostClnt, struct HdfRemoteService *service) in CleanupDiedHostResources() 55 struct HdfRemoteService *service) in DevmgrServiceFullHandleDeviceHostDied() 64 struct HdfRemoteService *service) in DevmgrServiceFullOnDeviceHostDied() 95 struct HdfRemoteService *service = (struct HdfRemoteService *)msg->data[1]; in DevmgrServiceFullDispatchMessage() local
|
/drivers/hdf_core/framework/support/platform/src/pcie/ |
D | pcie_if_u.c | 41 struct HdfIoService *service = NULL; in PcieOpen() local 91 struct HdfIoService *service = (struct HdfIoService *)handle; in PcieRead() local 148 struct HdfIoService *service = (struct HdfIoService *)handle; in PcieWrite() local 194 struct HdfIoService *service, PcieCallbackFunc cb, uint32_t num, const struct DmaData *dma) in PcieRegListener() 269 struct HdfIoService *service = (struct HdfIoService *)handle; in PcieDmaMap() local 314 struct HdfIoService *service = (struct HdfIoService *)handle; in PcieDmaUnmap() local 347 struct HdfIoService *service = (struct HdfIoService *)handle; in PcieRegisterIrq() local 370 struct HdfIoService *service = (struct HdfIoService *)handle; in PcieUnregisterIrq() local 388 struct HdfIoService *service = (struct HdfIoService *)handle; in PcieClose() local
|
/drivers/hdf_core/framework/support/platform/src/adc/ |
D | adc_if_u.c | 33 struct HdfIoService *service = NULL; in AdcOpen() local 82 struct HdfIoService *service = NULL; in AdcClose() local 115 struct HdfIoService *service = NULL; in AdcRead() local
|
/drivers/peripheral/battery/interfaces/hdi_service/src/ |
D | battery_thread.cpp | 122 int32_t BatteryThread::Init([[maybe_unused]] void* service) in Init() 146 void BatteryThread::UeventCallback(void* service) in UeventCallback() 165 void BatteryThread::UpdateBatteryInfo(void* service) in UpdateBatteryInfo() 242 void BatteryThread::StartThread(void* service) in StartThread() 248 void BatteryThread::Run(void* service) in Run()
|
/drivers/hdf_core/framework/core/shared/src/ |
D | hdf_io_service.c | 16 void HdfIoServiceRecycle(struct HdfIoService *service) in HdfIoServiceRecycle() 30 void HdfIoServiceRemove(struct HdfIoService *service) in HdfIoServiceRemove()
|
/drivers/hdf_core/framework/core/host/src/ |
D | devhost_service.c | 149 static int DevHostServiceStartService(struct IDevHostService *service) in DevHostServiceStartService() 189 static int DevHostServicePmNotify(struct IDevHostService *service, uint32_t state) in DevHostServicePmNotify() 217 void DevHostServiceConstruct(struct DevHostService *service) in DevHostServiceConstruct() 231 void DevHostServiceDestruct(struct DevHostService *service) in DevHostServiceDestruct() 274 void DevHostServiceFreeInstance(struct IDevHostService *service) in DevHostServiceFreeInstance()
|
/drivers/hdf_core/framework/core/manager/test/unittest/common/ |
D | hdf_remote_adapter_test.cpp | 114 struct HdfRemoteService *service = HdfRemoteAdapterObtain(); variable 132 struct HdfRemoteService *service = HdfRemoteAdapterObtain(); variable 150 struct HdfRemoteService *service = HdfRemoteAdapterObtain(); variable
|
/drivers/hdf_core/framework/support/platform/src/spi/ |
D | spi_if_u.c | 28 struct HdfIoService *service = NULL; in SpiGetCntlrByBusNum() local 149 struct HdfIoService *service = NULL; in SpiTransfer() local 225 struct HdfIoService *service = NULL; in SpiSetCfg() local 275 struct HdfIoService *service = NULL; in SpiGetCfg() local 330 struct HdfIoService *service = NULL; in SpiClose() local 368 struct HdfIoService *service = NULL; in SpiOpen() local
|
/drivers/hdf_core/framework/support/platform/src/pwm/ |
D | pwm_if_u.c | 58 struct HdfIoService *service = (struct HdfIoService *)pwm; in PwmOpen() local 78 struct HdfIoService *service = NULL; in PwmClose() local 104 struct HdfIoService *service = NULL; in PwmSetConfig() local 141 struct HdfIoService *service = NULL; in PwmGetConfig() local
|