/frameworks/native/services/surfaceflinger/Scheduler/ |
D | EventControlThread.cpp | 35 pthread_setname_np(mThread.native_handle(), "EventControlThread"); in EventControlThread() 37 pid_t tid = pthread_gettid_np(mThread.native_handle()); in EventControlThread()
|
D | EventThread.cpp | 175 pthread_setname_np(mThread.native_handle(), threadName); in EventThread() 177 pid_t tid = pthread_gettid_np(mThread.native_handle()); in EventThread() 183 if (pthread_setschedparam(mThread.native_handle(), SCHED_FIFO, ¶m) != 0) { in EventThread()
|
/frameworks/native/libs/sensor/include/sensor/ |
D | ISensorServer.h | 28 struct native_handle; 29 typedef struct native_handle native_handle_t;
|
D | SensorManager.h | 41 struct native_handle; 42 typedef struct native_handle native_handle_t;
|
/frameworks/av/media/libmedia/ |
D | IOMX.cpp | 257 buffer_id *buffer, void **buffer_data, sp<NativeHandle> *native_handle) { in allocateSecureBuffer() argument 268 *native_handle = NULL; in allocateSecureBuffer() 275 *native_handle = NativeHandle::create( in allocateSecureBuffer() 278 *native_handle = NULL; in allocateSecureBuffer() 443 void **buffer_data, sp<NativeHandle> *native_handle) { in allocateSecureBuffer() argument 445 port_index, size, buffer, buffer_data, native_handle); in allocateSecureBuffer() 714 sp<NativeHandle> native_handle; in onTransact() local 716 port_index, size, &buffer, &buffer_data, &native_handle); in onTransact() 723 … reply->writeNativeHandle(native_handle == NULL ? NULL : native_handle->handle()); in onTransact()
|
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/ |
D | buffer_hub_base.h | 39 return LocalHandle(dup(native_handle()->data[0])); in GetBlobFd() 60 native_handle_t* native_handle() const { in native_handle() function
|
/frameworks/native/libs/vr/libdvr/include/dvr/ |
D | dvr_buffer.h | 15 struct native_handle;
|
D | dvr_api.h | 78 struct native_handle; 150 typedef const struct native_handle* (*DvrWriteBufferGetNativeHandlePtr)( 166 typedef const struct native_handle* (*DvrReadBufferGetNativeHandlePtr)( 173 typedef const struct native_handle* (*DvrBufferGetNativeHandlePtr)(
|
/frameworks/av/media/libmedia/omx/1.0/ |
D | WOmxNode.cpp | 142 void **buffer_data, sp<NativeHandle> *native_handle) { in allocateSecureBuffer() argument 148 [&fnStatus, buffer, native_handle]( in allocateSecureBuffer() 154 *native_handle = outNativeHandle.getNativeHandle() == nullptr ? in allocateSecureBuffer()
|
/frameworks/av/media/libstagefright/omx/1.0/ |
D | WOmxNode.cpp | 145 void **buffer_data, sp<NativeHandle> *native_handle) { in allocateSecureBuffer() argument 151 [&fnStatus, buffer, native_handle]( in allocateSecureBuffer() 157 *native_handle = outNativeHandle.getNativeHandle() == nullptr ? in allocateSecureBuffer()
|
/frameworks/base/libs/hwui/surfacetexture/ |
D | EGLConsumer.h | 185 const native_handle* graphicBufferHandle() { in graphicBufferHandle()
|
/frameworks/av/media/codec2/sfplugin/ |
D | C2OMXNode.h | 64 void **buffer_data, sp<NativeHandle> *native_handle) override;
|
/frameworks/native/services/sensorservice/ |
D | SensorDirectConnection.cpp | 50 native_handle_delete(const_cast<struct native_handle*>(mMem.handle)); in destroy()
|
D | SensorService.h | 226 uint32_t size, int32_t type, int32_t format, const native_handle *resource);
|
/frameworks/native/libs/gui/include/gui/ |
D | GLConsumer.h | 316 const native_handle* graphicBufferHandle() { in graphicBufferHandle()
|
/frameworks/av/include/media/ |
D | IOMX.h | 135 void **buffer_data, sp<NativeHandle> *native_handle) = 0;
|
/frameworks/av/media/libmedia/include/media/ |
D | IOMX.h | 135 void **buffer_data, sp<NativeHandle> *native_handle) = 0;
|
/frameworks/av/media/libmedia/include/media/omx/1.0/ |
D | WOmxNode.h | 89 void **buffer_data, sp<NativeHandle> *native_handle) override;
|
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/ |
D | WOmxNode.h | 90 void **buffer_data, sp<NativeHandle> *native_handle) override;
|
/frameworks/av/media/libstagefright/omx/ |
D | OMXNodeInstance.cpp | 1501 nativeHandle == NULL ? NULL : const_cast<native_handle*>(nativeHandle->handle()); in updateNativeHandleInMeta_l() 1573 void **buffer_data, sp<NativeHandle> *native_handle) { in allocateSecureBuffer() argument 1574 if (buffer == NULL || buffer_data == NULL || native_handle == NULL) { in allocateSecureBuffer() 1622 *native_handle = NativeHandle::create( in allocateSecureBuffer() 1626 *native_handle = NULL; in allocateSecureBuffer() 1637 *native_handle == NULL ? NULL : (*native_handle)->handle())); in allocateSecureBuffer()
|
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/ |
D | OMXNodeInstance.h | 78 void **buffer_data, sp<NativeHandle> *native_handle);
|
/frameworks/native/services/inputflinger/ |
D | InputClassifier.cpp | 149 pthread_setname_np(mHalThread.native_handle(), "InputClassifier"); in MotionClassifier()
|
/frameworks/native/libs/binder/tests/ |
D | binderSafeInterfaceTest.cpp | 426 native_handle* rawHandle = native_handle_create(1 /*numFds*/, 1 /*numInts*/); in increment() 717 native_handle* handle = native_handle_create(1 /*numFds*/, 1 /*numInts*/); in TEST_F()
|
/frameworks/native/services/surfaceflinger/ |
D | RegionSamplingThread.cpp | 174 pthread_setname_np(mThread.native_handle(), "RegionSamplingThread");
|
/frameworks/native/libs/binder/include/binder/ |
D | Parcel.h | 195 status_t writeNativeHandle(const native_handle* handle); 361 native_handle* readNativeHandle() const;
|