HomeSort by relevance Sort by last modified time
    Searched full:numfds (Results 26 - 48 of 48) sorted by null

12

  /external/curl/lib/
easy.c 583 int numfds=0; local
594 /* fprintf(stderr, "poll() %d check socket %d\n", numfds, f->fd); */
596 numfds++;
603 pollrc = Curl_poll(fds, numfds, (int)ev->ms);
618 for(i = 0; i< numfds; i++) {
  /hardware/invensense/6515/libsensors_iio/
sensors_mpl.cpp 132 numFds,
135 struct pollfd mPollFds[numFds];
  /hardware/invensense/65xx/libsensors_iio/
sensors_mpl.cpp 106 numFds,
109 struct pollfd mPollFds[numFds];
  /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 1149 err = writeInt32(handle->numFds);
1155 for (int i=0 ; err==NO_ERROR && i<handle->numFds ; i++)
1162 err = write(handle->data + handle->numFds, sizeof(int)*handle->numInts);
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraMem.h 228 int allocateMeta(uint8_t buf_cnt, int numFDs, int numInts);
QCameraMem.cpp     [all...]
QCamera2HWI.cpp     [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
DevPollArrayWrapper.java 316 private native int poll0(long pollAddress, int numfds, long timeout,
EPollArrayWrapper.java 322 private native int epollWait(long pollAddress, int numfds, long timeout,
  /external/drm_gralloc/
gralloc_drm.cpp 231 handle->base.numFds = GRALLOC_DRM_HANDLE_NUM_FDS;
  /external/drm_hwcomposer/
hwcomposer.cpp 207 native_handle_create(handle->numFds, handle->numInts);
213 for (int i = 0; i < handle->numFds; i++) {
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 579 int numfds);
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp     [all...]
omx_swvenc_mpeg4.cpp     [all...]
omx_video_base.cpp     [all...]
  /device/google/dragon/sensor_hub/
sensors.cpp 655 TEMP_FAILURE_RETRY(n = poll(mPollFds, numFds,
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera.c     [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp     [all...]
video_encoder_device_v4l2.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]

Completed in 3430 milliseconds

12