HomeSort by relevance Sort by last modified time
    Searched refs:native_handle_create (Results 1 - 25 of 75) sorted by null

1 2 3

  /system/core/libcutils/include/cutils/
native_handle.h 68 * native_handle_create
74 native_handle_t* native_handle_create(int numFds, int numInts);
88 * frees a native_handle_t allocated with native_handle_create().
  /hardware/interfaces/tetheroffload/config/1.0/vts/functional/
VtsHalTetheroffloadConfigV1_0TargetTest.cpp 101 native_handle_t* const nativeHandle1 = native_handle_create(1, 0);
111 native_handle_t* const nativeHandle2 = native_handle_create(1, 0);
124 native_handle_t* const nativeHandle1 = native_handle_create(0, 0);
127 native_handle_t* const nativeHandle2 = native_handle_create(0, 0);
143 native_handle_t* const nativeHandle1 = native_handle_create(1, 0);
148 native_handle_t* const nativeHandle2 = native_handle_create(0, 0);
159 native_handle_t* const nativeHandle1 = native_handle_create(0, 0);
168 native_handle_t* const nativeHandle2 = native_handle_create(1, 0);
  /hardware/interfaces/dumpstate/1.0/vts/functional/
VtsHalDumpstateV1_0TargetTest.cpp 48 native_handle_t* handle = native_handle_create(0, 0);
65 native_handle_t* handle = native_handle_create(1, 0);
92 native_handle_t* handle = native_handle_create(2, 0);
  /system/core/libcutils/
native_handle.c 41 native_handle_t* native_handle_create(int numFds, int numInts) { function
58 native_handle_t* clone = native_handle_create(handle->numFds, handle->numInts);
  /system/libhidl/transport/allocator/1.0/default/
AshmemAllocator.cpp 37 native_handle_t* handle = native_handle_create(1, 0);
  /frameworks/base/services/core/jni/
com_android_server_connectivity_tethering_OffloadHardwareInterface.cpp 79 native_handle_t *nh = native_handle_create(kNumFds, kNumInts);
  /frameworks/ml/nn/runtime/
Memory.cpp 75 mHandle = native_handle_create(1, 3);
  /frameworks/native/libs/vr/libbufferhub/
ion_buffer.cpp 138 native_handle_t* handle = native_handle_create(fd_count, int_count);
171 native_handle_t* handle = native_handle_create(fd_count, int_count);
  /hardware/interfaces/graphics/mapper/2.0/vts/functional/
VtsHalGraphicsMapperV2_0TargetTest.cpp 212 invalidHandle = native_handle_create(0, 0);
230 invalidHandle = native_handle_create(0, 0);
366 invalidHandle = native_handle_create(0, 0);
  /frameworks/av/media/libaudiohal/
EffectsFactoryHalHidl.cpp 141 native_handle_t* hidlHandle = native_handle_create(1, 0);
DeviceHalHidl.cpp 350 native_handle_t* hidlHandle = native_handle_create(1, 0);
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngGrallocBufferMapper.cpp 35 mClonedHandle = native_handle_create(h->numFds, h->numInts);
  /frameworks/av/media/libstagefright/omx/1.0/
WGraphicBufferSource.cpp 65 tMsg.fence = native_handle_create(0, 0);
  /frameworks/native/cmds/lshal/
Lshal.cpp 171 native_handle_create(1 /* numFds */, 0 /* numInts */),
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngGrallocBufferMapper.cpp 35 mClonedHandle = native_handle_create(h->numFds, h->numInts);
  /hardware/interfaces/audio/2.0/default/
Stream.h 149 hidlHandle = native_handle_create(1, 0);
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
QCameraHAL3Test.cpp 130 nh_test = native_handle_create(2, 4);
  /system/libhidl/base/include/hidl/
MQDescriptor.h 223 mHandle = native_handle_create(
  /hardware/interfaces/tetheroffload/control/1.0/vts/functional/
VtsHalTetheroffloadControlV1_0TargetTest.cpp 142 native_handle_t* const nativeHandle1 = native_handle_create(1, 0);
152 native_handle_t* const nativeHandle2 = native_handle_create(1, 0);
  /frameworks/base/native/android/
sensor.cpp 146 native_handle_t *resourceHandle = native_handle_create(1 /* nFd */, 0 /* nInt */);
  /hardware/interfaces/tests/foo/1.0/default/
Foo.cpp 319 native_handle_t* nh = native_handle_create(0, 10);
  /frameworks/av/drm/libmediadrm/
CryptoHal.cpp 234 native_handle_t* nativeHandle = native_handle_create(1, 0);
  /frameworks/base/media/jni/
android_media_MediaDescrambler.cpp 149 native_handle_t* nativeHandle = native_handle_create(1, 0);
  /hardware/qcom/display/msm8084/libgralloc/
mapper.cpp 318 private_handle_t* hnd = (private_handle_t*)native_handle_create(
  /hardware/qcom/display/msm8226/libgralloc/
mapper.cpp 318 private_handle_t* hnd = (private_handle_t*)native_handle_create(

Completed in 2909 milliseconds

1 2 3