Searched refs:native_handle (Results 1 - 25 of 59) sorted by relevance

123

/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_buffer.h15 struct native_handle;
50 const struct native_handle* dvrWriteBufferGetNativeHandle(
87 const struct native_handle* dvrReadBufferGetNativeHandle(
100 const struct native_handle* dvrBufferGetNativeHandle(DvrBuffer* buffer);
H A Ddvr_api.h40 struct native_handle;
103 typedef const struct native_handle* (*DvrWriteBufferGetNativeHandlePtr)(
119 typedef const struct native_handle* (*DvrReadBufferGetNativeHandlePtr)(
125 typedef const struct native_handle* (*DvrBufferGetNativeHandlePtr)(
/frameworks/native/libs/nativewindow/include/vndk/
H A Dhardware_buffer.h23 #include <cutils/native_handle.h>
H A Dwindow.h24 #include <cutils/native_handle.h>
/frameworks/native/libs/sensor/include/sensor/
H A DISensorServer.h28 struct native_handle;
29 typedef struct native_handle native_handle_t;
H A DSensorManager.h41 struct native_handle;
42 typedef struct native_handle native_handle_t;
/frameworks/native/libs/vr/libdvr/
H A Ddvr_buffer.cpp179 const struct native_handle* dvrWriteBufferGetNativeHandle(
184 return write_buffer->write_buffer->native_handle();
187 const struct native_handle* dvrReadBufferGetNativeHandle(
192 return read_buffer->read_buffer->native_handle();
195 const struct native_handle* dvrBufferGetNativeHandle(DvrBuffer* buffer) {
/frameworks/av/camera/include/camera/
H A DICameraRecordingProxy.h22 #include <cutils/native_handle.h>
H A DICameraRecordingProxyListener.h22 #include <cutils/native_handle.h>
/frameworks/av/include/camera/
H A DICameraRecordingProxy.h22 #include <cutils/native_handle.h>
H A DICameraRecordingProxyListener.h22 #include <cutils/native_handle.h>
/frameworks/av/media/libmedia/omx/1.0/
H A DWOmxObserver.cpp22 #include <cutils/native_handle.h>
/frameworks/av/media/libstagefright/omx/1.0/
H A DWOmxObserver.cpp22 #include <cutils/native_handle.h>
/frameworks/native/include/ui/
H A DGraphicBufferAllocator.h26 #include <cutils/native_handle.h>
/frameworks/av/include/media/
H A DICrypto.h18 #include <cutils/native_handle.h>
H A DIOMX.h24 #include <cutils/native_handle.h>
129 // handles, those are returned in *native_handle. Otherwise, the allocated buffer is
135 void **buffer_data, sp<NativeHandle> *native_handle) = 0;
H A DOMXBuffer.h20 #include <cutils/native_handle.h>
/frameworks/av/media/libmedia/include/media/
H A DICrypto.h18 #include <cutils/native_handle.h>
H A DIOMX.h24 #include <cutils/native_handle.h>
129 // handles, those are returned in *native_handle. Otherwise, the allocated buffer is
135 void **buffer_data, sp<NativeHandle> *native_handle) = 0;
H A DOMXBuffer.h20 #include <cutils/native_handle.h>
/frameworks/av/media/libmedia/
H A DIOMX.cpp331 buffer_id *buffer, void **buffer_data, sp<NativeHandle> *native_handle) {
342 *native_handle = NULL;
349 *native_handle = NativeHandle::create(
352 *native_handle = NULL;
517 void **buffer_data, sp<NativeHandle> *native_handle) {
519 port_index, size, buffer, buffer_data, native_handle);
865 sp<NativeHandle> native_handle; local
867 port_index, size, &buffer, &buffer_data, &native_handle);
874 reply->writeNativeHandle(native_handle == NULL ? NULL : native_handle
329 allocateSecureBuffer( OMX_U32 port_index, size_t size, buffer_id *buffer, void **buffer_data, sp<NativeHandle> *native_handle) argument
515 allocateSecureBuffer( OMX_U32 port_index, size_t size, buffer_id *buffer, void **buffer_data, sp<NativeHandle> *native_handle) argument
[all...]
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dbuffer_hub_client.h61 return LocalHandle(dup(native_handle()->data[0]));
78 native_handle_t* native_handle() const { function in class:android::dvr::BufferHubBuffer
H A Dnative_buffer.h74 handle = buffer_->native_handle();
138 handle = buffer_->native_handle();
/frameworks/native/libs/vr/libbufferhub/
H A Dbuffer_hub_client.cpp106 size_t numFds = static_cast<size_t>(native_handle()->numFds);
108 std::copy(native_handle()->data, native_handle()->data + *fds_count, fds);
/frameworks/av/media/libaudiohal/
H A DEffectsFactoryHalHidl.cpp20 #include <cutils/native_handle.h>

Completed in 1782 milliseconds

123