/development/simulator/app/ |
Shmem.cpp | 284 void* addr = shmat(shmid, NULL, 0); 322 void* addr = shmat(shmid, NULL, 0);
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11image.c | 56 shminfo.shmaddr = (char *)shmat(shminfo.shmid, 0, 0);
|
SDL_x11yuv.c | 268 yuvshm->shmaddr = (char *)shmat(yuvshm->shmid, 0, 0);
|
/device/samsung/crespo/alsa-lib/src/pcm/ |
pcm_mmap.c | 387 ptr = shmat(i->u.shm.shmid, 0, 0); 389 SYSERR("shmat failed"); 414 ptr = shmat(i->u.shm.shmid, 0, 0); 416 SYSERR("shmat failed");
|
pcm_shm.c | 755 ctrl = shmat(ans.cookie, 0, 0); 757 SYSERR("shmat error");
|
pcm_direct.c | 110 dmix->shmptr = shmat(dmix->shmid, 0, 0); [all...] |
pcm_dmix.c | 99 dmix->u.dmix.sum_buffer = shmat(dmix->u.dmix.shmid_sum, 0, 0); [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/ |
SDL_pgvideo.c | 212 current->pixels = shmat(shmget(this->hidden->shm.shm_key,
|
/device/samsung/crespo/alsa-lib/aserver/ |
aserver.c | 302 client->transport.shm.ctrl = shmat(shmid, 0, 0); 306 SYSERROR("shmat failed"); 562 client->transport.shm.ctrl = shmat(shmid, 0, 0); 566 SYSERROR("shmat failed");
|
/development/simulator/wrapsim/ |
SimMgr.c | 452 void* addr = shmat(shmid, NULL, 0);
|
/device/samsung/crespo/alsa-lib/src/control/ |
control_shm.c | 523 ctrl = shmat(ans.cookie, 0, 0);
|
/external/quake/quake/src/QW/client/ |
vid_x.c | 341 (void *) shmat(x_shminfo[frm].shmid, 0, 0);
|
/external/quake/quake/src/WinQuake/ |
vid_sunx.cpp | 475 (void *) shmat(x_shminfo[frm].shmid, 0, 0);
|
vid_x.cpp | 420 (void *) shmat(x_shminfo[frm].shmid, 0, 0);
|
/external/dbus/ |
configure | [all...] |