Home
last modified time | relevance | path

Searched refs:numInts (Results 1 – 12 of 12) sorted by relevance

/device/linaro/hikey/gralloc/
Dgralloc_priv.h247 numInts = (sizeof(private_handle_t) - sizeof(native_handle)) / sizeof(int) - sNumFds; in private_handle_t()
279 numInts = (sizeof(private_handle_t) - sizeof(native_handle)) / sizeof(int) - sNumFds; in private_handle_t()
316 numInts = (sizeof(private_handle_t) - sizeof(native_handle)) / sizeof(int) - sNumFds; in private_handle_t()
339 int numInts = (sizeof(private_handle_t) - sizeof(native_handle)) / sizeof(int) - sNumFds; in validate() local
345 numInts++; in validate()
349 if (hnd->numFds != numFds || hnd->numInts != numInts) in validate()
Dframebuffer_device.cpp390 module->framebuffer->numInts++; in init_frame_buffer_locked()
Dalloc_device.cpp424 hnd->numInts++; in gralloc_alloc_framebuffer_locked()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Dgralloc_cb.h69 numInts = CB_HANDLE_NUM_INTS(numFds); in cb_handle_t()
81 numInts = CB_HANDLE_NUM_INTS(numFds); in setFd()
93 numInts = CB_HANDLE_NUM_INTS(numFds); in setRefcountPipeFd()
100 hnd->numInts == CB_HANDLE_NUM_INTS(hnd->numFds)); in validate()
/device/google/cuttlefish_common/guest/hals/gralloc/
Dgralloc_vsoc_priv.h70 numInts = sNumInts(); in vsoc_buffer_handle_t()
82 hnd->numInts != sNumInts() || hnd->numFds != sNumFds || in validate()
/device/generic/goldfish/gralloc/
Dgralloc_priv.h93 numInts = sNumInts(); in private_handle_t()
103 h->numInts != sNumInts() || h->numFds != sNumFds || in validate()
/device/linaro/hikey/gralloc960/
Dmali_gralloc_buffer.h191 numInts = NUM_INTS_IN_PRIVATE_HANDLE; in private_handle_t()
227 numInts = NUM_INTS_IN_PRIVATE_HANDLE; in private_handle_t()
244 if (!h || h->version != sizeof(native_handle) || h->numInts != NUM_INTS_IN_PRIVATE_HANDLE || in validate()
/device/generic/goldfish-opengl/fuchsia/include/cutils/
Dnative_handle.h7 int numInts; member
/device/google/cuttlefish_common/guest/hals/gralloc/legacy/
Dgralloc_vsoc_priv.h99 numInts = sNumInts(); in fd()
122 if (h->numInts != sNumInts()) { in validate()
127 h->numInts, in validate()
/device/google/marlin/camera/QCamera2/HAL/
DQCameraMem.h228 int allocateMeta(uint8_t buf_cnt, int numFDs, int numInts);
DQCameraMem.cpp1444 int QCameraVideoMemory::allocateMeta(uint8_t buf_cnt, int numFDs, int numInts) in allocateMeta() argument
1463 mNativeHandle[i] = native_handle_create(numFDs, (numInts * numFDs)); in allocateMeta()
/device/google/cuttlefish_common/guest/hals/ril/libril/
Dril_service.cpp4809 int numInts = responseLen / sizeof(int); in getClirResponse() local
4810 if (response == NULL || numInts != 2) { in getClirResponse()
4921 int numInts = responseLen / sizeof(int); in getCallWaitingResponse() local
4922 if (response == NULL || numInts != 2) { in getCallWaitingResponse()
5498 int numInts = responseLen / sizeof(int); in getAvailableBandModesResponse() local
5499 modes.resize(numInts); in getAvailableBandModesResponse()
5500 for (int i = 0; i < numInts; i++) { in getAvailableBandModesResponse()
5894 int numInts = responseLen / sizeof(int); in getPreferredVoicePrivacyResponse() local
5895 if (response == NULL || numInts != 1) { in getPreferredVoicePrivacyResponse()
6591 int numInts = responseLen / sizeof(int); in getImsRegistrationStateResponse() local
[all …]