Home
last modified time | relevance | path

Searched defs:service (Results 1 - 25 of 199) sorted by relevance

12345678

/drivers/hdf_core/adapter/khdf/liteos_m/test/sample_driver/include/
H A Dsample_service.h37 struct IDeviceIoService service; member
/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
H A Dplatform_driver_test.c45 static struct IDeviceIoService service; in PlatformTestBind() local
/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dplatform_driver_test.c35 static struct IDeviceIoService service; in PlatformTestBind() local
H A Demmc_test.h20 struct IDeviceIoService service; member
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/
H A Dhostapd_interface_service.c31 struct HostapdInterfaceService *service = (struct HostapdInterfaceService *)OsalMemCalloc( in HostapdInterfaceImplGetInstance() local
[all...]
H A Dhostapd_impl.h32 struct HdfRemoteService *service; member
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/
H A Dwpa_interface_service.c32 struct WpaInterfaceService *service = (struct WpaInterfaceService *)OsalMemCalloc( in WpaInterfaceImplGetInstance() local
[all...]
H A Dwpa_impl.h32 struct HdfRemoteService *service; member
/drivers/hdf_core/framework/core/shared/src/
H A Dioserstat_listener.c13 OnIoServiceEventReceive( struct HdfDevEventlistener *listener, struct HdfIoService *service, uint32_t id, struct HdfSBuf *data) OnIoServiceEventReceive() argument
H A Dhdf_io_service.c16 void HdfIoServiceRecycle(struct HdfIoService *service) in HdfIoServiceRecycle() argument
30 void HdfIoServiceRemove(struct HdfIoService *service) in HdfIoServiceRemove() argument
/drivers/peripheral/codec/hal/idl_service/include/
H A Dcodec_death_recipient.h36 explicit CodecDeathRecipient(const wptr<CodecComponentManagerService> &service) : mgr(service) {}; in CodecDeathRecipient() argument
/drivers/peripheral/wlan/hdi_service/
H A Dwlan_interface_service.c32 struct WlanInterfaceService *service = (struct WlanInterfaceService *)OsalMemCalloc( in WlanInterfaceImplGetInstance() local
[all...]
H A Dwlan_impl.h38 struct HdfRemoteService *service; member
/drivers/peripheral/wlan/test/hdi_service/
H A Dhostapd_callback_impl.c48 struct HostapdCallbackService *service = in HostapdCallbackServiceGet() local
62 struct HostapdCallbackService *service = (struct HostapdCallbackService *)instance; in HostapdCallbackServiceRelease() local
/drivers/hdf_core/framework/core/host/src/
H A Dhdf_service_observer.c84 HdfServiceObserverPublishService(struct HdfServiceObserver *observer, const char *svcName, devid_t deviceId, uint16_t policy, struct HdfObject *service) HdfServiceObserverPublishService() argument
/drivers/hdf_core/framework/model/storage/src/mmc/
H A Demmc_if.c45 int32_t EmmcServiceGetCid(struct HdfIoService *service, uint8_t *cid, uint32_t size) in EmmcServiceGetCid() argument
H A Dmmc_if.c82 struct HdfIoService *service = (struct HdfIoService *)handle; in MmcDevPresent() local
/drivers/hdf_core/framework/model/audio/dispatch/include/
H A Daudio_control_dispatch.h31 struct IDeviceIoService service; member
/drivers/hdf_core/framework/sample/platform/uart/dispatch/
H A Duart_if.c42 struct HdfIoService *service = HdfIoServiceBind(serviceName); in UartOpen() local
57 struct HdfIoService *service = NULL; in UartWrite() local
87 struct HdfIoService *service in UartClose() local
[all...]
/drivers/hdf_core/framework/support/platform/include/fwk/
H A Dplatform_device.h31 struct IDeviceIoService *service; /* related to a hdf io service object */ member
/drivers/hdf_core/framework/support/platform/include/pwm/
H A Dpwm_core.h33 struct IDeviceIoService service; member
/drivers/hdf_core/framework/support/platform/src/adc/
H A Dadc_if_u.c33 struct HdfIoService *service = NULL; in AdcOpen() local
82 struct HdfIoService *service = NULL; in AdcClose() local
115 struct HdfIoService *service = NULL; AdcRead() local
[all...]
/drivers/hdf_core/framework/support/platform/src/can/
H A Dcan_service.c41 struct IDeviceIoService *service = NULL; in CanServiceBind() local
[all...]
/drivers/hdf_core/framework/support/platform/src/dac/
H A Ddac_if_u.c21 static struct HdfIoService *service = NULL; in DacManagerServiceGet() local
36 struct HdfIoService *service = NULL; in DacOpen() local
88 struct HdfIoService *service = NULL; DacClose() local
124 struct HdfIoService *service = NULL; DacWrite() local
[all...]
/drivers/hdf_core/framework/test/fuzztest/devmgr_service_fuzzer/
H A Dservice_fuzzer.cpp39 struct IDevmgrService *service = DevmgrServiceGetInstance(); in ServiceFuzzTest() local

Completed in 6 milliseconds

12345678