| /external/drm_hwcomposer/.ci/android_headers/cutils/ |
| D | native_handle.h | 35 typedef struct native_handle struct 37 int version; /* sizeof(native_handle_t) */ argument 48 } native_handle_t; argument
|
| /external/mesa3d/include/android_stub/cutils/ |
| D | native_handle.h | 34 typedef struct native_handle struct 36 int version; /* sizeof(native_handle_t) */ argument 47 } native_handle_t; argument
|
| /external/tflite-support/tensorflow_lite_support/java/src/native/task/text/nlclassifier/bert_nlclassifier/ |
| D | bert_nl_classifier_jni.cc | 42 JNIEnv* env, jobject thiz, jlong native_handle) { in Java_org_tensorflow_lite_task_text_nlclassifier_BertNLClassifier_deinitJni() 80 JNIEnv* env, jclass clazz, jlong native_handle, jstring text) { in Java_org_tensorflow_lite_task_text_nlclassifier_BertNLClassifier_classifyNative() 86 JNIEnv* env, jclass clazz, jlong native_handle) { in Java_org_tensorflow_lite_task_text_nlclassifier_BertNLClassifier_getModelVersionNative() 92 JNIEnv* env, jclass clazz, jlong native_handle) { in Java_org_tensorflow_lite_task_text_nlclassifier_BertNLClassifier_getLabelsVersionNative()
|
| /external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/ |
| D | JniEntryPoints.cpp | 195 JNIEnv* /*env*/, jobject /*thiz*/, jlong native_handle) { in Java_com_google_android_renderscript_Toolkit_destroyNative() 201 JNIEnv* env, jobject /*thiz*/, jlong native_handle, jint jmode, jbyteArray source_array, in Java_com_google_android_renderscript_Toolkit_nativeBlend() 213 JNIEnv* env, jobject /*thiz*/, jlong native_handle, jint jmode, jobject source_bitmap, in Java_com_google_android_renderscript_Toolkit_nativeBlendBitmap() 225 JNIEnv* env, jobject /*thiz*/, jlong native_handle, jbyteArray input_array, jint vectorSize, in Java_com_google_android_renderscript_Toolkit_nativeBlur() 236 JNIEnv* env, jobject /*thiz*/, jlong native_handle, jobject input_bitmap, in Java_com_google_android_renderscript_Toolkit_nativeBlurBitmap() 248 JNIEnv* env, jobject /*thiz*/, jlong native_handle, jbyteArray input_array, in Java_com_google_android_renderscript_Toolkit_nativeColorMatrix() 263 JNIEnv* env, jobject /*thiz*/, jlong native_handle, jobject input_bitmap, in Java_com_google_android_renderscript_Toolkit_nativeColorMatrixBitmap() 277 JNIEnv* env, jobject /*thiz*/, jlong native_handle, jbyteArray input_array, jint vectorSize, in Java_com_google_android_renderscript_Toolkit_nativeConvolve() 299 JNIEnv* env, jobject /*thiz*/, jlong native_handle, jobject input_bitmap, in Java_com_google_android_renderscript_Toolkit_nativeConvolveBitmap() 320 JNIEnv* env, jobject /*thiz*/, jlong native_handle, jbyteArray input_array, in Java_com_google_android_renderscript_Toolkit_nativeHistogram() [all …]
|
| /external/swiftshader/src/System/ |
| D | GrallocAndroid.cpp | 121 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in release() local 129 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in release() local 142 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock() local 168 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in lock() local 224 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in unlock() local 238 native_handle_t *native_handle = const_cast<native_handle_t *>(handle); in unlock() local
|
| /external/tflite-support/tensorflow_lite_support/java/src/native/task/text/nlclassifier/ |
| D | nl_classifier_jni_utils.cc | 34 jobject RunClassifier(JNIEnv* env, jlong native_handle, jstring text) { in RunClassifier() 63 jstring GetModelVersionNative(JNIEnv* env, jlong native_handle) { in GetModelVersionNative() 68 jstring GetLabelsVersionNative(JNIEnv* env, jlong native_handle) { in GetLabelsVersionNative()
|
| D | nl_classifier_jni.cc | 87 JNIEnv* env, jobject thiz, jlong native_handle) { in Java_org_tensorflow_lite_task_text_nlclassifier_NLClassifier_deinitJni() 131 JNIEnv* env, jclass thiz, jlong native_handle, jstring text) { in Java_org_tensorflow_lite_task_text_nlclassifier_NLClassifier_classifyNative()
|
| /external/angle/src/common/ |
| D | android_util.cpp | 20 typedef struct native_handle struct 22 int version; /* sizeof(native_handle_t) */ argument 38 } native_handle_t; argument
|
| /external/pigweed/pw_sync_threadx/public/pw_sync_threadx/ |
| D | interrupt_spin_lock_inline.h | 26 InterruptSpinLock::native_handle() { in native_handle() function
|
| /external/pigweed/pw_sync_freertos/public/pw_sync_freertos/ |
| D | interrupt_spin_lock_inline.h | 24 InterruptSpinLock::native_handle() { in native_handle() function
|
| D | thread_notification_inline.h | 50 ThreadNotification::native_handle() { in native_handle() function
|
| /external/pigweed/pw_sync_embos/public/pw_sync_embos/ |
| D | interrupt_spin_lock_inline.h | 24 InterruptSpinLock::native_handle() { in native_handle() function
|
| /external/tflite-support/tensorflow_lite_support/java/src/native/task/text/qa/ |
| D | bert_question_answerer_jni.cc | 34 JNIEnv* env, jobject thiz, jlong native_handle) { in Java_org_tensorflow_lite_task_text_qa_BertQuestionAnswerer_deinitJni() 104 JNIEnv* env, jclass thiz, jlong native_handle, jstring context, in Java_org_tensorflow_lite_task_text_qa_BertQuestionAnswerer_answerNative()
|
| /external/libchrome/base/synchronization/ |
| D | lock_impl.h | 51 NativeHandle* native_handle() { return &native_handle_; } in native_handle() function
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__mutex/ |
| D | mutex.h | 44 _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() { return &__m_; } in native_handle() function
|
| /external/pigweed/pw_sync_stl/public/pw_sync_stl/ |
| D | binary_semaphore_inline.h | 37 inline BinarySemaphore::native_handle_type BinarySemaphore::native_handle() { in native_handle() function
|
| D | counting_semaphore_inline.h | 34 CountingSemaphore::native_handle() { in native_handle() function
|
| D | interrupt_spin_lock_inline.h | 38 InterruptSpinLock::native_handle() { in native_handle() function
|
| D | mutex_inline.h | 41 inline Mutex::native_handle_type Mutex::native_handle() { in native_handle() function
|
| D | recursive_mutex_inline.h | 48 inline RecursiveMutex::native_handle_type RecursiveMutex::native_handle() { in native_handle() function
|
| /external/pigweed/pw_sync_baremetal/public/pw_sync_baremetal/ |
| D | mutex_inline.h | 36 inline Mutex::native_handle_type Mutex::native_handle() { return native_type_; } in native_handle() function
|
| D | interrupt_spin_lock_inline.h | 36 InterruptSpinLock::native_handle() { in native_handle() function
|
| /external/pigweed/pw_sync_zephyr/public/pw_sync_zephyr/ |
| D | mutex_inline.h | 48 inline Mutex::native_handle_type Mutex::native_handle() { return native_type_; } in native_handle() function
|
| /external/pigweed/pw_sync/public/pw_sync/backends/ |
| D | binary_semaphore_thread_notification_inline.h | 33 ThreadNotification::native_handle() { in native_handle() function
|
| /external/pigweed/pw_thread_freertos/public/pw_thread_freertos/ |
| D | thread_inline.h | 49 inline Thread::native_handle_type Thread::native_handle() { in native_handle() function
|