Home
last modified time | relevance | path

Searched refs:pid (Results 1 – 25 of 31) sorted by relevance

12

/device/generic/goldfish/opengl/tests/ut_rendercontrol_enc/
Dut_rendercontrol.in1 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/
Dlibrmnetctl.c134 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/
Dlibrmnetctl_hndl.h58 uint32_t pid; member
/device/moto/shamu/sepolicy/
Drild.te21 # rild needs to parse through /proc to obtain pid of netmgrd
Dmpdecision.te27 # <12>[ 39.917299] type=1400 audit(1409704476.019:90): avc: denied { write } for pid=328 comm="mpde…
Dims.te26 # ims needs to parse through /proc to obtain pid of netmgrd
/device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/
Dmm_jpeg.h98 pthread_t pid; /* job cmd thread ID */ member
/device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/
Dmm_jpeg.h98 pthread_t pid; /* job cmd thread ID */ member
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_thread.c326 pthread_create(&poll_cb->pid, NULL, mm_camera_poll_thread, (void *)poll_cb); in mm_camera_poll_thread_launch()
346 if (pthread_join(poll_cb->pid, NULL) != 0) { in mm_camera_poll_thread_release()
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_thread.c325 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/
Dmm_jpeg.h146 pthread_t pid; /* job cmd thread ID */ member
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DGLClientState.cpp297 int GLClientState::compareTexId(const void* pid, const void* prec) in compareTexId() argument
299 const GLuint* id = (const GLuint*)pid; in compareTexId()
DGLClientState.h217 static int compareTexId(const void* pid, const void* prec);
/device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/inc/
Dmm_jpeg.h148 pthread_t pid; /* job cmd thread ID */ member
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_thread.c491 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/
Dmm_camera_thread.c518 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/
Dmm_camera_thread.c518 pthread_create(&poll_cb->pid, NULL, mm_camera_poll_thread, (void *)poll_cb); in mm_camera_poll_thread_launch()
542 if (pthread_join(poll_cb->pid, NULL) != 0) { in mm_camera_poll_thread_release()
/device/lge/mako/camera/mm-camera-interface/
Dmm_camera_poll_thread.c309 pthread_create(&poll_cb->data.pid, NULL, mm_camera_poll_thread, (void *)poll_cb); in mm_camera_poll_start()
330 if (pthread_join(poll_cb->data.pid, NULL) != 0) { in mm_camera_poll_stop()
Dmm_camera.h204 pthread_t pid; member
/device/moto/shamu/qrngd/
Dqrngd.c291 header.pid = 0; in qrng_update_cap()
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/
Dmm_jpeg.h361 pthread_t pid; /* job cmd thread ID */ member
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h131 pthread_t pid; member
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
Dmm_camera.h150 pthread_t pid; member
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h131 pthread_t pid; member
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h151 pthread_t pid; member

12