Home
last modified time | relevance | path

Searched defs:native_handle (Results 1 – 25 of 54) sorted by relevance

123

/external/drm_hwcomposer/.ci/android_headers/cutils/
Dnative_handle.h35 typedef struct native_handle struct
37 int version; /* sizeof(native_handle_t) */ argument
48 } native_handle_t; argument
/external/mesa3d/include/android_stub/cutils/
Dnative_handle.h34 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/
Dbert_nl_classifier_jni.cc42 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/
DJniEntryPoints.cpp195 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/
DGrallocAndroid.cpp121 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/
Dnl_classifier_jni_utils.cc34 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()
Dnl_classifier_jni.cc87 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/
Dandroid_util.cpp20 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/
Dinterrupt_spin_lock_inline.h26 InterruptSpinLock::native_handle() { in native_handle() function
/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/
Dinterrupt_spin_lock_inline.h24 InterruptSpinLock::native_handle() { in native_handle() function
Dthread_notification_inline.h50 ThreadNotification::native_handle() { in native_handle() function
/external/pigweed/pw_sync_embos/public/pw_sync_embos/
Dinterrupt_spin_lock_inline.h24 InterruptSpinLock::native_handle() { in native_handle() function
/external/tflite-support/tensorflow_lite_support/java/src/native/task/text/qa/
Dbert_question_answerer_jni.cc34 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/
Dlock_impl.h51 NativeHandle* native_handle() { return &native_handle_; } in native_handle() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__mutex/
Dmutex.h44 _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() { return &__m_; } in native_handle() function
/external/pigweed/pw_sync_stl/public/pw_sync_stl/
Dbinary_semaphore_inline.h37 inline BinarySemaphore::native_handle_type BinarySemaphore::native_handle() { in native_handle() function
Dcounting_semaphore_inline.h34 CountingSemaphore::native_handle() { in native_handle() function
Dinterrupt_spin_lock_inline.h38 InterruptSpinLock::native_handle() { in native_handle() function
Dmutex_inline.h41 inline Mutex::native_handle_type Mutex::native_handle() { in native_handle() function
Drecursive_mutex_inline.h48 inline RecursiveMutex::native_handle_type RecursiveMutex::native_handle() { in native_handle() function
/external/pigweed/pw_sync_baremetal/public/pw_sync_baremetal/
Dmutex_inline.h36 inline Mutex::native_handle_type Mutex::native_handle() { return native_type_; } in native_handle() function
Dinterrupt_spin_lock_inline.h36 InterruptSpinLock::native_handle() { in native_handle() function
/external/pigweed/pw_sync_zephyr/public/pw_sync_zephyr/
Dmutex_inline.h48 inline Mutex::native_handle_type Mutex::native_handle() { return native_type_; } in native_handle() function
/external/pigweed/pw_sync/public/pw_sync/backends/
Dbinary_semaphore_thread_notification_inline.h33 ThreadNotification::native_handle() { in native_handle() function
/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Dthread_inline.h49 inline Thread::native_handle_type Thread::native_handle() { in native_handle() function

123