HomeSort by relevance Sort by last modified time
    Searched full:native_handle (Results 1 - 24 of 24) sorted by null

  /frameworks/base/include/private/ui/
sw_gralloc_handle.h 26 #include <cutils/native_handle.h>
32 struct sw_gralloc_handle_t : public native_handle
50 version = sizeof(native_handle);
58 static int validate(const native_handle* h) {
60 if (!h || h->version != sizeof(native_handle) ||
  /hardware/libhardware/modules/gralloc/
gralloc_priv.h 28 #include <cutils/native_handle.h>
59 struct private_handle_t : public native_handle {
62 struct native_handle nativeHandle;
90 version = sizeof(native_handle);
98 static int validate(const native_handle* h) {
100 if (!h || h->version != sizeof(native_handle) ||
gr.h 32 #include <cutils/native_handle.h>
  /hardware/msm7k/libgralloc/
gralloc_priv.h 28 #include <cutils/native_handle.h>
63 struct private_handle_t : public native_handle {
98 version = sizeof(native_handle);
106 static int validate(const native_handle* h) {
108 if (!h || h->version != sizeof(native_handle) ||
gr.h 32 #include <cutils/native_handle.h>
  /hardware/msm7k/libgralloc-qsd8k/
gralloc_priv.h 28 #include <cutils/native_handle.h>
88 struct private_handle_t : public native_handle {
132 version = sizeof(native_handle);
144 static int validate(const native_handle* h) {
146 if (!h || h->version != sizeof(native_handle) ||
156 static private_handle_t* dynamicCast(const native_handle* in) {
gr.h 32 #include <cutils/native_handle.h>
  /frameworks/base/include/binder/
Parcel.h 20 #include <cutils/native_handle.h>
98 // Place a native_handle into the parcel (the native_handle's file-
99 // descriptors are dup'ed, so it is safe to delete the native_handle
101 // Doesn't take ownership of the native_handle.
102 status_t writeNativeHandle(const native_handle* handle);
149 // Retrieve native_handle from the parcel. This returns a copy of the
150 // parcel's native_handle (the caller takes ownership). The caller
151 // must free the native_handle with native_handle_close() and
153 native_handle* readNativeHandle() const
    [all...]
  /system/core/include/cutils/
native_handle.h 34 typedef native_handle_t native_handle; typedef
  /system/core/libcutils/
native_handle.c 26 #include <cutils/native_handle.h>
Android.mk 30 native_handle.c \
  /frameworks/base/include/ui/
GraphicBufferAllocator.h 23 #include <cutils/native_handle.h>
  /frameworks/base/libs/ui/
Overlay.cpp 166 native_handle_delete(const_cast<native_handle*>(mOverlayHandle));
179 native_handle* handle = data.readNativeHandle();
GraphicBuffer.cpp 91 native_handle_delete(const_cast<native_handle*>(handle));
246 native_handle* h = native_handle_create(numFds, numInts);
  /hardware/libhardware/include/hardware/
overlay.h 20 #include <cutils/native_handle.h>
107 typedef const native_handle* overlay_handle_t;
gralloc.h 21 #include <cutils/native_handle.h>
83 typedef const native_handle* buffer_handle_t;
hardware.h 23 #include <cutils/native_handle.h>
sensors.h 25 #include <cutils/native_handle.h>
  /hardware/libhardware/modules/overlay/
overlay.cpp 70 struct handle_t : public native_handle {
86 mHandle.version = sizeof(native_handle);
  /frameworks/base/libs/binder/
Parcel.cpp 661 status_t Parcel::writeNativeHandle(const native_handle* handle)
663 if (!handle || handle->version != sizeof(native_handle))
986 native_handle* Parcel::readNativeHandle() const
995 native_handle* h = native_handle_create(numFds, numInts);
    [all...]
  /sdk/emulator/sensors/
sensors_qemu.c 37 #include <cutils/native_handle.h>
  /hardware/ti/omap3/liboverlay/
overlay.cpp 157 struct handle_t : public native_handle {
214 mHandle.version = sizeof(native_handle);
    [all...]
  /device/samsung/crespo/liboverlay/
overlay.cpp 181 struct handle_t : public native_handle {
238 mHandle.version = sizeof(native_handle);
    [all...]
  /frameworks/base/services/surfaceflinger/
Layer.cpp 22 #include <cutils/native_handle.h>

Completed in 772 milliseconds