Home
last modified time | relevance | path

Searched refs:array_type (Results 1 – 5 of 5) sorted by relevance

/system/teeui/libteeui_jni/
Dlibteeui_jni.cpp32 using array_type = jintArray; typedef
34 static constexpr element_type* (JNIEnv::*const getArrayElements)(array_type, jboolean*) =
36 static constexpr void (JNIEnv::*const releaseArrayElements)(array_type, element_type*, jint) =
43 using array_type = jbyteArray; typedef
45 static constexpr element_type* (JNIEnv::*const getArrayElements)(array_type, jboolean*) =
47 static constexpr void (JNIEnv::*const releaseArrayElements)(array_type, element_type*, jint) =
54 using array_type = jstring; typedef
56 static constexpr element_type* (JNIEnv::*const getArrayElements)(array_type, jboolean*) =
58 static constexpr void (JNIEnv::*const releaseArrayElements)(array_type, element_type*) =
60 static constexpr jsize (JNIEnv::*const getArrayLength)(array_type) =
[all …]
/system/tools/aidl/
Daidl_to_ndk.cpp366 AidlTypeSpecifier array_type = in GetTypeAspect() local
369 if (!(array_type.Resolve(types) && array_type.CheckValid(types))) { in GetTypeAspect()
372 return GetTypeAspect(types, array_type); in GetTypeAspect()
Daidl_const_expressions.cpp640 Type array_type = Type::ERROR; in evaluate() local
650 if (array_type == Type::ERROR) { in evaluate()
651 array_type = value->final_type_; in evaluate()
652 } else if (!AidlBinaryConstExpression::AreCompatibleTypes(array_type, in evaluate()
655 << ". Expecting type compatible with " << ToString(array_type); in evaluate()
/system/tools/hidl/
Dhidl-gen_y.yy292 %type<arrayType> array_type
1116 array_type
1121 | array_type '[' const_expr ']'
1130 | array_type ignore_doc_comments
/system/teeui/libteeui/include/teeui/
Dutils.h40 using array_type = T[elements]; variable
75 array_type data_;