HomeSort by relevance Sort by last modified time
    Searched full:hidden (Results 1 - 25 of 1314) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/glib/
galias.h 14 extern __typeof (g_array_append_vals) IA__g_array_append_vals __attribute((visibility("hidden")));
17 extern __typeof (g_array_free) IA__g_array_free __attribute((visibility("hidden")));
20 extern __typeof (g_array_insert_vals) IA__g_array_insert_vals __attribute((visibility("hidden")));
23 extern __typeof (g_array_new) IA__g_array_new __attribute((visibility("hidden")));
26 extern __typeof (g_array_prepend_vals) IA__g_array_prepend_vals __attribute((visibility("hidden")));
29 extern __typeof (g_array_remove_index) IA__g_array_remove_index __attribute((visibility("hidden")));
32 extern __typeof (g_array_remove_index_fast) IA__g_array_remove_index_fast __attribute((visibility("hidden")));
35 extern __typeof (g_array_remove_range) IA__g_array_remove_range __attribute((visibility("hidden")));
38 extern __typeof (g_array_set_size) IA__g_array_set_size __attribute((visibility("hidden")));
41 extern __typeof (g_array_sized_new) IA__g_array_sized_new __attribute((visibility("hidden")));
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.h 55 /* Hidden "this" pointer for the video functions */
169 #define local_X11 (this->hidden->local_X11)
170 #define SDL_Display (this->hidden->X11_Display)
171 #define GFX_Display (this->hidden->GFX_Display)
172 #define SDL_Screen DefaultScreen(this->hidden->X11_Display)
173 #define SDL_Visual (this->hidden->vis)
175 #define WMwindow (this->hidden->WMwindow)
176 #define FSwindow (this->hidden->FSwindow)
177 #define SDL_Window (this->hidden->SDL_Window)
178 #define WM_DELETE_WINDOW (this->hidden->WM_DELETE_WINDOW
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsvideo.h 36 /* Hidden "this" pointer for the video functions */
71 #define console_fd (this->hidden->console_fd)
72 #define memory_fd (this->hidden->memory_fd)
73 #define saved_vinfo (this->hidden->saved_vinfo)
74 #define current_vt (this->hidden->current_vt)
75 #define saved_vt (this->hidden->saved_vt)
76 #define keyboard_fd (this->hidden->keyboard_fd)
77 #define saved_kbd_mode (this->hidden->saved_kbd_mode)
78 #define saved_kbd_termios (this->hidden->saved_kbd_termios)
79 #define mouse_fd (this->hidden->mouse_fd
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.h 35 /* Hidden "this" pointer for the video functions */
97 /* Hidden structure -> variables names */
98 #define VDI_handle (this->hidden->vdi_handle)
99 #define VDI_w (this->hidden->full_w)
100 #define VDI_h (this->hidden->full_h)
101 #define VDI_bpp (this->hidden->bpp)
102 #define VDI_pixelsize (this->hidden->pixelsize)
103 #define VDI_oldnumcolors (this->hidden->old_numcolors)
104 #define VDI_oldpalette (this->hidden->old_palette)
105 #define VDI_curpalette (this->hidden->cur_palette
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/nas/
SDL_nasaudio.c 65 SDL_free(device->hidden);
77 this->hidden = (struct SDL_PrivateAudioData *)
78 SDL_malloc((sizeof *this->hidden));
80 if ( (this == NULL) || (this->hidden == NULL) ) {
87 SDL_memset(this->hidden, 0, (sizeof *this->hidden));
109 while ( this->hidden->buf_free < this->hidden->mixlen ) {
111 AuNextEvent(this->hidden->aud, AuTrue, &ev);
112 AuDispatchEvent(this->hidden->aud, &ev)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.h 46 /* Hidden "this" pointer for the video functions */
128 #define mode_settings (this->hidden->mode_settings)
129 #define window (this->hidden->Window)
130 #define SDL_Image (this->hidden->image)
131 #define OCImage (this->hidden->ocimage)
132 #define old_video_mode (this->hidden->old_video_mode)
133 #define old_refresh_rate (this->hidden->old_refresh_rate)
134 #define graphics_card_caps (this->hidden->graphics_card_caps)
135 #define desktopbpp (this->hidden->desktopbpp)
136 #define visualbpp (this->hidden->visualbpp
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.h 41 // Hidden "this" pointer for the video functions
76 #define SDL_Window (this -> hidden -> SDL_Window)
77 #define FSwindow (this -> hidden -> FSwindow)
78 #define SDL_windowid (this -> hidden -> SDL_windowid)
79 #define SDL_GC (this -> hidden -> GC)
80 #define SDL_Image (this -> hidden -> Image)
81 #define Image_buff (this -> hidden -> Image_buff)
82 #define Clientfb (this -> hidden -> Clientfb)
83 #define SDL_Visual (this -> hidden -> SDL_Visual)
84 #define SDL_modelist (this -> hidden -> modelist
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.c 97 SDL_free(device->hidden);
110 device->hidden = (struct SDL_PrivateVideoData *) malloc (sizeof (*device->hidden));
112 if (device == NULL || device->hidden == NULL)
121 SDL_memset (device->hidden, 0, sizeof (*device->hidden));
192 HIDDEN->nummodes++;
385 HIDDEN->c2layer = NULL, HIDDEN->c2frame = NULL;
386 HIDDEN->enable_mga_crtc2 = 0
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.h 33 /* Hidden "this" pointer for the video functions */
52 #define SDL_modelist (this->hidden->SDL_modelist)
53 #define AA_context (this->hidden->context)
54 #define AA_palette (this->hidden->palette)
55 #define AA_rparams (this->hidden->rparams)
56 #define AA_buffer (this->hidden->buffer)
58 #define AA_x_ratio (this->hidden->x_ratio)
59 #define AA_y_ratio (this->hidden->y_ratio)
61 #define AA_mutex (this->hidden->mutex)
62 #define AA_in_x11 (this->hidden->in_x11
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/windx5/
SDL_dx5audio.h 31 /* Hidden "this" pointer for the video functions */
46 #define sound (this->hidden->sound)
47 #define mixbuf (this->hidden->mixbuf)
48 #define NUM_BUFFERS (this->hidden->NUM_BUFFERS)
49 #define mixlen (this->hidden->mixlen)
50 #define silence (this->hidden->silence)
51 #define lastchunk (this->hidden->lastchunk)
52 #define locked_buf (this->hidden->locked_buf)
53 #define audio_event (this->hidden->audio_event)
  /external/qemu/distrib/sdl-1.2.12/src/audio/nto/
SDL_nto_audio.h 31 /* Hidden "this" pointer for the audio functions */
57 #define cardno (this->hidden->cardno)
58 #define deviceno (this->hidden->deviceno)
59 #define audio_handle (this->hidden->audio_handle)
60 #define audio_fd (this->hidden->audio_fd)
61 #define parent (this->hidden->parent)
62 #define pcm_buf (this->hidden->pcm_buf)
63 #define pcm_len (this->hidden->pcm_len)
64 #define cstatus (this->hidden->cstatus)
65 #define cparams (this->hidden->cparams
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgvideo.c 83 SDL_free(device->hidden);
95 device->hidden = (struct SDL_PrivateVideoData *)
96 SDL_malloc((sizeof *device->hidden));
98 if ( (device == NULL) || (device->hidden == NULL) ) {
105 SDL_memset(device->hidden, 0, (sizeof *device->hidden));
158 this->hidden->mi = *pgGetVideoMode();
161 this->hidden->wApp = pgRegisterApp(PG_APP_NORMAL,"SDL",0);
162 this->hidden->wCanvas = pgNewWidget(PG_WIDGET_CANVAS,0,0);
170 this->info.current_w = this->hidden->mi.lxres
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.h 38 /* Hidden "this" pointer for the video functions */
98 #define console_fd (this->hidden->console_fd)
99 #define current_vt (this->hidden->current_vt)
100 #define saved_vt (this->hidden->saved_vt)
101 #define keyboard_fd (this->hidden->keyboard_fd)
102 #define saved_kbd_mode (this->hidden->saved_kbd_mode)
103 #define saved_kbd_termios (this->hidden->saved_kbd_termios)
104 #define mouse_fd (this->hidden->mouse_fd)
106 #define ts_dev (this->hidden->ts_dev)
108 #define cache_vinfo (this->hidden->cache_vinfo
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/file/
SDL_rwops.c 61 context->hidden.win32io.h = INVALID_HANDLE_VALUE; /* mark this as unusable */
62 context->hidden.win32io.buffer.data = NULL;
63 context->hidden.win32io.buffer.size = 0;
64 context->hidden.win32io.buffer.left = 0;
82 context->hidden.win32io.buffer.data = (char *)SDL_malloc(READAHEAD_BUFFER_SIZE);
83 if (!context->hidden.win32io.buffer.data) {
95 SDL_free(context->hidden.win32io.buffer.data);
96 context->hidden.win32io.buffer.data = NULL;
116 SDL_free(context->hidden.win32io.buffer.data);
117 context->hidden.win32io.buffer.data = NULL
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.h 39 /* Hidden "this" pointer for the video functions */
101 #define DGA_Display (this->hidden->DGA_Display)
103 #define DGA_colormap (this->hidden->DGA_colormap)
104 #define DGA_visualClass (this->hidden->visualClass)
105 #define memory_base (this->hidden->memory_base)
106 #define memory_pitch (this->hidden->memory_pitch)
107 #define flip_page (this->hidden->flip_page)
108 #define flip_yoffset (this->hidden->flip_yoffset)
109 #define flip_address (this->hidden->flip_address)
110 #define sync_needed (this->hidden->sync_needed
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.h 30 /* Hidden "this" pointer for the video functions */
105 /* Hidden structure -> variables names */
106 #define SDL_modelist (this->hidden->SDL_modelist)
107 #define XBIOS_mutex (this->hidden->mutex)
108 #define XBIOS_cvdo (this->hidden->cookie_vdo)
109 #define XBIOS_oldpalette (this->hidden->old_palette)
110 #define XBIOS_oldnumcol (this->hidden->old_num_colors)
111 #define XBIOS_oldvbase (this->hidden->old_video_base)
112 #define XBIOS_oldvmode (this->hidden->old_video_mode)
113 #define XBIOS_nummodes (this->hidden->num_modes
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/dart/
SDL_dart.c 68 DosPostEventSem(pSDLAudioDevice->hidden->hevAudioBufferPlayed);
151 SDL_memset(&(_this->hidden->MixSetupParms), 0, sizeof(MCI_MIXSETUP_PARMS));
152 _this->hidden->MixSetupParms.ulBitsPerSample = iBits;
153 _this->hidden->MixSetupParms.ulFormatTag = MCI_WAVE_FORMAT_PCM;
154 _this->hidden->MixSetupParms.ulSamplesPerSec = iFreq;
155 _this->hidden->MixSetupParms.ulChannels = iChannels;
156 _this->hidden->MixSetupParms.ulFormatMode = MCI_PLAY;
157 _this->hidden->MixSetupParms.ulDeviceType = MCI_DEVTYPE_WAVEFORM_AUDIO;
158 _this->hidden->MixSetupParms.pmixEvent = DARTEventFunc;
161 &(_this->hidden->MixSetupParms), 0)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/windib/
SDL_dibaudio.h 29 /* Hidden "this" pointer for the video functions */
45 #define sound (this->hidden->sound)
46 #define audio_event (this->hidden->audio_event)
47 #define audio_cs (this->hidden->audio_cs)
48 #define mixbuf (this->hidden->mixbuf)
49 #define wavebuf (this->hidden->wavebuf)
50 #define cur_buffer (this->hidden->cur_buffer)
51 #define next_buffer (this->hidden->next_buffer)
  /external/qemu/distrib/sdl-1.2.12/src/audio/dc/
SDL_dcaudio.c 52 SDL_free(device->hidden);
64 this->hidden = (struct SDL_PrivateAudioData *)
65 SDL_malloc((sizeof *this->hidden));
67 if ( (this == NULL) || (this->hidden == NULL) ) {
74 SDL_memset(this->hidden, 0, (sizeof *this->hidden));
98 if (this->hidden->playing) {
100 while(aica_get_pos(0)/this->spec.samples == this->hidden->nextbuf) {
153 if (this->hidden->playing) {
155 while(aica_get_pos(0)/spec->samples == this->hidden->nextbuf)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/dummy/
SDL_dummyaudio.c 58 SDL_free(device->hidden);
70 this->hidden = (struct SDL_PrivateAudioData *)
71 SDL_malloc((sizeof *this->hidden));
73 if ( (this == NULL) || (this->hidden == NULL) ) {
80 SDL_memset(this->hidden, 0, (sizeof *this->hidden));
103 if (this->hidden->initial_calls)
104 this->hidden->initial_calls--;
106 SDL_Delay(this->hidden->write_delay);
116 return(this->hidden->mixbuf)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_lowvideo.h 30 /* Hidden "this" pointer for the video functions */
55 #define SDL_Win (_this->hidden->SDL_Win)
56 #define saved_mode (_this->hidden->saved_mode)
57 #define SDL_nummodes (_this->hidden->SDL_nummodes)
58 #define SDL_modelist (_this->hidden->SDL_modelist)
59 #define SDL_BlankCursor (_this->hidden->BlankCursor)
60 #define last_buttons (_this->hidden->last_buttons)
61 #define last_point (_this->hidden->last_point)
62 #define key_flip (_this->hidden->key_flip)
63 #define keyinfo (_this->hidden->keyinfo
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_lowvideo.h 45 /* Hidden "this" pointer for the video functions */
89 #define SDL_Display (this->hidden->SDL_Display)
90 #define SDL_Window (this->hidden->SDL_Window)
91 #define SDL_modelist (this->hidden->SDL_modelist)
92 #define SDL_CTab (this->hidden->SDL_CTab)
93 #define SDL_CPal (this->hidden->SDL_CPal)
94 #define fullscreen_ctx (this->hidden->fullscreen_ctx)
95 #define current_style (this->hidden->current_style)
96 #define last_where (this->hidden->last_where)
97 #define last_mods (this->hidden->last_mods
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/ums/
SDL_umsaudio.c 84 if(this->hidden->playbuf._buffer) SDL_free(this->hidden->playbuf._buffer);
85 if(this->hidden->fillbuf._buffer) SDL_free(this->hidden->fillbuf._buffer);
86 _somFree( this->hidden->umsdev );
87 SDL_free(this->hidden);
102 this->hidden = (struct SDL_PrivateAudioData *)SDL_malloc((sizeof *this->hidden));
104 if ( (this == NULL) || (this->hidden == NULL) ) {
111 SDL_memset(this->hidden, 0, (sizeof *this->hidden))
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/dsp/
SDL_dspaudio.h 29 /* Hidden "this" pointer for the video functions */
46 #define audio_fd (this->hidden->audio_fd)
47 #define parent (this->hidden->parent)
48 #define mixbuf (this->hidden->mixbuf)
49 #define mixlen (this->hidden->mixlen)
50 #define frame_ticks (this->hidden->frame_ticks)
51 #define next_frame (this->hidden->next_frame)
  /external/qemu/distrib/sdl-1.2.12/src/audio/sun/
SDL_sunaudio.h 29 /* Hidden "this" pointer for the video functions */
46 #define audio_fd (this->hidden->audio_fd)
47 #define audio_fmt (this->hidden->audio_fmt)
48 #define mixbuf (this->hidden->mixbuf)
49 #define ulaw_only (this->hidden->ulaw_only)
50 #define ulaw_buf (this->hidden->ulaw_buf)
51 #define written (this->hidden->written)
52 #define fragsize (this->hidden->fragsize)
53 #define frequency (this->hidden->frequency)

Completed in 227 milliseconds

1 2 3 4 5 6 7 8 91011>>