HomeSort by relevance Sort by last modified time
    Searched refs:numFds (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/hwcplus/include/cutils/
native_handle.h 27 int numFds; /* number of file-descriptors at &data[0] */
28 int numInts; /* number of ints at &data[numFds] */
29 int data[0]; /* numFds + numInts ints */
50 native_handle_t* native_handle_create(int numFds, int numInts);
  /system/core/include/cutils/
native_handle.h 27 int numFds; /* number of file-descriptors at &data[0] */
28 int numInts; /* number of ints at &data[numFds] */
29 int data[0]; /* numFds + numInts ints */
50 native_handle_t* native_handle_create(int numFds, int numInts);
  /system/core/libcutils/
native_handle.c 28 native_handle_t* native_handle_create(int numFds, int numInts)
31 sizeof(native_handle_t) + sizeof(int)*(numFds+numInts));
35 h->numFds = numFds;
56 const int numFds = h->numFds;
58 for (i=0 ; i<numFds ; i++) {
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
gralloc_cb.h 55 numFds = 0;
56 numInts = CB_HANDLE_NUM_INTS(numFds);
65 numFds = 1;
68 numFds = 0;
71 numInts = CB_HANDLE_NUM_INTS(numFds);
78 hnd->numInts == CB_HANDLE_NUM_INTS(hnd->numFds));
  /frameworks/native/libs/ui/
GraphicBuffer.cpp 263 return handle ? handle->numFds : 0;
286 buf[8] = handle->numFds;
289 memcpy(fds, h->data, h->numFds*sizeof(int));
290 memcpy(&buf[10], h->data + h->numFds, h->numInts*sizeof(int));
296 fds += handle->numFds;
297 count -= handle->numFds;
310 const size_t numFds = buf[8];
318 if (numFds >= maxNumber || numInts >= (maxNumber - 10)) {
321 ALOGE("unflatten: numFds or numInts is too large: %d, %d",
322 numFds, numInts)
    [all...]
Fence.cpp 159 uint32_t numFds;
160 FlattenableUtils::read(buffer, size, numFds);
162 if (numFds > 1) {
166 if (count < numFds) {
170 if (numFds) {
  /hardware/libhardware/modules/gralloc/
gralloc_priv.h 94 numFds = sNumFds;
103 h->numInts != sNumInts() || h->numFds != sNumFds ||
  /hardware/samsung_slsi/exynos5/include/
gralloc_priv.h 120 numFds = sNumFds - 2;
132 numFds = sNumFds - 1;
144 numFds = sNumFds;
153 hnd->numInts + hnd->numFds != sNumInts + sNumFds ||
  /hardware/qcom/display/msm8960/libgralloc/
gralloc_priv.h 203 numFds = sNumFds;
216 h->numInts != sNumInts || h->numFds != sNumFds ||
224 h ? h->numFds : -1, sNumFds,
  /hardware/qcom/display/msm8974/libgralloc/
gralloc_priv.h 200 numFds = sNumFds;
213 h->numInts != sNumInts || h->numFds != sNumFds ||
221 h ? h->numFds : -1, sNumFds,
  /hardware/intel/img/hwcomposer/ips/tangier/
TngGrallocBufferMapper.cpp 35 mClonedHandle = native_handle_create(h->numFds, h->numInts);
40 for (int i = 0; i < h->numFds; i++)
44 memcpy(mClonedHandle->data + h->numFds, h->data + h->numFds, h->numInts*sizeof(int));
  /device/samsung/manta/libsensors/
sensors.cpp 130 numFds,
133 static const size_t wake = numFds - 1;
135 struct pollfd mPollFds[numFds];
299 n = poll(mPollFds, numFds, nbEvents ? 0 : polltime);
  /hardware/akm/AK8975_FS/libsensors/
sensors.cpp 139 numFds,
142 static const size_t wake = numFds - 1;
144 struct pollfd mPollFds[numFds];
302 n = poll(mPollFds, numFds, nbEvents ? 0 : -1);
  /hardware/qcom/display/msm8084/libgralloc/
gralloc_priv.h 244 numFds = sNumFds;
257 h->numInts != sNumInts || h->numFds != sNumFds ||
266 h ? h->numFds : -1, sNumFds,
  /hardware/qcom/display/msm8226/libgralloc/
gralloc_priv.h 247 numFds = sNumFds;
260 h->numInts != sNumInts() || h->numFds != sNumFds ||
269 h ? h->numFds : -1, sNumFds,
  /device/lge/hammerhead/libsensors/
sensors.cpp 131 numFds,
134 static const size_t wake = numFds - 1;
136 struct pollfd mPollFds[numFds];
354 n = poll(mPollFds, numFds, nbEvents ? 0 : polltime);
  /device/htc/flounder/sensor_hub/libsensors/
sensors.cpp 602 numFds,
605 static const size_t wake = numFds - 1;
607 struct pollfd mPollFds[numFds];
722 TEMP_FAILURE_RETRY(n = poll(mPollFds, numFds, nbEvents ? 0 : -1));
  /frameworks/native/libs/binder/
Parcel.cpp 761 err = writeInt32(handle->numFds);
767 for (int i=0 ; err==NO_ERROR && i<handle->numFds ; i++)
774 err = write(handle->data + handle->numFds, sizeof(int)*handle->numInts);
1210 int numFds, numInts
    [all...]
  /hardware/invensense/6515/libsensors_iio/
sensors_mpl.cpp 121 numFds,
124 struct pollfd mPollFds[numFds];
  /hardware/invensense/65xx/libsensors_iio/
sensors_mpl.cpp 105 numFds,
108 struct pollfd mPollFds[numFds];
  /hardware/invensense/60xx/libsensors_iio/
sensors_mpl.cpp 97 numFds,
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp     [all...]

Completed in 697 milliseconds