HomeSort by relevance Sort by last modified time
    Searched refs:mapsize (Results 1 - 4 of 4) sorted by null

  /frameworks/base/cmds/servicemanager/
binder.h 71 struct binder_state *binder_open(unsigned mapsize);
binder.c 91 unsigned mapsize; member in struct:binder_state
94 struct binder_state *binder_open(unsigned mapsize)
111 bs->mapsize = mapsize;
112 bs->mapped = mmap(NULL, mapsize, PROT_READ, MAP_PRIVATE, bs->fd, 0);
132 munmap(bs->mapped, bs->mapsize);
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.c 153 size_t len, mapsize; local
283 mapsize = ((int)len + pagemask) & ~pagemask;
284 private->physmem = (Uint8 *)mmap(NULL, mapsize,
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_glfuncs.h 197 SDL_PROC_UNUSED(void,glPixelMapfv,(GLenum map, GLsizei mapsize, const GLfloat *values))
198 SDL_PROC_UNUSED(void,glPixelMapuiv,(GLenum map, GLsizei mapsize, const GLuint *values))
199 SDL_PROC_UNUSED(void,glPixelMapusv,(GLenum map, GLsizei mapsize, const GLushort *values))

Completed in 74 milliseconds