Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Dgralloc_cb.h68 numFds = 0; in cb_handle_t()
69 numInts = CB_HANDLE_NUM_INTS(numFds); in cb_handle_t()
78 numFds++; in setFd()
81 numInts = CB_HANDLE_NUM_INTS(numFds); in setFd()
90 numFds++; in setRefcountPipeFd()
93 numInts = CB_HANDLE_NUM_INTS(numFds); in setRefcountPipeFd()
100 hnd->numInts == CB_HANDLE_NUM_INTS(hnd->numFds)); in validate()
/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.cpp423 hnd->numFds--; in gralloc_alloc_framebuffer_locked()
/device/google/cuttlefish_common/guest/hals/gralloc/
Dgralloc_vsoc_priv.h71 numFds = sNumFds; in vsoc_buffer_handle_t()
82 hnd->numInts != sNumInts() || hnd->numFds != sNumFds || in validate()
/device/generic/goldfish/gralloc/
Dgralloc_priv.h94 numFds = sNumFds; in private_handle_t()
103 h->numInts != sNumInts() || h->numFds != sNumFds || in validate()
/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/generic/goldfish-opengl/fuchsia/include/cutils/
Dnative_handle.h6 int numFds; member
/device/google/cuttlefish_common/guest/hals/gralloc/legacy/
Dgralloc_vsoc_priv.h100 numFds = sNumFds; in fd()
131 if (h->numFds != sNumFds) { in validate()
136 h->numFds, in validate()
/device/google/cuttlefish_common/guest/monitoring/dumpstate_ext/
Ddumpstate_device.cpp31 if (handle == nullptr || handle->numFds < 1) { in dumpstateBoard()
/device/google/marlin/dumpstate/
DDumpstateDevice.cpp125 if (handle == nullptr || handle->numFds < 1) { in dumpstateBoard()
136 if (handle->numFds < 2) { in dumpstateBoard()
/device/google/bonito/vr/
DVrDevice.cpp56 if (handle != nullptr && handle->numFds >= 1) { in debug()
/device/google/wahoo/dumpstate/
DDumpstateDevice.cpp237 if (handle == nullptr || handle->numFds < 1) { in dumpstateBoard()
248 if (handle->numFds < 2) { in dumpstateBoard()
/device/google/bonito/dumpstate/
DDumpstateDevice.cpp311 if (handle == nullptr || handle->numFds < 1) { in dumpstateBoard()
380 if (handle->numFds < 2) { in dumpstateBoard()
/device/google/crosshatch/dumpstate/
DDumpstateDevice.cpp331 if (handle == nullptr || handle->numFds < 1) { in dumpstateBoard()
403 if (handle->numFds < 2) { in dumpstateBoard()
/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.cpp552 if (hh_fd == nullptr || hh_fd->numFds < 1) { in debug()