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

1 23 4 5 6

  /hardware/qcom/display/msm8909/libgralloc/
mapper.cpp 331 native_handle_t** handle = va_arg(args, native_handle_t**);
345 *handle = (native_handle_t *)hnd;
  /hardware/qcom/display/msm8960/libgralloc/
mapper.cpp 347 native_handle_t** handle = va_arg(args, native_handle_t**);
361 *handle = (native_handle_t *)hnd;
gralloc_priv.h 134 native_handle_t nativeHandle;
  /hardware/qcom/display/msm8994/libgralloc/
mapper.cpp 321 native_handle_t** handle = va_arg(args, native_handle_t**);
334 *handle = (native_handle_t *)hnd;
  /hardware/qcom/display/msm8996/libgralloc/
mapper.cpp 313 native_handle_t** handle = va_arg(args, native_handle_t**);
327 *handle = (native_handle_t *)hnd;
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.h 74 virtual void releaseRecordingFrameHandle(native_handle_t *handle);
CameraClient.h 52 virtual void releaseRecordingFrameHandle(native_handle_t *handle);
  /frameworks/native/include/ui/
GraphicBuffer.h 81 uint32_t inUsage, uint32_t inStride, native_handle_t* inHandle,
  /hardware/qcom/display/msm8909/libqdutils/
cb_utils.cpp 49 buf.handle = (native_handle_t *)hnd;
  /system/core/include/system/
window.h 60 typedef const native_handle_t* buffer_handle_t;
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraMem.cpp     [all...]
  /frameworks/av/media/libstagefright/
CameraSource.cpp 59 virtual void postRecordingFrameHandleTimestamp(nsecs_t timestamp, native_handle_t* handle);
106 native_handle_t* handle) {
940 native_handle_t* handle = nullptr;
    [all...]
CameraSourceTimeLapse.cpp 312 native_handle_t* handle) {
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 222 buf.handle = (native_handle_t *)hnd;
319 src.handle = (native_handle_t *)layer->handle;
344 dst.handle = (native_handle_t *)fbHandle;
  /hardware/qcom/display/msm8996/libgralloc1/
gr_buf_mgr.cpp 492 native_handle_t **handle = va_arg(args, native_handle_t **);
506 *handle = reinterpret_cast<native_handle_t *>(hnd);
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
blit_engine_c2d.cpp 192 buffer.handle = reinterpret_cast<native_handle_t *>(hnd);
492 src.handle = const_cast<native_handle_t *>(hwc_layer->handle);
510 dst.handle = static_cast<native_handle_t *>(target_buffer);
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraMem.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraMem.cpp     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 397 buf.handle = (native_handle_t *)hnd;
658 src.handle = (native_handle_t *)layer->handle;
683 dst.handle = (native_handle_t *)dstHandle;
760 src.handle = (native_handle_t *)layer->handle;
815 dst.handle = (native_handle_t *)fbHandle;
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.cpp 406 buf.handle = (native_handle_t *)hnd;
711 src.handle = (native_handle_t *)layer->handle;
736 dst.handle = (native_handle_t *)dstHandle;
813 src.handle = (native_handle_t *)layer->handle;
868 dst.handle = (native_handle_t *)fbHandle;
    [all...]
  /frameworks/av/media/libmedia/
ICrypto.cpp 140 data.writeNativeHandle(static_cast<native_handle_t *>(dstPtr));
313 native_handle_t *nativeHandle = NULL;
  /external/drm_hwcomposer/
hwcomposer.cpp 205 static native_handle_t *dup_buffer_handle(buffer_handle_t handle) {
206 native_handle_t *new_handle =
223 static void free_buffer_handle(native_handle_t *handle) {
268 native_handle_t *handle_copy = dup_buffer_handle(handle);
  /frameworks/av/include/media/
IOMX.h 101 OMX_U32 audioHwSync, native_handle_t **sidebandHandle) = 0;
  /frameworks/av/media/libstagefright/include/
OMX.h 82 OMX_U32 audioHwSync, native_handle_t **sidebandHandle);
  /hardware/qcom/display/msm8084/libgralloc/
gralloc_priv.h 174 native_handle_t nativeHandle;

Completed in 2501 milliseconds

1 23 4 5 6