HomeSort by relevance Sort by last modified time
    Searched refs:numFds (Results 51 - 75 of 84) sorted by null

1 23 4

  /hardware/qcom/media/msm8998/mm-core/inc/
OMX_QCOMExtns.h     [all...]
  /hardware/qcom/media/sdm845/mm-core/inc/
OMX_QCOMExtns.h     [all...]
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp     [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 1135 err = writeInt32(handle->numFds);
1141 for (int i=0 ; err==NO_ERROR && i<handle->numFds ; i++)
1148 err = write(handle->data + handle->numFds, sizeof(int)*handle->numInts);
    [all...]
  /hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
HAL.cpp 259 if (fd1->numFds != 1) {
268 if (fd2->numFds != 1) {
  /packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
EmbmsSampleDownloadService.java 264 int numFds = getNumFdsNeededForRequest(request);
268 requestIntent.putExtra(VendorUtils.EXTRA_FD_COUNT, numFds);
  /frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/
VtsHalSensorManagerV1_0TargetTest.cpp 117 if (mem.handle() == nullptr || mem.handle()->numFds != 1) {
  /hardware/interfaces/audio/2.0/default/
Device.cpp 309 if (fd.getNativeHandle() != nullptr && fd->numFds == 1) {
Stream.cpp 241 if (fd.getNativeHandle() != nullptr && fd->numFds == 1) {
  /test/vts/compilation_tools/vtsc/test/golden/PROFILER/
Bar.profiler.cpp     [all...]
  /device/linaro/hikey/gralloc/
alloc_device.cpp 337 // correct numFds/numInts when there is no dmabuf fd
339 hnd->numFds--;
  /frameworks/native/libs/vr/libbufferhub/include/private/dvr/
bufferhub_rpc.h 97 const int fd_count = buffer.handle()->numFds;
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp     [all...]
  /system/chre/host/hal_generic/
generic_context_hub.cc 67 return (handle->numFds >= 1) ? handle->data[0] : -1;
  /external/drm_hwcomposer/
hwcomposer.cpp 206 native_handle_create(handle->numFds, handle->numInts);
212 for (int i = 0; i < handle->numFds; i++) {
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.cpp 82 if (descriptor->numFds != 1) {
83 ALOGE("%s: camera memory descriptor has numFds %d (expect 1)",
84 __FUNCTION__, descriptor->numFds);
  /system/libhwbinder/
Parcel.cpp 1058 + handle->numFds * sizeof(int) + handle->numInts * sizeof(int);
    [all...]
  /device/google/dragon/sensor_hub/
sensors.cpp 657 TEMP_FAILURE_RETRY(n = poll(mPollFds, numFds,
  /hardware/interfaces/camera/device/1.0/default/
CameraDevice.cpp 626 if (handle->numFds != 1 || handle->numInts != 0) {
628 __FUNCTION__, handle->numFds, handle->numInts);
    [all...]
  /hardware/interfaces/camera/provider/2.4/vts/functional/
VtsHalCameraProviderV2_4TargetTest.cpp 315 result = 31 * result + buf->numFds;
316 for (int i = 0; i < buf->numFds; i++) {
326 if (buf1->numFds == buf2->numFds) {
327 for (int i = 0; i < buf1->numFds; i++) {
741 if (descriptor->numFds != 1) {
743 " numFds " << descriptor->numFds << " (expect 1)" ;
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 148 return (handle && handle->numFds) ? handle->data[0] : -1;
    [all...]
  /frameworks/av/media/libaudiohal/
StreamHalHidl.cpp 178 if (handle->numFds > 0) {
  /hardware/interfaces/graphics/composer/2.1/default/
ComposerClient.cpp 68 if (!handle->numFds && !handle->numInts) {
    [all...]
  /system/tools/hidl/test/
hidl_test_client.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp     [all...]

Completed in 1159 milliseconds

1 23 4