Searched refs:userdata (Results 1 – 13 of 13) sorted by relevance
| /bsp/amebaz/libraries/smartconfig/inc/ |
| A D | smartconfig.h | 36 void *userdata, rt_uint8_t userdata_len); 37 typedef void (*rt_smartconfig_event_handle)(rt_uint32_t event, void *userdata); 44 void rt_smartconfig_set_event_handle(rt_smartconfig_event_handle handle, void *userdata);
|
| /bsp/simulator/SDL2/include/ |
| A D | SDL_joystick.h | 394 void *userdata; /**< User data pointer passed to callbacks */ member 395 void (SDLCALL *Update)(void *userdata); /**< Called when the joystick state should be updated */ 396 …void (SDLCALL *SetPlayerIndex)(void *userdata, int player_index); /**< Called when the player inde… 397 …int (SDLCALL *Rumble)(void *userdata, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble); … 398 …int (SDLCALL *RumbleTriggers)(void *userdata, Uint16 left_rumble, Uint16 right_rumble); /**< Imple… 399 …int (SDLCALL *SetLED)(void *userdata, Uint8 red, Uint8 green, Uint8 blue); /**< Implements SDL_Joy… 400 …int (SDLCALL *SendEffect)(void *userdata, const void *data, int size); /**< Implements SDL_Joystic…
|
| A D | SDL_log.h | 368 typedef void (SDLCALL *SDL_LogOutputFunction)(void *userdata, int category, SDL_LogPriority priorit… 382 …n DECLSPEC void SDLCALL SDL_LogGetOutputFunction(SDL_LogOutputFunction *callback, void **userdata); 394 …ern DECLSPEC void SDLCALL SDL_LogSetOutputFunction(SDL_LogOutputFunction callback, void *userdata);
|
| A D | SDL_events.h | 1012 typedef int (SDLCALL * SDL_EventFilter) (void *userdata, SDL_Event * event); 1057 void *userdata); 1075 void **userdata); 1104 void *userdata); 1120 void *userdata); 1139 void *userdata);
|
| A D | SDL_hints.h | 3244 typedef void (SDLCALL *SDL_HintCallback)(void *userdata, const char *name, const char *oldValue, co… 3260 void *userdata); 3276 void *userdata);
|
| A D | SDL_system.h | 46 typedef void (SDLCALL * SDL_WindowsMessageHook)(void *userdata, void *hWnd, unsigned int message, U… 56 …n DECLSPEC void SDLCALL SDL_SetWindowsMessageHook(SDL_WindowsMessageHook callback, void *userdata);
|
| A D | SDL_assert.h | 206 const SDL_AssertData* data, void* userdata); 231 void *userdata);
|
| A D | SDL_audio.h | 159 typedef void (SDLCALL * SDL_AudioCallback) (void *userdata, Uint8 * stream, 187 void *userdata; /**< Userdata passed to callback (ignored for NULL callbacks). */ member
|
| A D | SDL_surface.h | 81 void *userdata; /**< Read-write */ member
|
| A D | SDL_render.h | 554 void *userdata);
|
| A D | SDL_video.h | 941 void *userdata);
|
| /bsp/amebaz/applications/ |
| A D | smartconfig_app.c | 107 …result(rt_smartconfig_type result_type, char *ssid, char *passwd, void *userdata, rt_uint8_t userd… in smartconfig_result() argument 109 rt_uint8_t random = *(rt_uint8_t *)userdata; in smartconfig_result()
|
| /bsp/amebaz/drivers/wlan/ |
| A D | drv_wlan.c | 326 static void rthw_wifi_promisc_callback(unsigned char *buf, unsigned int len, void* userdata) in rthw_wifi_promisc_callback() argument 330 monitor_callback(userdata, len, RT_NULL); in rthw_wifi_promisc_callback()
|
Completed in 41 milliseconds