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

  /system/core/libcutils/include/cutils/
native_handle.h 77 * native_handle_clone
83 native_handle_t* native_handle_clone(const native_handle_t* handle);
  /system/core/libcutils/
native_handle.c 57 native_handle_t* native_handle_clone(const native_handle_t* handle) { function
  /device/google/contexthub/sensorhal/
directchannel.cpp 277 mNativeHandle = ::native_handle_clone(mem->handle);
  /hardware/interfaces/graphics/mapper/2.0/default/
GrallocMapper.cpp 137 native_handle_clone(rawHandle.getNativeHandle());
  /hardware/interfaces/graphics/mapper/2.0/vts/functional/
VtsHalGraphicsMapperTestUtils.cpp 71 native_handle_clone(rawHandle.getNativeHandle());
  /system/libhidl/base/
HidlSupport.cpp 71 mHandle = native_handle_clone(other.mHandle);
  /frameworks/av/media/libmedia/omx/1.0/
WOmxNode.cpp 116 nullptr : native_handle_clone(outSidebandHandle);
155 native_handle_clone(outNativeHandle), true);
  /frameworks/av/media/libstagefright/omx/1.0/
WOmxNode.cpp 119 nullptr : native_handle_clone(outSidebandHandle);
158 native_handle_clone(outNativeHandle), true);
WGraphicBufferProducer.cpp 253 stream ? native_handle_clone(stream) : NULL, true)));
  /frameworks/av/media/libmedia/include/media/omx/1.0/
Conversion.h 582 nullptr : native_handle_clone(t.nativeHandle);
723 native_handle_clone(t.nativeHandle), true));
  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
Conversion.h 575 nullptr : native_handle_clone(t.nativeHandle);
730 native_handle_clone(t.nativeHandle), true));
    [all...]
  /frameworks/native/libs/gui/bufferqueue/1.0/
H2BGraphicBufferProducer.cpp 148 nullptr : native_handle_clone(t.nativeHandle);
637 nullptr : native_handle_clone(t.fence);
    [all...]
  /hardware/interfaces/camera/device/1.0/default/
CameraDevice.cpp 325 mHidlHandle = native_handle_clone(mem.handle());
857 native_handle_t* clone = native_handle_clone(handle);
    [all...]
  /hardware/interfaces/graphics/composer/2.1/default/
ComposerClient.cpp 1154 *outHandle = native_handle_clone(handle);
    [all...]
  /frameworks/native/services/sensorservice/
SensorService.cpp     [all...]

Completed in 827 milliseconds