| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | default_file_source.cpp | 48 … listRegions(std::function<void (std::exception_ptr, optional<std::vector<OfflineRegion>>)> callba… in listRegions() 58 std::function<void (std::exception_ptr, optional<OfflineRegion>)> callback) { in createRegion() 68 … std::function<void (std::exception_ptr, optional<OfflineRegionMetadata>)> callback) { in updateMetadata() 76 …t64_t regionID, std::function<void (std::exception_ptr, optional<OfflineRegionStatus>)> callback) { in getRegionStatus() 84 void deleteRegion(OfflineRegion&& region, std::function<void (std::exception_ptr)> callback) { in deleteRegion() 103 auto callback = [ref] (const Response& res) mutable { in request() local 249 …:unique_ptr<AsyncRequest> DefaultFileSource::request(const Resource& resource, Callback callback) { in request() 259 …flineRegions(std::function<void (std::exception_ptr, optional<std::vector<OfflineRegion>>)> callba… in listOfflineRegions() 265 … std::function<void (std::exception_ptr, optional<OfflineRegion>)> callback) { in createOfflineRegion() 271 … std::function<void (std::exception_ptr, optional<OfflineRegionMetadata>)> callback) { in updateOfflineMetadata() [all …]
|
| H A D | file_source_request.cpp | 8 FileSourceRequest::FileSourceRequest(FileSource::Callback&& callback) in FileSourceRequest() 21 void FileSourceRequest::onCancel(std::function<void()>&& callback) { in onCancel() 29 auto callback = responseCallback; in setResponse() local
|
| H A D | online_file_source.cpp | 47 Callback callback; member in mbgl::OnlineFileRequest 120 auto callback = [=](Response response) { in activateRequest() local 208 std::unique_ptr<AsyncRequest> OnlineFileSource::request(const Resource& resource, Callback callback… in request()
|
| /OK3568_Linux_fs/kernel/drivers/input/serio/ |
| H A D | hp_sdc.c | 662 int hp_sdc_request_timer_irq(hp_sdc_irqhook *callback) in hp_sdc_request_timer_irq() 686 int hp_sdc_request_hil_irq(hp_sdc_irqhook *callback) in hp_sdc_request_hil_irq() 707 int hp_sdc_request_cooked_irq(hp_sdc_irqhook *callback) in hp_sdc_request_cooked_irq() 729 int hp_sdc_release_timer_irq(hp_sdc_irqhook *callback) in hp_sdc_release_timer_irq() 750 int hp_sdc_release_hil_irq(hp_sdc_irqhook *callback) in hp_sdc_release_hil_irq() 771 int hp_sdc_release_cooked_irq(hp_sdc_irqhook *callback) in hp_sdc_release_cooked_irq()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | env_callback.h | 80 int (*callback)(const char *name, const char *value, enum env_op op, member 92 #define U_BOOT_ENV_CALLBACK(name, callback) \ argument 98 #define U_BOOT_ENV_CALLBACK(name, callback) \ argument
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | CifScaleStream.cpp | 22 CifSclStream::setPollCallback (PollCallback *callback) in setPollCallback() 154 CifSclStream::restart(const rk_sensor_full_info_t *s_info, int ratio, PollCallback *callback, int m… in restart() 181 CifSclStream::init(const rk_sensor_full_info_t *s_info, PollCallback *callback) in init()
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | multicalls.c | 47 struct callback { struct 48 void (*fn)(void *); 49 void *data;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/ |
| H A D | mali_kbase_csf_event.c | 39 kbase_csf_event_callback *callback; member 44 kbase_csf_event_callback *callback, void *param) in kbase_csf_event_wait_add() 71 kbase_csf_event_callback *callback, void *param) in kbase_csf_event_wait_remove()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-sensor-hub.c | 105 struct hid_sensor_hub_callbacks_list *callback; in sensor_hub_get_callback() local 132 struct hid_sensor_hub_callbacks_list *callback; in sensor_hub_register_callback() local 173 struct hid_sensor_hub_callbacks_list *callback; in sensor_hub_remove_callback() local 429 struct hid_sensor_hub_callbacks_list *callback; in sensor_hub_suspend() local 447 struct hid_sensor_hub_callbacks_list *callback; in sensor_hub_resume() local 479 struct hid_sensor_hub_callbacks *callback = NULL; in sensor_hub_raw_event() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | http_request.cpp | 17 …HTTPRequest(HTTPFileSource::Impl* context, const Resource& resource, FileSource::Callback callback) in HTTPRequest() 61 auto callback = m_callback; in handleNetworkReply() local
|
| H A D | timer_impl.hpp | 25 std::function<void()> callback; member in mbgl::util::Timer::Impl
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_osk_timers.c | 27 _mali_osk_timer_t *_mali_osk_timer_init(_mali_osk_timer_callback_t callback) in _mali_osk_timer_init() 67 void _mali_osk_timer_setcallback(_mali_osk_timer_t *tim, _mali_osk_timer_callback_t callback, void … in _mali_osk_timer_setcallback()
|
| /OK3568_Linux_fs/kernel/drivers/base/power/ |
| H A D | runtime.c | 48 #define RPM_GET_CALLBACK(dev, callback) \ argument 438 int (*callback)(struct device *); in rpm_idle() local 555 int (*callback)(struct device *); in rpm_suspend() local 756 int (*callback)(struct device *); in rpm_resume() local 1806 int (*callback)(struct device *); in pm_runtime_force_suspend() local 1854 int (*callback)(struct device *); in pm_runtime_force_resume() local
|
| H A D | main.c | 596 pm_callback_t callback = NULL; in device_resume_noirq() local 767 pm_callback_t callback = NULL; in device_resume_early() local 899 pm_callback_t callback = NULL; in device_resume() local 1053 void (*callback)(struct device *) = NULL; in device_complete() local 1195 pm_callback_t callback = NULL; in __device_suspend_noirq() local 1382 pm_callback_t callback = NULL; in __device_suspend_late() local 1598 pm_callback_t callback = NULL; in __device_suspend() local 1805 int (*callback)(struct device *) = NULL; in device_prepare() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/hwcnt/ |
| H A D | mali_kbase_hwcnt_watchdog_if_timer.c | 44 kbase_hwcnt_watchdog_callback_fn *callback; member 66 kbase_hwcnt_watchdog_callback_fn *const callback, void *const user_data) in kbasep_hwcnt_watchdog_if_timer_enable()
|
| /OK3568_Linux_fs/kernel/drivers/misc/vmw_vmci/ |
| H A D | vmci_event.c | 25 vmci_event_cb callback; member 130 vmci_event_cb callback, in vmci_event_subscribe()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | xace.h | 85 #define XaceRegisterCallback(hook,callback,data) \ argument 90 #define XaceDeleteCallback(hook,callback,data) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/staging/gdm724x/ |
| H A D | gdm_usb.h | 40 void (*callback)(void *cb_data); member 50 void (*callback)(void *cb_data); member 61 int (*callback)(void *cb_data, void *data, int len, int context); member
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | event.py | 537 callback = lambda a: 2 * a function 544 callback = lambda a: 2 * a function 551 callback = lambda a: 2 * a function 560 callback = lambda a: 2 * a function
|
| /OK3568_Linux_fs/kernel/drivers/staging/vc04_services/include/linux/raspberrypi/ |
| H A D | vchiq.h | 58 enum vchiq_status (*callback)(enum vchiq_reason reason, member 74 enum vchiq_status (*callback)(enum vchiq_reason reason, member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/storage/ |
| H A D | resource_transform.cpp | 5 ResourceTransform::ResourceTransform(ActorRef<ResourceTransform>, TransformCallback&& callback) in ResourceTransform()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/map/ |
| H A D | map_snapshotter.cpp | 76 void MapSnapshotter::Impl::snapshot(ActorRef<MapSnapshotter::Callback> callback) { in snapshot() 177 void MapSnapshotter::snapshot(ActorRef<MapSnapshotter::Callback> callback) { in snapshot()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | dixutils.c | 693 _AddCallback(CallbackListPtr *pcbl, CallbackProcPtr callback, void *data) in _AddCallback() 709 _DeleteCallback(CallbackListPtr *pcbl, CallbackProcPtr callback, void *data) in _DeleteCallback() 848 AddCallback(CallbackListPtr *pcbl, CallbackProcPtr callback, void *data) in AddCallback() 860 DeleteCallback(CallbackListPtr *pcbl, CallbackProcPtr callback, void *data) in DeleteCallback()
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | nwbutton.h | 21 void (*callback) (void); member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/highgui/ |
| H A D | highgui_c.h | 249 #define cvSetPreprocessFuncWin32(callback) cvSetPreprocessFuncWin32_((const void*)(callback)) argument 250 #define cvSetPostprocessFuncWin32(callback) cvSetPostprocessFuncWin32_((const void*)(callback)) argument
|