/hardware/interfaces/graphics/mapper/2.1/utils/hal/include/mapper-hal/2.1/ |
D | Mapper.h | 60 uint32_t numInts = 0; in getTransportSize() local 61 Error error = this->mHal->getTransportSize(bufferHandle, &numFds, &numInts); in getTransportSize() 62 hidl_cb(error, numFds, numInts); in getTransportSize()
|
/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/google/gchips/gralloc4/src/ |
D | mali_gralloc_buffer.h | 288 numInts = total_ints - n; in set_numfds() 295 numInts -= n; in incr_numfds() 304 h->numFds + h->numInts != NUM_INTS_IN_PRIVATE_HANDLE) in validate() 380 numInts, numFds, fd_count, in dump()
|
D | mali_gralloc_buffer4.h | 288 numInts = total_ints - n; in set_numfds() 295 numInts -= n; in incr_numfds() 304 h->numFds + h->numInts != NUM_INTS_IN_PRIVATE_HANDLE) in validate() 380 numInts, numFds, fd_count, in dump()
|
/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/sdm845/display/gralloc/ |
D | gr_priv_handle.h | 118 numInts = NumInts(); in fd() 134 if (!h || h->version != sizeof(native_handle) || h->numInts != NumInts() || in validate() 137 h, h ? h->version : -1, sizeof(native_handle), h ? h->numInts : -1, NumInts(), in validate()
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_priv_handle.h | 132 numInts = NumInts(); in fd() 154 if (!h || h->version != sizeof(native_handle) || h->numInts != NumInts() || in validate() 157 h, h ? h->version : -1, sizeof(native_handle), h ? h->numInts : -1, NumInts(), in validate()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_priv_handle.h | 130 numInts = NumInts(); in fd() 148 if (!h || h->version != sizeof(native_handle) || h->numInts != NumInts() || in validate() 153 h, h ? h->version : -1, sizeof(native_handle), h ? h->numInts : -1, NumInts(), 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/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 | 264 numInts = sNumInts(); in fd() 278 h->numInts != sNumInts() || h->numFds != sNumFds || in validate() 286 h ? h->numInts : -1, sNumInts(), in validate()
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_priv_handle.h | 136 numInts = NumInts(); in fd() 154 if (!h || h->version != sizeof(native_handle) || h->numInts != NumInts() || in validate() 159 h, h ? h->version : -1, sizeof(native_handle), h ? h->numInts : -1, NumInts(), in validate()
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | gralloc_priv.h | 267 numInts = sNumInts(); in fd() 277 h->numInts != sNumInts() || h->numFds != sNumFds || in validate() 285 h ? h->numInts : -1, sNumInts(), in validate()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_priv_handle.h | 137 numInts = NumInts(); in fd() 155 if (!h || h->version != sizeof(native_handle) || h->numInts != NumInts() || in validate() 160 h, h ? h->version : -1, sizeof(native_handle), h ? h->numInts : -1, NumInts(), in validate()
|
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
D | gralloc_priv.h | 271 numInts = sNumInts(); in private_handle_t() 303 h->numInts != sNumInts() || h->numFds != sNumFds || in validate() 311 h ? h->numInts : -1, sNumInts(), in validate()
|
/hardware/qcom/display/msm8998/libgralloc/ |
D | gralloc_priv.h | 280 numInts = sNumInts(); in private_handle_t() 316 h->numInts != sNumInts() || h->numFds != sNumFds) { in validate() 320 h ? h->numInts : -1, sNumInts(), in validate()
|
/hardware/interfaces/common/support/ |
D | test.cpp | 43 ASSERT_EQ(libcutils->numInts, aidl.ints.size()); in checkEq() 45 for (size_t i = 0; i < libcutils->numInts; i++) { in checkEq()
|
D | NativeHandle.cpp | 54 handle->data + handle->numFds + handle->numInts); in toAidl()
|
/hardware/interfaces/neuralnetworks/utils/common/src/ |
D | CommonUtils.cpp | 320 if (memory.handle()->numInts != 0) { in createSharedMemoryFromHidlMemory() 322 << memory.handle()->numInts << " numInts, but expected 0"; in createSharedMemoryFromHidlMemory() 336 if (memory.handle()->numInts != 3) { in createSharedMemoryFromHidlMemory() 338 << memory.handle()->numInts << " numInts, but expected 3"; in createSharedMemoryFromHidlMemory() 442 &handle->data[handle->numFds + handle->numInts]); in sharedHandleFromNativeHandle()
|
/hardware/interfaces/graphics/mapper/4.0/utils/vts/ |
D | MapperVts.cpp | 230 ASSERT_EQ(0, fenceHandle->numInts) << "invalid fence handle " << fenceHandle; in unlock() 252 ASSERT_EQ(0, fenceHandle->numInts) << "invalid fence handle " << fenceHandle; in flushLockedBuffer() 290 ASSERT_GE(bufferHandle->numInts, int(tmpNumInts)) << "invalid numInts " << tmpNumInts; in getTransportSize()
|
/hardware/google/camera/common/hal/hidl_service/ |
D | hidl_camera_device.cc | 178 if (handle->numFds != 1 || handle->numInts != 0) { in dumpState() 180 handle->numFds, handle->numInts); in dumpState()
|
/hardware/interfaces/camera/common/1.0/default/ |
D | HandleImporter.cpp | 215 if (fenceHandle->numInts != 0 || fenceHandle->numFds != 1) { in unlockInternal() 217 __FUNCTION__, fenceHandle->numInts, fenceHandle->numFds); in unlockInternal() 237 if (!handle->numFds && !handle->numInts) { in importBuffer()
|
/hardware/qcom/sm7250/display/composer/ |
D | QtiComposerHandleImporter.cpp | 72 if (!handle->numFds && !handle->numInts) { in importBuffer()
|
/hardware/interfaces/graphics/mapper/3.0/utils/vts/ |
D | MapperVts.cpp | 248 ASSERT_EQ(0, fenceHandle->numInts) << "invalid fence handle " << fenceHandle; in unlock() 280 ASSERT_GE(bufferHandle->numInts, int(tmpNumInts)) << "invalid numInts " << tmpNumInts; in getTransportSize()
|
/hardware/interfaces/graphics/mapper/2.1/utils/vts/ |
D | MapperVts.cpp | 88 ASSERT_GE(bufferHandle->numInts, int(tmpNumInts)) << "invalid numInts " << tmpNumInts; in getTransportSize()
|