Home
last modified time | relevance | path

Searched refs:numFds (Results 1 – 17 of 17) sorted by relevance

/device/linaro/hikey/gralloc/
Dgralloc_priv.h246 numFds = sNumFds; in private_handle_t()
278 numFds = sNumFds; in private_handle_t()
315 numFds = sNumFds; in private_handle_t()
338 int numFds = sNumFds; in validate() local
344 numFds--; in validate()
349 if (hnd->numFds != numFds || hnd->numInts != numInts) in validate()
Dframebuffer_device.cpp389 module->framebuffer->numFds--; in init_frame_buffer_locked()
Dalloc_device.cpp458 hnd->numFds--; in gralloc_alloc_framebuffer_locked()
/device/linaro/hikey/gralloc960/
Dmali_gralloc_buffer.h190 numFds = sNumFds; in private_handle_t()
226 numFds = sNumFds; in private_handle_t()
245 h->numFds != sNumFds || hnd->magic != sMagic) in validate()
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_buffer.h211 numFds = sNumFds; in private_handle_t()
249 numFds = sNumFds; in private_handle_t()
269 h->numFds != sNumFds || hnd->magic != sMagic) in validate()
/device/google/trout/hal/dumpstate/1.1/
DDumpstateDevice.cpp248 if (handle == nullptr || handle->numFds < 1) { in dumpstateBoard_1_1()
254 const int binFd = handle->numFds >= 2 ? handle->data[1] : -1; in dumpstateBoard_1_1()
273 if (h.getNativeHandle() == nullptr || h->numFds == 0) { in debug()
/device/google/cuttlefish/guest/hals/camera/
Dvsock_camera_device_3_4.cpp96 if (handle->numFds != 1 || handle->numInts != 0) { in dumpState()
98 __FUNCTION__, handle->numFds, handle->numInts); in dumpState()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp111 numFds = 1; in cb_handle_old_t()
112 numInts = CB_HANDLE_NUM_INTS(numFds); in cb_handle_old_t()
121 numFds++; in setRefcountPipeFd()
124 numInts = CB_HANDLE_NUM_INTS(numFds); in setRefcountPipeFd()
/device/google/barbet/dumpstate/
DDumpstateDevice.cpp569 if (handle == nullptr || handle->numFds < 1) { in dumpstateBoard_1_1()
601 if (handle->numFds < 2) { in dumpstateBoard_1_1()
/device/google/coral/dumpstate/
DDumpstateDevice.cpp567 if (handle == nullptr || handle->numFds < 1) { in dumpstateBoard_1_1()
599 if (handle->numFds < 2) { in dumpstateBoard_1_1()
/device/google/redfin/dumpstate/
DDumpstateDevice.cpp593 if (handle == nullptr || handle->numFds < 1) { in dumpstateBoard_1_1()
625 if (handle->numFds < 2) { in dumpstateBoard_1_1()
/device/google/sunfish/dumpstate/
DDumpstateDevice.cpp615 if (handle == nullptr || handle->numFds < 1) { in dumpstateBoard_1_1()
647 if (handle->numFds < 2) { in dumpstateBoard_1_1()
/device/generic/goldfish-opengl/system/hals/
Dcb_handle_30.h74 numFds = n; in cb_handle_30_t()
Dmapper3.cpp73 if (nativeHandle->numFds > 1) { in waitHidlFence()
214 hidl_cb(Error3::NONE, cb->numFds, cb->numInts); in getTransportSize()
/device/google/trout/hal/sensors/2.1/
DSensorsSubHal.cpp210 if (fd.getNativeHandle() == nullptr || fd->numFds < 1) { in debug()
/device/google/sunfish/vibrator/drv2624/
DVibrator.cpp379 if (handle == nullptr || handle->numFds < 1 || handle->data[0] < 0) { in debug()
/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.cpp553 if (hh_fd == nullptr || hh_fd->numFds < 1) { in debug()