Home
last modified time | relevance | path

Searched refs:numInts (Results 1 – 15 of 15) 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/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/amlogic/yukawa/gralloc/
Dmali_gralloc_buffer.h205 numInts = NUM_INTS_IN_PRIVATE_HANDLE; in private_handle_t()
243 numInts = NUM_INTS_IN_PRIVATE_HANDLE; in private_handle_t()
261 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/guest/hals/gralloc/legacy/
Dgralloc_vsoc_priv.h110 numInts = sNumInts(); in fd()
133 if (h->numInts != sNumInts()) { in validate()
138 h->numInts, in validate()
Dmapper.cpp135 *outNumInts = hnd->numInts; in gralloc_get_transport_size()
/device/generic/goldfish-opengl/system/hals/
Dcb_handle_30.h57 numInts = CB_HANDLE_NUM_INTS(numFds); in cb_handle_30_t()
Dmapper3.cpp72 if (nativeHandle->numInts != 0) { in waitHidlFence()
202 hidl_cb(Error3::NONE, cb->numFds, cb->numInts); in getTransportSize()
/device/generic/goldfish-opengl/shared/gralloc_cb/include/
Dgralloc_cb_bp.h62 numInts = 0; // has to be overwritten in children classes in cb_handle_t()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp103 numInts = CB_HANDLE_NUM_INTS(numFds); in cb_handle_old_t()
115 numInts = CB_HANDLE_NUM_INTS(numFds); in setRefcountPipeFd()
Dgralloc_30.cpp754 numInts = CB_HANDLE_NUM_INTS(numFds); in cb_handle_30_t()
/device/generic/goldfish/radio/libril/
Dril_service.cpp4291 int numInts = responseLen / sizeof(int); in getClirResponse() local
4292 if (response == NULL || numInts != 2) { in getClirResponse()
4403 int numInts = responseLen / sizeof(int); in getCallWaitingResponse() local
4404 if (response == NULL || numInts != 2) { in getCallWaitingResponse()
4980 int numInts = responseLen / sizeof(int); in getAvailableBandModesResponse() local
4981 modes.resize(numInts); in getAvailableBandModesResponse()
4982 for (int i = 0; i < numInts; i++) { in getAvailableBandModesResponse()
5329 int numInts = responseLen / sizeof(int); in getPreferredVoicePrivacyResponse() local
5330 if (response == NULL || numInts != 1) { in getPreferredVoicePrivacyResponse()
6026 int numInts = responseLen / sizeof(int); in getImsRegistrationStateResponse() local
[all …]
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp5227 int numInts = responseLen / sizeof(int); in getClirResponse() local
5228 if (response == NULL || numInts != 2) { in getClirResponse()
5339 int numInts = responseLen / sizeof(int); in getCallWaitingResponse() local
5340 if (response == NULL || numInts != 2) { in getCallWaitingResponse()
5919 int numInts = responseLen / sizeof(int); in getAvailableBandModesResponse() local
5920 modes.resize(numInts); in getAvailableBandModesResponse()
5921 for (int i = 0; i < numInts; i++) { in getAvailableBandModesResponse()
6315 int numInts = responseLen / sizeof(int); in getPreferredVoicePrivacyResponse() local
6316 if (response == NULL || numInts != 1) { in getPreferredVoicePrivacyResponse()
7018 int numInts = responseLen / sizeof(int); in getImsRegistrationStateResponse() local
[all …]