HomeSort by relevance Sort by last modified time
    Searched defs:expose (Results 1 - 10 of 10) sorted by null

  /system/media/wilhelm/src/
entry.c 103 // now expose additional interfaces not requested by the earlier engine create
115 BoolHook expose = mi->mExpose; local
116 if ((NULL == expose) || (*expose)((char *) thiz + x->mOffset)) {
119 // FIXME log or report to application that expose hook failed
sles.c 161 // Expose all implicit interfaces
214 // The requested interface was both found and available, so expose it
540 // if interface is exposed, also call the optional expose hook
541 BoolHook expose; local
542 state = (exposedMask & 1) && ((NULL == (expose = mi->mExpose)) || (*expose)(self)) ?
544 // FIXME log or report to application if an expose hook on a
  /system/media/wilhelm/src/itf/
IDynamicInterfaceManagement.c 56 BoolHook expose = MPH_init_table[MPH].mExpose; local
57 // call the optional expose hook
58 if ((NULL == expose) || (*expose)(thisItf)) {
164 // call the optional expose hook
165 BoolHook expose = MPH_init_table[MPH].mExpose; local
166 if ((NULL == expose) || (*expose)(thisItf)) {
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextPlatformPrivateCairo.h 55 , expose(0)
107 GdkEventExpose* expose; member in class:WebCore::GraphicsContextPlatformPrivate
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_events.h 231 SDL_ExposeEvent expose; member in union:SDL_Event
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_events.h 231 SDL_ExposeEvent expose; member in union:SDL_Event
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_events.h 231 SDL_ExposeEvent expose; member in union:SDL_Event
  /prebuilt/windows/sdl/host/include/SDL/
SDL_events.h 228 SDL_ExposeEvent expose; member in union:__anon25568
  /prebuilt/windows/sdl/include/SDL/
SDL_events.h 231 SDL_ExposeEvent expose; member in union:SDL_Event
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xproto.h 1037 } expose;
1034 } expose; member in union:_xEvent::__anon20219
    [all...]

Completed in 589 milliseconds