/hardware/interfaces/graphics/mapper/2.1/utils/hal/include/mapper-hal/2.1/ |
D | Mapper.h | 59 uint32_t numFds = 0; in getTransportSize() local 61 Error error = mHal->getTransportSize(bufferHandle, &numFds, &numInts); in getTransportSize() 62 hidl_cb(error, numFds, numInts); in getTransportSize()
|
/hardware/interfaces/camera/common/1.0/default/ |
D | HandleImporter.cpp | 122 if (fenceHandle->numInts != 0 || fenceHandle->numFds != 1) { in unlockInternal() 124 __FUNCTION__, fenceHandle->numInts, fenceHandle->numFds); in unlockInternal() 144 if (!handle->numFds && !handle->numInts) { in importBuffer() 193 if (handle == nullptr || handle->numFds == 0) { in importFence() 195 } else if (handle->numFds == 1) { in importFence() 203 handle->numFds); in importFence()
|
/hardware/libhardware/modules/gralloc/ |
D | gralloc_priv.h | 94 numFds = sNumFds; in private_handle_t() 103 h->numInts != sNumInts() || h->numFds != sNumFds || in validate()
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | gralloc_priv.h | 203 numFds = sNumFds; in fd() 216 h->numInts != sNumInts || h->numFds != sNumFds || in validate() 224 h ? h->numFds : -1, sNumFds, in validate()
|
/hardware/interfaces/camera/device/3.5/default/include/device_v3_5_impl/ |
D | CameraDeviceSession.h | 121 result = 31 * result + buf->numFds; in operator() 122 for (int i = 0; i < buf->numFds; i++) { in operator() 131 if (buf1->numFds == buf2->numFds) { in operator() 132 for (int i = 0; i < buf1->numFds; i++) { in operator()
|
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_priv_handle.h | 119 numFds = kNumFds; in fd() 135 h->numFds != kNumFds) { in validate() 138 h ? h->numFds : -1, kNumFds); in validate()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_priv_handle.h | 131 numFds = kNumFds; in fd() 149 h->numFds != kNumFds || hnd->magic != kMagic) { in validate() 154 h ? h->numFds : -1, kNumFds, in validate()
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | gralloc_priv.h | 244 numFds = sNumFds; in fd() 257 h->numInts != sNumInts || h->numFds != sNumFds || in validate() 266 h ? h->numFds : -1, sNumFds, in validate()
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | gralloc_priv.h | 247 numFds = sNumFds; in fd() 260 h->numInts != sNumInts() || h->numFds != sNumFds || in validate() 269 h ? h->numFds : -1, sNumFds, in validate()
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_priv_handle.h | 133 numFds = kNumFds; in fd() 155 h->numFds != kNumFds) { in validate() 158 h ? h->numFds : -1, kNumFds); in validate()
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | gralloc_priv.h | 265 numFds = sNumFds; in fd() 278 h->numInts != sNumInts() || h->numFds != sNumFds || in validate() 287 h ? h->numFds : -1, sNumFds, in validate()
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | gralloc_priv.h | 268 numFds = sNumFds; in fd() 277 h->numInts != sNumInts() || h->numFds != sNumFds || in validate() 286 h ? h->numFds : -1, sNumFds, in validate()
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_priv_handle.h | 137 numFds = kNumFds; in fd() 155 h->numFds != kNumFds || hnd->magic != kMagic) { in validate() 160 h ? h->numFds : -1, kNumFds, in validate()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_priv_handle.h | 138 numFds = kNumFds; in fd() 156 h->numFds != kNumFds || hnd->magic != kMagic) { in validate() 161 h ? h->numFds : -1, kNumFds, in validate()
|
/hardware/qcom/display/msm8998/libgralloc/ |
D | gralloc_priv.h | 281 numFds = sNumFds; in private_handle_t() 316 h->numInts != sNumInts() || h->numFds != sNumFds) { in validate() 321 h ? h->numFds : -1, sNumFds); in validate()
|
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
D | gralloc_priv.h | 272 numFds = sNumFds; in private_handle_t() 303 h->numInts != sNumInts() || h->numFds != sNumFds || in validate() 312 h ? h->numFds : -1, sNumFds, in validate()
|
/hardware/google/av/codec2/vndk/ |
D | C2AllocatorGralloc.cpp | 102 handle->numFds < 0 || in native_handle_is_invalid() 105 handle->numFds > int((INT_MAX - handle->version) / sizeof(int)) - handle->numInts); in native_handle_is_invalid() 137 &handle->data[handle->numFds + handle->numInts - NUM_INTS]); in getExtraData() 168 … handle->numInts > int((INT_MAX - handle->version) / sizeof(int)) - NUM_INTS - handle->numFds) { in WrapAndMoveNativeHandle() 176 native_handle_t *res = native_handle_create(handle->numFds, handle->numInts + NUM_INTS); in WrapAndMoveNativeHandle() 178 memcpy(&res->data, &handle->data, sizeof(int) * (handle->numFds + handle->numInts)); in WrapAndMoveNativeHandle() 210 native_handle_t *res = native_handle_create(handle->numFds, handle->numInts - NUM_INTS); in UnwrapNativeHandle() 212 memcpy(&res->data, &handle->data, sizeof(int) * (res->numFds + res->numInts)); in UnwrapNativeHandle() 227 native_handle_t *res = native_handle_create(handle->numFds, handle->numInts - NUM_INTS); in UnwrapNativeHandle() 229 memcpy(&res->data, &handle->data, sizeof(int) * (res->numFds + res->numInts)); in UnwrapNativeHandle()
|
/hardware/interfaces/graphics/mapper/2.0/utils/hal/include/mapper-hal/2.0/ |
D | Mapper.h | 178 if (handle && handle->numFds > 1) { in getFenceFd() 179 ALOGE("invalid fence handle with %d fds", handle->numFds); in getFenceFd() 183 int fenceFd = (handle && handle->numFds == 1) ? handle->data[0] : -1; in getFenceFd()
|
/hardware/interfaces/dumpstate/1.0/default/ |
D | DumpstateDevice.cpp | 40 if (handle == nullptr || handle->numFds < 1) { in dumpstateBoard()
|
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/ |
D | ComposerClient.h | 185 if (handle && handle->numFds > 1) { in getFenceFd() 186 ALOGE("invalid fence handle with %d fds", handle->numFds); in getFenceFd() 190 int fenceFd = (handle && handle->numFds == 1) ? handle->data[0] : -1; in getFenceFd()
|
/hardware/qcom/sm8150/display/gralloc/ |
D | QtiMapper.cpp | 132 if (handle && handle->numFds > 1) { in GetFenceFd() 133 ALOGE("invalid fence handle with %d fds", handle->numFds); in GetFenceFd() 137 *outFenceFd = (handle && handle->numFds == 1) ? handle->data[0] : -1; in GetFenceFd()
|
/hardware/interfaces/graphics/mapper/3.0/utils/vts/ |
D | MapperVts.cpp | 249 if (fenceHandle->numFds == 1) { in unlock() 253 ASSERT_EQ(0, fenceHandle->numFds) << " invalid fence handle " << fenceHandle; in unlock() 279 ASSERT_GE(bufferHandle->numFds, int(tmpNumFds)) << "invalid numFds " << tmpNumFds; in getTransportSize()
|
/hardware/interfaces/graphics/mapper/2.1/vts/functional/ |
D | VtsHalGraphicsMapperV2_1TargetTest.cpp | 152 uint32_t numFds; in TEST_P() local 155 ASSERT_NO_FATAL_FAILURE(mGralloc->getTransportSize(bufferHandle, &numFds, &numInts)); in TEST_P()
|
/hardware/interfaces/graphics/mapper/2.0/utils/vts/ |
D | MapperVts.cpp | 227 if (fenceHandle->numFds == 1) { in unlock() 231 ASSERT_EQ(0, fenceHandle->numFds) << " invalid fence handle " << fenceHandle; in unlock()
|
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/ |
D | ComposerCommandBuffer.h | 527 native_handle_t* getTemporaryHandle(int numFds, int numInts) { in getTemporaryHandle() argument 528 native_handle_t* handle = native_handle_create(numFds, numInts); in getTemporaryHandle() 730 if (!handle || handle->numFds == 0) { in readFence() 734 if (handle->numFds != 1) { in readFence() 735 ALOGE("invalid fence handle with %d fds", handle->numFds); in readFence()
|