Home
last modified time | relevance | path

Searched defs:_THIS (Results 1 – 25 of 156) sorted by relevance

1234567

/AliOS-Things-master/components/SDL2/src/video/psp/
A DSDL_pspvideo.c163 PSP_VideoInit(_THIS) in PSP_VideoInit() argument
190 PSP_VideoQuit(_THIS) in PSP_VideoQuit() argument
219 PSP_CreateWindow(_THIS, SDL_Window * window) in PSP_CreateWindow() argument
244 PSP_SetWindowTitle(_THIS, SDL_Window * window) in PSP_SetWindowTitle() argument
256 PSP_SetWindowSize(_THIS, SDL_Window * window) in PSP_SetWindowSize() argument
260 PSP_ShowWindow(_THIS, SDL_Window * window) in PSP_ShowWindow() argument
264 PSP_HideWindow(_THIS, SDL_Window * window) in PSP_HideWindow() argument
268 PSP_RaiseWindow(_THIS, SDL_Window * window) in PSP_RaiseWindow() argument
280 PSP_RestoreWindow(_THIS, SDL_Window * window) in PSP_RestoreWindow() argument
289 PSP_DestroyWindow(_THIS, SDL_Window * window) in PSP_DestroyWindow() argument
[all …]
A DSDL_pspgl.c48 PSP_GL_LoadLibrary(_THIS, const char *path) in PSP_GL_LoadLibrary() argument
60 PSP_GL_GetProcAddress(_THIS, const char *proc) in PSP_GL_GetProcAddress() argument
66 PSP_GL_UnloadLibrary(_THIS) in PSP_GL_UnloadLibrary() argument
75 PSP_GL_CreateContext(_THIS, SDL_Window * window) in PSP_GL_CreateContext() argument
143 PSP_GL_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context) in PSP_GL_MakeCurrent() argument
154 PSP_GL_SetSwapInterval(_THIS, int interval) in PSP_GL_SetSwapInterval() argument
168 PSP_GL_GetSwapInterval(_THIS) in PSP_GL_GetSwapInterval() argument
174 PSP_GL_SwapWindow(_THIS, SDL_Window * window) in PSP_GL_SwapWindow() argument
183 PSP_GL_DeleteContext(_THIS, SDL_GLContext context) in PSP_GL_DeleteContext() argument
/AliOS-Things-master/components/SDL2/src/video/pandora/
A DSDL_pandora.c154 PND_videoinit(_THIS) in PND_videoinit() argument
182 PND_videoquit(_THIS) in PND_videoquit() argument
200 PND_createwindow(_THIS, SDL_Window * window) in PND_createwindow() argument
262 PND_setwindowsize(_THIS, SDL_Window * window) in PND_setwindowsize() argument
266 PND_showwindow(_THIS, SDL_Window * window) in PND_showwindow() argument
270 PND_hidewindow(_THIS, SDL_Window * window) in PND_hidewindow() argument
274 PND_raisewindow(_THIS, SDL_Window * window) in PND_raisewindow() argument
286 PND_restorewindow(_THIS, SDL_Window * window) in PND_restorewindow() argument
324 PND_gl_loadlibrary(_THIS, const char *path) in PND_gl_loadlibrary() argument
386 PND_gl_unloadlibrary(_THIS) in PND_gl_unloadlibrary() argument
[all …]
/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bwindow.cc44 static int _InitWindow(_THIS, SDL_Window *window) { in _InitWindow() argument
80 int HAIKU_CreateWindow(_THIS, SDL_Window *window) { in HAIKU_CreateWindow() argument
122 void HAIKU_SetWindowTitle(_THIS, SDL_Window * window) { in HAIKU_SetWindowTitle() argument
139 void HAIKU_SetWindowSize(_THIS, SDL_Window * window) { in HAIKU_SetWindowSize() argument
158 void HAIKU_ShowWindow(_THIS, SDL_Window * window) { in HAIKU_ShowWindow() argument
163 void HAIKU_HideWindow(_THIS, SDL_Window * window) { in HAIKU_HideWindow() argument
168 void HAIKU_RaiseWindow(_THIS, SDL_Window * window) { in HAIKU_RaiseWindow() argument
173 void HAIKU_MaximizeWindow(_THIS, SDL_Window * window) { in HAIKU_MaximizeWindow() argument
178 void HAIKU_MinimizeWindow(_THIS, SDL_Window * window) { in HAIKU_MinimizeWindow() argument
183 void HAIKU_RestoreWindow(_THIS, SDL_Window * window) { in HAIKU_RestoreWindow() argument
[all …]
A DSDL_bopengl.cc47 int HAIKU_GL_LoadLibrary(_THIS, const char *path) in HAIKU_GL_LoadLibrary() argument
66 void *HAIKU_GL_GetProcAddress(_THIS, const char *proc) in HAIKU_GL_GetProcAddress() argument
89 int HAIKU_GL_SwapWindow(_THIS, SDL_Window * window) { in HAIKU_GL_SwapWindow() argument
94 int HAIKU_GL_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context) { in HAIKU_GL_MakeCurrent() argument
101 SDL_GLContext HAIKU_GL_CreateContext(_THIS, SDL_Window * window) { in HAIKU_GL_CreateContext() argument
130 void HAIKU_GL_DeleteContext(_THIS, SDL_GLContext context) { in HAIKU_GL_DeleteContext() argument
136 int HAIKU_GL_SetSwapInterval(_THIS, int interval) { in HAIKU_GL_SetSwapInterval() argument
141 int HAIKU_GL_GetSwapInterval(_THIS) { in HAIKU_GL_GetSwapInterval() argument
147 void HAIKU_GL_UnloadLibrary(_THIS) { in HAIKU_GL_UnloadLibrary() argument
155 void HAIKU_GL_RebootContexts(_THIS) { in HAIKU_GL_RebootContexts() argument
/AliOS-Things-master/components/SDL2/src/video/raspberry/
A DSDL_rpivideo.c210 RPI_VideoInit(_THIS) in RPI_VideoInit() argument
230 RPI_VideoQuit(_THIS) in RPI_VideoQuit() argument
261 RPI_CreateWindow(_THIS, SDL_Window * window) in RPI_CreateWindow() argument
356 RPI_DestroyWindow(_THIS, SDL_Window * window) in RPI_DestroyWindow() argument
392 RPI_SetWindowTitle(_THIS, SDL_Window * window) in RPI_SetWindowTitle() argument
404 RPI_SetWindowSize(_THIS, SDL_Window * window) in RPI_SetWindowSize() argument
408 RPI_ShowWindow(_THIS, SDL_Window * window) in RPI_ShowWindow() argument
412 RPI_HideWindow(_THIS, SDL_Window * window) in RPI_HideWindow() argument
416 RPI_RaiseWindow(_THIS, SDL_Window * window) in RPI_RaiseWindow() argument
420 RPI_MaximizeWindow(_THIS, SDL_Window * window) in RPI_MaximizeWindow() argument
[all …]
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_opengl.c64 DirectFB_GL_Initialize(_THIS) in DirectFB_GL_Initialize() argument
95 DirectFB_GL_Shutdown(_THIS) in DirectFB_GL_Shutdown() argument
108 DirectFB_GL_LoadLibrary(_THIS, const char *path) in DirectFB_GL_LoadLibrary() argument
150 DirectFB_GL_UnloadLibrary(_THIS) in DirectFB_GL_UnloadLibrary() argument
164 DirectFB_GL_GetProcAddress(_THIS, const char *proc) in DirectFB_GL_GetProcAddress() argument
173 DirectFB_GL_CreateContext(_THIS, SDL_Window * window) in DirectFB_GL_CreateContext() argument
231 DirectFB_GL_SetSwapInterval(_THIS, int interval) in DirectFB_GL_SetSwapInterval() argument
237 DirectFB_GL_GetSwapInterval(_THIS) in DirectFB_GL_GetSwapInterval() argument
243 DirectFB_GL_SwapWindow(_THIS, SDL_Window * window) in DirectFB_GL_SwapWindow() argument
269 DirectFB_GL_DeleteContext(_THIS, SDL_GLContext context) in DirectFB_GL_DeleteContext() argument
[all …]
A DSDL_DirectFB_window.c39 DirectFB_CreateWindow(_THIS, SDL_Window * window) in DirectFB_CreateWindow() argument
183 DirectFB_SetWindowTitle(_THIS, SDL_Window * window) in DirectFB_SetWindowTitle() argument
259 DirectFB_SetWindowSize(_THIS, SDL_Window * window) in DirectFB_SetWindowSize() argument
298 DirectFB_ShowWindow(_THIS, SDL_Window * window) in DirectFB_ShowWindow() argument
307 DirectFB_HideWindow(_THIS, SDL_Window * window) in DirectFB_HideWindow() argument
316 DirectFB_RaiseWindow(_THIS, SDL_Window * window) in DirectFB_RaiseWindow() argument
325 DirectFB_MaximizeWindow(_THIS, SDL_Window * window) in DirectFB_MaximizeWindow() argument
349 DirectFB_MinimizeWindow(_THIS, SDL_Window * window) in DirectFB_MinimizeWindow() argument
357 DirectFB_RestoreWindow(_THIS, SDL_Window * window) in DirectFB_RestoreWindow() argument
409 DirectFB_DestroyWindow(_THIS, SDL_Window * window) in DirectFB_DestroyWindow() argument
[all …]
/AliOS-Things-master/components/SDL2/src/video/vivante/
A DSDL_vivantevideo.c137 VIVANTE_AddVideoDisplays(_THIS) in VIVANTE_AddVideoDisplays() argument
185 VIVANTE_VideoInit(_THIS) in VIVANTE_VideoInit() argument
237 VIVANTE_VideoQuit(_THIS) in VIVANTE_VideoQuit() argument
274 VIVANTE_CreateWindow(_THIS, SDL_Window * window) in VIVANTE_CreateWindow() argument
316 VIVANTE_DestroyWindow(_THIS, SDL_Window * window) in VIVANTE_DestroyWindow() argument
343 VIVANTE_SetWindowTitle(_THIS, SDL_Window * window) in VIVANTE_SetWindowTitle() argument
352 VIVANTE_SetWindowPosition(_THIS, SDL_Window * window) in VIVANTE_SetWindowPosition() argument
358 VIVANTE_SetWindowSize(_THIS, SDL_Window * window) in VIVANTE_SetWindowSize() argument
364 VIVANTE_ShowWindow(_THIS, SDL_Window * window) in VIVANTE_ShowWindow() argument
375 VIVANTE_HideWindow(_THIS, SDL_Window * window) in VIVANTE_HideWindow() argument
[all …]
A DSDL_vivanteplatform.c30 VIVANTE_SetupPlatform(_THIS) in VIVANTE_SetupPlatform() argument
35 char *VIVANTE_GetDisplayName(_THIS) in VIVANTE_GetDisplayName() argument
41 VIVANTE_UpdateDisplayScale(_THIS) in VIVANTE_UpdateDisplayScale() argument
46 VIVANTE_CleanupPlatform(_THIS) in VIVANTE_CleanupPlatform() argument
/AliOS-Things-master/components/SDL2/src/video/nacl/
A DSDL_naclopengles.c39 NACL_GLES_LoadLibrary(_THIS, const char *path) in NACL_GLES_LoadLibrary() argument
46 NACL_GLES_GetProcAddress(_THIS, const char *proc) in NACL_GLES_GetProcAddress() argument
56 NACL_GLES_UnloadLibrary(_THIS) in NACL_GLES_UnloadLibrary() argument
63 NACL_GLES_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext sdl_context) in NACL_GLES_MakeCurrent() argument
73 NACL_GLES_CreateContext(_THIS, SDL_Window * window) in NACL_GLES_CreateContext() argument
141 NACL_GLES_SetSwapInterval(_THIS, int interval) in NACL_GLES_SetSwapInterval() argument
148 NACL_GLES_GetSwapInterval(_THIS) in NACL_GLES_GetSwapInterval() argument
155 NACL_GLES_SwapWindow(_THIS, SDL_Window * window) in NACL_GLES_SwapWindow() argument
166 NACL_GLES_DeleteContext(_THIS, SDL_GLContext context) in NACL_GLES_DeleteContext() argument
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenvideo.c140 Emscripten_VideoInit(_THIS) in Emscripten_VideoInit() argument
170 Emscripten_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode) in Emscripten_SetDisplayMode() argument
177 Emscripten_VideoQuit(_THIS) in Emscripten_VideoQuit() argument
183 Emscripten_GetDisplayUsableBounds(_THIS, SDL_VideoDisplay * display, SDL_Rect * rect) in Emscripten_GetDisplayUsableBounds() argument
199 Emscripten_PumpEvents(_THIS) in Emscripten_PumpEvents() argument
205 Emscripten_CreateWindow(_THIS, SDL_Window * window) in Emscripten_CreateWindow() argument
281 static void Emscripten_SetWindowSize(_THIS, SDL_Window * window) in Emscripten_SetWindowSize() argument
301 Emscripten_DestroyWindow(_THIS, SDL_Window * window) in Emscripten_DestroyWindow() argument
326 Emscripten_SetWindowFullscreen(_THIS, SDL_Window * window, SDL_VideoDisplay * display, SDL_bool ful… in Emscripten_SetWindowFullscreen() argument
367 Emscripten_SetWindowTitle(_THIS, SDL_Window * window) { in Emscripten_SetWindowTitle() argument
/AliOS-Things-master/components/SDL2/src/video/qnx/
A Dvideo.c36 videoInit(_THIS) in videoInit() argument
59 videoQuit(_THIS) in videoQuit() argument
71 createWindow(_THIS, SDL_Window *window) in createWindow() argument
154 createWindowFramebuffer(_THIS, SDL_Window * window, Uint32 * format, in createWindowFramebuffer() argument
190 updateWindowFramebuffer(_THIS, SDL_Window *window, const SDL_Rect *rects, in updateWindowFramebuffer() argument
211 pumpEvents(_THIS) in pumpEvents() argument
246 setWindowSize(_THIS, SDL_Window *window) in setWindowSize() argument
265 showWindow(_THIS, SDL_Window *window) in showWindow() argument
280 hideWindow(_THIS, SDL_Window *window) in hideWindow() argument
295 destroyWindow(_THIS, SDL_Window *window) in destroyWindow() argument
/AliOS-Things-master/components/SDL2/src/video/offscreen/
A DSDL_offscreenopengl.c31 OFFSCREEN_GL_SwapWindow(_THIS, SDL_Window* window) in OFFSCREEN_GL_SwapWindow() argument
40 OFFSCREEN_GL_MakeCurrent(_THIS, SDL_Window* window, SDL_GLContext context) in OFFSCREEN_GL_MakeCurrent() argument
51 OFFSCREEN_GL_CreateContext(_THIS, SDL_Window* window) in OFFSCREEN_GL_CreateContext() argument
62 OFFSCREEN_GL_LoadLibrary(_THIS, const char* path) in OFFSCREEN_GL_LoadLibrary() argument
83 OFFSCREEN_GL_UnloadLibrary(_THIS) in OFFSCREEN_GL_UnloadLibrary() argument
89 OFFSCREEN_GL_GetProcAddress(_THIS, const char* proc) in OFFSCREEN_GL_GetProcAddress() argument
/AliOS-Things-master/components/SDL2/src/audio/psp/
A DSDL_pspaudio.c45 PSPAUDIO_OpenDevice(_THIS, void *handle, const char *devname, int iscapture) in PSPAUDIO_OpenDevice() argument
102 static void PSPAUDIO_PlayDevice(_THIS) in PSPAUDIO_PlayDevice() argument
116 static void PSPAUDIO_WaitDevice(_THIS) in PSPAUDIO_WaitDevice() argument
120 static Uint8 *PSPAUDIO_GetDeviceBuf(_THIS) in PSPAUDIO_GetDeviceBuf() argument
125 static void PSPAUDIO_CloseDevice(_THIS) in PSPAUDIO_CloseDevice() argument
134 static void PSPAUDIO_ThreadInit(_THIS) in PSPAUDIO_ThreadInit() argument
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/
A DSDL_kmsdrmvideo.c257 KMSDRM_FBFromBO(_THIS, struct gbm_bo *bo) in KMSDRM_FBFromBO() argument
394 KMSDRM_CreateSurfaces(_THIS, SDL_Window * window) in KMSDRM_CreateSurfaces() argument
440 KMSDRM_VideoInit(_THIS) in KMSDRM_VideoInit() argument
659 KMSDRM_VideoQuit(_THIS) in KMSDRM_VideoQuit() argument
772 KMSDRM_CreateWindow(_THIS, SDL_Window * window) in KMSDRM_CreateWindow() argument
838 KMSDRM_DestroyWindow(_THIS, SDL_Window * window) in KMSDRM_DestroyWindow() argument
887 KMSDRM_SetWindowSize(_THIS, SDL_Window * window) in KMSDRM_SetWindowSize() argument
891 KMSDRM_ShowWindow(_THIS, SDL_Window * window) in KMSDRM_ShowWindow() argument
895 KMSDRM_HideWindow(_THIS, SDL_Window * window) in KMSDRM_HideWindow() argument
899 KMSDRM_RaiseWindow(_THIS, SDL_Window * window) in KMSDRM_RaiseWindow() argument
[all …]
/AliOS-Things-master/components/SDL2/src/audio/wasapi/
A DSDL_wasapi.c238 RecoverWasapiDevice(_THIS) in RecoverWasapiDevice() argument
262 RecoverWasapiIfLost(_THIS) in RecoverWasapiIfLost() argument
286 WASAPI_GetDeviceBuf(_THIS) in WASAPI_GetDeviceBuf() argument
302 WASAPI_PlayDevice(_THIS) in WASAPI_PlayDevice() argument
311 WASAPI_WaitDevice(_THIS) in WASAPI_WaitDevice() argument
398 WASAPI_FlushCapture(_THIS) in WASAPI_FlushCapture() argument
423 ReleaseWasapiDevice(_THIS) in ReleaseWasapiDevice() argument
464 WASAPI_CloseDevice(_THIS) in WASAPI_CloseDevice() argument
470 WASAPI_RefDevice(_THIS) in WASAPI_RefDevice() argument
476 WASAPI_UnrefDevice(_THIS) in WASAPI_UnrefDevice() argument
[all …]
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandopengles.c39 Wayland_GLES_LoadLibrary(_THIS, const char *path) { in Wayland_GLES_LoadLibrary() argument
53 Wayland_GLES_CreateContext(_THIS, SDL_Window * window) in Wayland_GLES_CreateContext() argument
63 Wayland_GLES_SwapWindow(_THIS, SDL_Window *window) in Wayland_GLES_SwapWindow() argument
80 Wayland_GLES_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context) in Wayland_GLES_MakeCurrent() argument
97 Wayland_GLES_GetDrawableSize(_THIS, SDL_Window * window, int * w, int * h) in Wayland_GLES_GetDrawableSize() argument
114 Wayland_GLES_DeleteContext(_THIS, SDL_GLContext context) in Wayland_GLES_DeleteContext() argument
/AliOS-Things-master/components/SDL2/src/audio/disk/
A DSDL_diskaudio.c47 DISKAUDIO_WaitDevice(_THIS) in DISKAUDIO_WaitDevice() argument
53 DISKAUDIO_PlayDevice(_THIS) in DISKAUDIO_PlayDevice() argument
69 DISKAUDIO_GetDeviceBuf(_THIS) in DISKAUDIO_GetDeviceBuf() argument
75 DISKAUDIO_CaptureFromDevice(_THIS, void *buffer, int buflen) in DISKAUDIO_CaptureFromDevice() argument
99 DISKAUDIO_FlushCapture(_THIS) in DISKAUDIO_FlushCapture() argument
106 DISKAUDIO_CloseDevice(_THIS) in DISKAUDIO_CloseDevice() argument
129 DISKAUDIO_OpenDevice(_THIS, void *handle, const char *devname, int iscapture) in DISKAUDIO_OpenDevice() argument
/AliOS-Things-master/components/SDL2/src/audio/netbsd/
A DSDL_netbsdaudio.c56 NETBSDAUDIO_Status(_THIS) in NETBSDAUDIO_Status() argument
127 NETBSDAUDIO_PlayDevice(_THIS) in NETBSDAUDIO_PlayDevice() argument
147 NETBSDAUDIO_GetDeviceBuf(_THIS) in NETBSDAUDIO_GetDeviceBuf() argument
154 NETBSDAUDIO_CaptureFromDevice(_THIS, void *_buffer, int buflen) in NETBSDAUDIO_CaptureFromDevice() argument
173 NETBSDAUDIO_FlushCapture(_THIS) in NETBSDAUDIO_FlushCapture() argument
195 NETBSDAUDIO_CloseDevice(_THIS) in NETBSDAUDIO_CloseDevice() argument
205 NETBSDAUDIO_OpenDevice(_THIS, void *handle, const char *devname, int iscapture) in NETBSDAUDIO_OpenDevice() argument
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidwindow.c40 Android_CreateWindow(_THIS, SDL_Window * window) in Android_CreateWindow() argument
106 Android_SetWindowTitle(_THIS, SDL_Window *window) in Android_SetWindowTitle() argument
112 Android_SetWindowFullscreen(_THIS, SDL_Window *window, SDL_VideoDisplay *display, SDL_bool fullscre… in Android_SetWindowFullscreen() argument
163 Android_MinimizeWindow(_THIS, SDL_Window *window) in Android_MinimizeWindow() argument
169 Android_DestroyWindow(_THIS, SDL_Window *window) in Android_DestroyWindow() argument
193 Android_GetWindowWMInfo(_THIS, SDL_Window *window, SDL_SysWMinfo *info) in Android_GetWindowWMInfo() argument
A DSDL_androidgl.c40 Android_GLES_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context) in Android_GLES_MakeCurrent() argument
50 Android_GLES_CreateContext(_THIS, SDL_Window * window) in Android_GLES_CreateContext() argument
64 Android_GLES_SwapWindow(_THIS, SDL_Window * window) in Android_GLES_SwapWindow() argument
85 Android_GLES_LoadLibrary(_THIS, const char *path) { in Android_GLES_LoadLibrary() argument
A DSDL_androidkeyboard.c352 Android_HasScreenKeyboardSupport(_THIS) in Android_HasScreenKeyboardSupport() argument
358 Android_IsScreenKeyboardShown(_THIS, SDL_Window * window) in Android_IsScreenKeyboardShown() argument
364 Android_StartTextInput(_THIS) in Android_StartTextInput() argument
371 Android_StopTextInput(_THIS) in Android_StopTextInput() argument
377 Android_SetTextInputRect(_THIS, SDL_Rect *rect) in Android_SetTextInputRect() argument
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsopengl.c97 WIN_GL_LoadLibrary(_THIS, const char *path) in WIN_GL_LoadLibrary() argument
182 WIN_GL_GetProcAddress(_THIS, const char *proc) in WIN_GL_GetProcAddress() argument
196 WIN_GL_UnloadLibrary(_THIS) in WIN_GL_UnloadLibrary() argument
379 WIN_GL_InitExtensions(_THIS) in WIN_GL_InitExtensions() argument
642 WIN_GL_SetupWindow(_THIS, SDL_Window * window) in WIN_GL_SetupWindow() argument
653 WIN_GL_UseEGL(_THIS) in WIN_GL_UseEGL() argument
666 WIN_GL_CreateContext(_THIS, SDL_Window * window) in WIN_GL_CreateContext() argument
827 WIN_GL_SetSwapInterval(_THIS, int interval) in WIN_GL_SetSwapInterval() argument
842 WIN_GL_GetSwapInterval(_THIS) in WIN_GL_GetSwapInterval() argument
852 WIN_GL_SwapWindow(_THIS, SDL_Window * window) in WIN_GL_SwapWindow() argument
[all …]
/AliOS-Things-master/components/SDL2/src/audio/android/
A DSDL_androidaudio.c40 ANDROIDAUDIO_OpenDevice(_THIS, void *handle, const char *devname, int iscapture) in ANDROIDAUDIO_OpenDevice() argument
84 ANDROIDAUDIO_PlayDevice(_THIS) in ANDROIDAUDIO_PlayDevice() argument
90 ANDROIDAUDIO_GetDeviceBuf(_THIS) in ANDROIDAUDIO_GetDeviceBuf() argument
96 ANDROIDAUDIO_CaptureFromDevice(_THIS, void *buffer, int buflen) in ANDROIDAUDIO_CaptureFromDevice() argument
102 ANDROIDAUDIO_FlushCapture(_THIS) in ANDROIDAUDIO_FlushCapture() argument
108 ANDROIDAUDIO_CloseDevice(_THIS) in ANDROIDAUDIO_CloseDevice() argument

Completed in 32 milliseconds

1234567