Home
last modified time | relevance | path

Searched defs:userdata (Results 1 – 25 of 108) sorted by relevance

12345

/AliOS-Things-master/components/SDL2/src/events/
A DSDL_windowevents.c31 RemovePendingSizeChangedAndResizedEvents(void * userdata, SDL_Event *event) in RemovePendingSizeChangedAndResizedEvents()
46 RemovePendingMoveEvents(void * userdata, SDL_Event *event) in RemovePendingMoveEvents()
60 RemovePendingExposedEvents(void * userdata, SDL_Event *event) in RemovePendingExposedEvents()
A DSDL_events.c48 void *userdata; member
99 SDL_EventLoggingChanged(void *userdata, const char *name, const char *oldValue, const char *hint) in SDL_EventLoggingChanged()
806 SDL_SetEventFilter(SDL_EventFilter filter, void *userdata) in SDL_SetEventFilter()
821 SDL_GetEventFilter(SDL_EventFilter * filter, void **userdata) in SDL_GetEventFilter()
845 SDL_AddEventWatch(SDL_EventFilter filter, void *userdata) in SDL_AddEventWatch()
869 SDL_DelEventWatch(SDL_EventFilter filter, void *userdata) in SDL_DelEventWatch()
896 SDL_FilterEvents(SDL_EventFilter filter, void *userdata) in SDL_FilterEvents()
A DSDL_mouse.c48 SDL_MouseDoubleClickTimeChanged(void *userdata, const char *name, const char *oldValue, const char … in SDL_MouseDoubleClickTimeChanged()
64 SDL_MouseDoubleClickRadiusChanged(void *userdata, const char *name, const char *oldValue, const cha… in SDL_MouseDoubleClickRadiusChanged()
76 SDL_MouseNormalSpeedScaleChanged(void *userdata, const char *name, const char *oldValue, const char… in SDL_MouseNormalSpeedScaleChanged()
88 SDL_MouseRelativeSpeedScaleChanged(void *userdata, const char *name, const char *oldValue, const ch… in SDL_MouseRelativeSpeedScaleChanged()
100 SDL_TouchMouseEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hin… in SDL_TouchMouseEventsChanged()
108 SDL_MouseTouchEventsChanged(void *userdata, const char *name, const char *oldValue, const char *hin… in SDL_MouseTouchEventsChanged()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/mqtt/
A Dmodule_mqtt_client.c79 void mqtt_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in mqtt_recv_handler()
132 void mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in mqtt_event_handler()
177 int32_t mqtt_client_start(void **handle, aos_mqtt_userdata_t *userdata) in mqtt_client_start()
/AliOS-Things-master/components/linksdk/components/subdev/
A Daiot_subdev_api.c35 …ric_reply_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata, aiot_subdev_r… in _subdev_topo_generic_reply_recv_handler()
128 …ic_notify_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata, aiot_subdev_r… in _subdev_topo_generic_notify_recv_handler()
197 …d _subdev_topo_add_reply_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in _subdev_topo_add_reply_recv_handler()
202 …subdev_topo_delete_reply_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in _subdev_topo_delete_reply_recv_handler()
207 …d _subdev_topo_get_reply_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in _subdev_topo_get_reply_recv_handler()
212 …subdev_batch_login_reply_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in _subdev_batch_login_reply_recv_handler()
217 …ubdev_batch_logout_reply_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in _subdev_batch_logout_reply_recv_handler()
222 …ubdev_sub_register_reply_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in _subdev_sub_register_reply_recv_handler()
227 …v_product_register_reply_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in _subdev_product_register_reply_recv_handler()
232 …void _subdev_topo_change_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in _subdev_topo_change_recv_handler()
/AliOS-Things-master/components/SDL2/src/
A DSDL_assert.c142 SDL_PromptAssertion(const SDL_assert_data *data, void *userdata) in SDL_PromptAssertion()
396 void SDL_SetAssertionHandler(SDL_AssertionHandler handler, void *userdata) in SDL_SetAssertionHandler()
431 SDL_AssertionHandler SDL_GetAssertionHandler(void **userdata) in SDL_GetAssertionHandler()
A DSDL_hints.c33 void *userdata; member
142 SDL_AddHintCallback(const char *name, SDL_HintCallback callback, void *userdata) in SDL_AddHintCallback()
198 SDL_DelHintCallback(const char *name, SDL_HintCallback callback, void *userdata) in SDL_DelHintCallback()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/aiot/
A Dmodule_aiot_mqtt.c84 void aiot_app_mqtt_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in aiot_app_mqtt_recv_handler()
137 void aiot_app_mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in aiot_app_mqtt_event_handler()
207 int32_t aiot_mqtt_client_start(void **handle, int keepaliveSec, iot_mqtt_userdata_t *userdata) in aiot_mqtt_client_start()
/AliOS-Things-master/components/linksdk/components/data-model/
A Daiot_dm_api.c424 …atic void _dm_recv_generic_reply_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userdata) in _dm_recv_generic_reply_handler()
480 static void _dm_recv_property_set_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userdata) in _dm_recv_property_set_handler()
517 …id _dm_recv_async_service_invoke_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userdata) in _dm_recv_async_service_invoke_handler()
556 …oid _dm_recv_sync_service_invoke_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userdata) in _dm_recv_sync_service_invoke_handler()
598 static void _dm_recv_raw_data_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userdata) in _dm_recv_raw_data_handler()
627 … void _dm_recv_up_raw_reply_data_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userdata) in _dm_recv_up_raw_reply_data_handler()
656 …_dm_recv_raw_sync_service_invoke_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userdata) in _dm_recv_raw_sync_service_invoke_handler()
/AliOS-Things-master/components/uagent/src/
A Duagent_comm_mqtt.c23 static void uagent_up_reply_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in uagent_up_reply_handler()
28 static void uagent_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in uagent_handler()
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/
A Dmodule_aiot_mqtt.c87 void *userdata) in pyamp_aiot_app_mqtt_recv_handler()
155 void *userdata) in pyamp_aiot_app_mqtt_event_handler()
248 iot_mqtt_userdata_t *userdata) in pyamp_aiot_mqtt_client_start()
A Dmodule_aiot_ntp.c63 static void aiot_app_ntp_recv_handler(void *handle, const aiot_ntp_recv_t *packet, void *userdata) in aiot_app_ntp_recv_handler()
111 static void aiot_app_ntp_event_handler(void *handle, const aiot_ntp_event_t *event, void *userdata) in aiot_app_ntp_event_handler()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/aiot/
A Dmodule_aiot_mqtt.c90 void aiot_app_mqtt_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in aiot_app_mqtt_recv_handler()
158 void aiot_app_mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in aiot_app_mqtt_event_handler()
228 int32_t aiot_mqtt_client_start(void **handle, int keepaliveSec, iot_mqtt_userdata_t *userdata) in aiot_mqtt_client_start()
A Dmodule_aiot_ntp.c56 static void aiot_app_ntp_recv_handler(void *handle, const aiot_ntp_recv_t *packet, void *userdata) in aiot_app_ntp_recv_handler()
105 static void aiot_app_ntp_event_handler(void *handle, const aiot_ntp_event_t *event, void *userdata) in aiot_app_ntp_event_handler()
/AliOS-Things-master/components/py_engine/external/app_mgr/
A Dapp_message.c108 void pyamp_putfile_message_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in pyamp_putfile_message_handler()
123 void pyamp_verify_message_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in pyamp_verify_message_handler()
286 static void aiot_ntp_recv_handler(void *handle, const aiot_ntp_recv_t *packet, void *userdata) in aiot_ntp_recv_handler()
307 static void aiot_ntp_event_handler(void *handle, const aiot_ntp_event_t *event, void *userdata) in aiot_ntp_event_handler()
/AliOS-Things-master/components/py_engine/modules/mqtt/
A Dmodule_mqtt_client.c64 void *userdata) in mqtt_recv_handler()
112 void *userdata) in mqtt_event_handler()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/mqtt/
A Dmodule_mqtt_client.c62 void mqtt_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in mqtt_recv_handler()
98 void mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in mqtt_event_handler()
/AliOS-Things-master/solutions/rfid_demo/
A Drfid_demo.c51 void demo_mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in demo_mqtt_event_handler()
113 static void demo_dm_recv_handler(void *dm_handle, const aiot_dm_recv_t *recv, void *userdata) in demo_dm_recv_handler()
/AliOS-Things-master/solutions/linksdk_gateway_demo/
A Dsubdev_basic_demo.c75 void demo_mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in demo_mqtt_event_handler()
108 void demo_mqtt_default_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in demo_mqtt_default_recv_handler()
/AliOS-Things-master/solutions/linksdk_demo/
A Ddata_model_basic_demo.c49 void demo_mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in demo_mqtt_event_handler()
111 static void demo_dm_recv_handler(void *dm_handle, const aiot_dm_recv_t *recv, void *userdata) in demo_dm_recv_handler()
/AliOS-Things-master/solutions/flower_demo/
A Ddata_model_basic_demo.c52 void demo_mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in demo_mqtt_event_handler()
117 static void demo_dm_recv_handler(void *dm_handle, const aiot_dm_recv_t *recv, void *userdata) in demo_dm_recv_handler()
/AliOS-Things-master/components/uvoice/application/comb/include/
A Duvoice_comb.h16 void *userdata; member
/AliOS-Things-master/solutions/auto_demo/
A Ddata_model_basic_demo.c52 void demo_mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in demo_mqtt_event_handler()
114 static void demo_dm_recv_handler(void *dm_handle, const aiot_dm_recv_t *recv, void *userdata) in demo_dm_recv_handler()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/
A DCurlHttpClient.cc54 size_t recvBody(char *ptr, size_t size, size_t nmemb, void *userdata) { in recvBody()
60 size_t recvHeaders(char *buffer, size_t size, size_t nitems, void *userdata) { in recvHeaders()
/AliOS-Things-master/solutions/audio_demo/
A Ddata_model_basic_demo.c55 void demo_mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in demo_mqtt_event_handler()
117 static void demo_dm_recv_handler(void *dm_handle, const aiot_dm_recv_t *recv, void *userdata) in demo_dm_recv_handler()

Completed in 95 milliseconds

12345