/hardware/libhardware/modules/gralloc/ |
D | gralloc_priv.h | 93 numInts = sNumInts(); in private_handle_t() 103 h->numInts != sNumInts() || h->numFds != sNumFds || in validate()
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | gralloc_priv.h | 202 numInts = sNumInts; in fd() 216 h->numInts != sNumInts || h->numFds != sNumFds || in validate() 223 h ? h->numInts : -1, sNumInts, in validate()
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | gralloc_priv.h | 247 numInts = sNumInts(); in fd() 261 h->numInts != sNumInts() || h->numFds != sNumFds || in validate() 269 h ? h->numInts : -1, sNumInts(), in validate()
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | gralloc_priv.h | 246 numInts = sNumInts(); in fd() 260 h->numInts != sNumInts() || h->numFds != sNumFds || in validate() 268 h ? h->numInts : -1, sNumInts(), in validate()
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | gralloc_priv.h | 258 numInts = sNumInts(); in fd() 268 h->numInts != sNumInts() || h->numFds != sNumFds || in validate() 276 h ? h->numInts : -1, sNumInts(), in validate()
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | gralloc_priv.h | 243 numInts = sNumInts; in fd() 257 h->numInts != sNumInts || h->numFds != sNumFds || in validate() 265 h ? h->numInts : -1, sNumInts, in validate()
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | gralloc_priv.h | 254 numInts = sNumInts(); in fd() 268 h->numInts != sNumInts() || h->numFds != sNumFds || in validate() 276 h ? h->numInts : -1, sNumInts(), in validate()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/ |
D | TngGrallocBufferMapper.cpp | 35 mClonedHandle = native_handle_create(h->numFds, h->numInts); in TngGrallocBufferMapper() 44 memcpy(mClonedHandle->data + h->numFds, h->data + h->numFds, h->numInts*sizeof(int)); in TngGrallocBufferMapper()
|
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
D | TngGrallocBufferMapper.cpp | 35 mClonedHandle = native_handle_create(h->numFds, h->numInts); in TngGrallocBufferMapper() 44 memcpy(mClonedHandle->data + h->numFds, h->data + h->numFds, h->numInts*sizeof(int)); in TngGrallocBufferMapper()
|
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCameraMem.h | 228 int allocateMeta(uint8_t buf_cnt, int numFDs, int numInts);
|
D | QCameraMem.cpp | 1434 int QCameraVideoMemory::allocateMeta(uint8_t buf_cnt, int numFDs, int numInts) in allocateMeta() argument 1450 packet->meta_handle = native_handle_create(numFDs, (numInts * numFDs)); in allocateMeta()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 3224 if (!mBatchSize && hnd->numFds + hnd->numInts > 3) { in venc_empty_buf() 3268 if (hnd->numFds + hnd->numInts > 2) { in venc_empty_buf() 6506 int off = hnd && index < hnd->numInts ? hnd->data[hnd->numFds + index] : -1; in getOffsetAt() 6511 int size = hnd && (index + hnd->numFds) < hnd->numInts ? in getSizeAt() 6517 int usage = hnd && (index + 2*hnd->numFds) < hnd->numInts ? in getColorFormatAt() 6523 int size = hnd && (index + 3*hnd->numFds) < hnd->numInts ? in getTimeStampAt()
|
D | omx_video_base.cpp | 3696 nInt = media_buffer->meta_handle->numInts; in empty_this_buffer_proxy() 4717 media_ptr->meta_handle->numInts >= 2) { in omx_release_meta_buffer()
|
D | omx_swvenc_mpeg4.cpp | 1817 (meta_buf->meta_handle->numFds + meta_buf->meta_handle->numInts > 5)) in dev_empty_buf()
|
/hardware/ril/libril/ |
D | ril.cpp | 2239 int numInts; in responseInts() local 2253 numInts = responselen / sizeof(int); in responseInts() 2254 p.writeInt32 (numInts); in responseInts() 2258 for (int i = 0 ; i < numInts ; i++) { in responseInts()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | omx_video_base.cpp | 3388 media_buffer->meta_handle->numInts != 2)) in empty_this_buffer_proxy() 4394 media_ptr->meta_handle->numInts == 2) { in omx_release_meta_buffer()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 3445 media_buffer->meta_handle->numInts != 2)) in empty_this_buffer_proxy() 4460 media_ptr->meta_handle->numInts >= 2) { in omx_release_meta_buffer()
|
D | video_encoder_device_v4l2.cpp | 2693 if (meta_buf->meta_handle->numFds + meta_buf->meta_handle->numInts > 3 && in venc_empty_buf() 2699 if (meta_buf->meta_handle->numFds + meta_buf->meta_handle->numInts > 2) { in venc_empty_buf()
|