/device/generic/goldfish/opengl/tests/ut_rendercontrol_enc/ |
D | ut_rendercontrol.in | 1 GL_ENTRY(int, createContext, uint32_t pid, uint32_t handle, uint32_t shareCtx, int version) 2 GL_ENTRY(int, createSurface, uint32_t pid, uint32_t handle) 3 GL_ENTRY(int, makeCurrentContext, uint32_t pid, uint32_t drawSurface, uint32_t readSurface, uint32_… 4 GL_ENTRY(void, swapBuffers, uint32_t pid, uint32_t surface) 5 GL_ENTRY(int, destroyContext, uint32_t pid, uint32_t handle) 6 GL_ENTRY(int, destroySurface, uint32_t pid, uint32_t handle)
|
/device/moto/shamu/dataservices/rmnetctl/src/ |
D | librmnetctl.c | 134 nlmsghdr_val->nlmsg_pid = hndl->pid; in rmnetctl_transact() 294 int pid = -1, netlink_fd = -1, return_code = RMNETCTL_LIB_ERR; in rmnetctl_init() local 309 pid = getpid(); in rmnetctl_init() 310 if (pid < MIN_VALID_PROCESS_ID) { in rmnetctl_init() 315 (*hndl)->pid = pid; in rmnetctl_init() 328 (*hndl)->src_addr.nl_pid = (*hndl)->pid; in rmnetctl_init()
|
/device/moto/shamu/dataservices/rmnetctl/inc/ |
D | librmnetctl_hndl.h | 58 uint32_t pid; member
|
/device/moto/shamu/sepolicy/ |
D | rild.te | 21 # rild needs to parse through /proc to obtain pid of netmgrd
|
D | mpdecision.te | 27 # <12>[ 39.917299] type=1400 audit(1409704476.019:90): avc: denied { write } for pid=328 comm="mpde…
|
D | ims.te | 26 # ims needs to parse through /proc to obtain pid of netmgrd
|
/device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/ |
D | mm_jpeg.h | 98 pthread_t pid; /* job cmd thread ID */ member
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/ |
D | mm_camera_thread.c | 325 pthread_create(&poll_cb->pid, NULL, mm_camera_poll_thread, (void *)poll_cb); in mm_camera_poll_thread_launch() 345 if (pthread_join(poll_cb->pid, NULL) != 0) { in mm_camera_poll_thread_release()
|
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
D | mm_jpeg.h | 146 pthread_t pid; /* job cmd thread ID */ member
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
D | GLClientState.cpp | 297 int GLClientState::compareTexId(const void* pid, const void* prec) in compareTexId() argument 299 const GLuint* id = (const GLuint*)pid; in compareTexId()
|
D | GLClientState.h | 217 static int compareTexId(const void* pid, const void* prec);
|
/device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
D | mm_jpeg.h | 148 pthread_t pid; /* job cmd thread ID */ member
|
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_thread.c | 491 pthread_create(&poll_cb->pid, NULL, mm_camera_poll_thread, (void *)poll_cb); in mm_camera_poll_thread_launch() 515 if (pthread_join(poll_cb->pid, NULL) != 0) { in mm_camera_poll_thread_release()
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_thread.c | 518 pthread_create(&poll_cb->pid, NULL, mm_camera_poll_thread, (void *)poll_cb); in mm_camera_poll_thread_launch() 538 if (pthread_join(poll_cb->pid, NULL) != 0) { in mm_camera_poll_thread_release()
|
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_thread.c | 520 pthread_create(&poll_cb->pid, NULL, mm_camera_poll_thread, (void *)poll_cb); in mm_camera_poll_thread_launch() 544 if (pthread_join(poll_cb->pid, NULL) != 0) { in mm_camera_poll_thread_release()
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
D | mm_jpeg.h | 361 pthread_t pid; /* job cmd thread ID */ member
|
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera.h | 131 pthread_t pid; member
|
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera.h | 131 pthread_t pid; member
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera.h | 151 pthread_t pid; member
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/ |
D | mm_camera.h | 155 pthread_t pid; member
|
/device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/ |
D | mm_jpeg.c | 834 pthread_create(&job_mgr->pid, in mm_jpeg_jobmgr_thread_launch() 859 if (pthread_join(cmd_thread->pid, NULL) != 0) { in mm_jpeg_jobmgr_thread_release()
|
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg.c | 1590 pthread_create(&job_mgr->pid, in mm_jpeg_jobmgr_thread_launch() 1627 if (pthread_join(cmd_thread->pid, NULL) != 0) { in mm_jpeg_jobmgr_thread_release()
|
/device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg.c | 1738 pthread_create(&job_mgr->pid, in mm_jpeg_jobmgr_thread_launch() 1775 if (pthread_join(cmd_thread->pid, NULL) != 0) { in mm_jpeg_jobmgr_thread_release()
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg.c | 1689 pthread_create(&job_mgr->pid, in mm_jpeg_jobmgr_thread_launch() 1726 if (pthread_join(cmd_thread->pid, NULL) != 0) { in mm_jpeg_jobmgr_thread_release()
|