Home
last modified time | relevance | path

Searched defs:func (Results 1 - 25 of 84) sorted by relevance

1234

/drivers/hdf_core/framework/model/camera/dispatch/include/
H A Dcamera_dispatch.h20 int32_t (*func)(struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply); member
/drivers/peripheral/audio/supportlibs/adm_adapter/include/
H A Daudio_interface_lib_render.h31 InterfaceLibCtlRender func; member
/drivers/external_device_manager/test/fuzztest/bus_extension_fuzzer/usbextension_fuzzer/
H A Dusbextension_fuzzer.cpp66 auto func = g_allTestFunc[index % funcCount]; in DoSomethingInterestingWithMyAPI() local
/drivers/hdf_core/framework/model/audio/dispatch/include/
H A Daudio_control_dispatch.h38 int32_t (*func)(const struct HdfDeviceIoClient *client, struct HdfSBuf *data, struct HdfSBuf *reply); member
/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dplatform_trace_test.c60 int32_t (*func)(void); member
/drivers/hdf_core/framework/utils/include/
H A Dhdf_task_queue.h22 HdfTaskFunc func; member
/drivers/hdf_core/framework/utils/src/
H A Dhdf_task_queue.c30 struct HdfTaskQueue *HdfTaskQueueCreate(HdfTaskFunc func, const char *name) in HdfTaskQueueCreate() argument
/drivers/peripheral/audio/hal/hdi_binder/server/include/
H A Dhdf_audio_server_common.h43 AudioAllfunc func; member
/drivers/peripheral/audio/interfaces/effect/v1_0/
H A Deffect_factory.h34 ComandProccess func; member
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/include/
H A Dalgo_plugin.h52 IppAlgoFunc func; member
/drivers/peripheral/camera/vdi_base/common/utils/event/
H A Devent_base.h39 void Associate(Event* obj, _func_type func) in Associate() argument
45 void DisAssociate(Event* obj, _func_type func) in DisAssociate() argument
79 void Associate(Event* obj, _func_type func) in Associate() argument
87 void DisAssociate(Event* obj, _func_type func) in DisAssociate() argument
/drivers/hdf_core/adapter/khdf/liteos/osal/src/
H A Dosal_timer.c43 OsalTimerFunc func; member
47 int32_t OsalTimerCreate(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg) in OsalTimerCreate() argument
H A Dosal_workqueue.c75 int32_t HdfWorkInit(HdfWork *work, HdfWorkFunc func, void *para) in HdfWorkInit() argument
101 int32_t HdfDelayedWorkInit(HdfWork *work, HdfWorkFunc func, void *para) in HdfDelayedWorkInit() argument
/drivers/hdf_core/framework/core/host/src/
H A Dhdf_power_manager.c27 struct PmTaskQueue *HdfPmTaskQueueInit(HdfTaskFunc func) in HdfPmTaskQueueInit() argument
/drivers/external_device_manager/test/fuzztest/drivers_pkg_manager_fuzzer/driverpkgmanager_fuzzer/
H A Ddriverpkgmanager_fuzzer.cpp77 auto func = g_allTestFunc[index % funcCount]; in DoSomethingInterestingWithMyAPI() local
/drivers/hdf_core/adapter/khdf/liteos_m/osal/src/
H A Dosal_timer.c43 OsalTimerFunc func; member
47 int32_t OsalTimerCreate(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg) in OsalTimerCreate() argument
/drivers/hdf_core/adapter/khdf/uniproton/osal/src/
H A Dosal_timer.c42 OsalTimerFunc func; member
46 int32_t OsalTimerCreate(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg) in OsalTimerCreate() argument
/drivers/hdf_core/framework/model/misc/vibrator/driver/include/
H A Dvibrator_driver.h29 VibratorCmdHandle func; member
/drivers/hdf_core/framework/support/platform/src/gpio/
H A Dgpio_if.c61 int32_t GpioSetIrq(uint16_t gpio, uint16_t mode, GpioIrqFunc func, void *arg) in GpioSetIrq() argument
/drivers/hdf_core/framework/support/platform/src/i3c/
H A Di3c_if.c66 int32_t I3cRequestIbi(DevHandle handle, uint16_t addr, I3cIbiFunc func, uint32_t payload) in I3cRequestIbi() argument
/drivers/peripheral/codec/image/heif/src/
H A Dcodec_heif_encode_service.cpp41 auto func = reinterpret_cast<GetCodecHeifHwi>(dlsym(libHeif_.get(), "GetCodecHeifHwi")); in LoadVendorLib() local
/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbd_function_test.cpp80 int32_t func = USB_FUNCTION_NONE; in HWTEST_F() local
98 int32_t func = USB_FUNCTION_NONE; in HWTEST_F() local
/drivers/peripheral/wlan/hdi_service/service_extend/service_extend_direct/
H A Dwlan_extend_cmd.c101 int32_t WlanInterfaceRegisterHid2dCallback(Hid2dCallbackFunc func, const char *ifName) in WlanInterfaceRegisterHid2dCallback() argument
120 int32_t WlanInterfaceUnregisterHid2dCallback(Hid2dCallbackFunc func, const char *ifName) in WlanInterfaceUnregisterHid2dCallback() argument
/drivers/hdf_core/adapter/khdf/linux/osal/src/
H A Dosal_workqueue.c65 int32_t HdfWorkInit(HdfWork *work, HdfWorkFunc func, void *para) in HdfWorkInit() argument
92 int32_t HdfDelayedWorkInit(HdfWork *work, HdfWorkFunc func, void *para) in HdfDelayedWorkInit() argument
H A Dosal_timer.c38 OsalTimerFunc func; member
81 int32_t OsalTimerCreate(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg) in OsalTimerCreate() argument

Completed in 15 milliseconds

1234