Searched refs:numInts (Results 1 – 10 of 10) sorted by relevance
/hardware/samsung_slsi/exynos5/include/ |
D | gralloc_priv.h | 119 numInts = sNumInts + 2; in private_handle_t() 131 numInts = sNumInts + 1; in private_handle_t() 143 numInts = sNumInts; in private_handle_t() 153 hnd->numInts + hnd->numFds != sNumInts + sNumFds || in validate()
|
/hardware/qcom/display/msm8974/libgralloc/ |
D | gralloc_priv.h | 199 numInts = sNumInts; in fd() 213 h->numInts != sNumInts || h->numFds != sNumFds || in validate() 220 h ? h->numInts : -1, sNumInts, in validate()
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | gralloc_priv.h | 201 numInts = sNumInts; in fd() 215 h->numInts != sNumInts || h->numFds != sNumFds || in validate() 222 h ? h->numInts : -1, sNumInts, in validate()
|
/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/msm8226/libgralloc/ |
D | gralloc_priv.h | 239 numInts = sNumInts; in fd() 253 h->numInts != sNumInts || h->numFds != sNumFds || in validate() 260 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/ril/libril/ |
D | ril.cpp | 2052 int numInts; in responseInts() local 2066 numInts = responselen / sizeof(int); in responseInts() 2067 p.writeInt32 (numInts); in responseInts() 2071 for (int i = 0 ; i < numInts ; i++) { in responseInts()
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | ExynosCameraHWInterface2.cpp | 3634 …ndle_t*)(*buf))->version, ((native_handle_t*)(*buf))->numFds, ((native_handle_t*)(*buf))->numInts); in m_streamBufferInit() 3675 …ndle_t*)(*buf))->version, ((native_handle_t*)(*buf))->numFds, ((native_handle_t*)(*buf))->numInts); in m_streamBufferInit() 3993 …ndle_t*)(*buf))->version, ((native_handle_t*)(*buf))->numFds, ((native_handle_t*)(*buf))->numInts); in m_streamFunc_direct() 4341 …ndle_t*)(*buf))->version, ((native_handle_t*)(*buf))->numFds, ((native_handle_t*)(*buf))->numInts); in m_jpegCreator() 4467 …ndle_t*)(*buf))->version, ((native_handle_t*)(*buf))->numFds, ((native_handle_t*)(*buf))->numInts); in m_recordCreator() 4632 …ndle_t*)(*buf))->version, ((native_handle_t*)(*buf))->numFds, ((native_handle_t*)(*buf))->numInts); in m_prvcbCreator()
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
D | omx_video_base.cpp | 3388 media_buffer->meta_handle->numInts != 2)) in empty_this_buffer_proxy() 4393 media_ptr->meta_handle->numInts == 2) { in omx_release_meta_buffer()
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 3335 media_buffer->meta_handle->numInts != 2)) in empty_this_buffer_proxy() 4316 media_ptr->meta_handle->numInts >= 2) { in omx_release_meta_buffer()
|