Home
last modified time | relevance | path

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

/system/tools/aidl/build/
Daidl_to_jni.py37 def convert_type(aidl_type): function
39 return "[" + convert_type(aidl_type[:-2])
54 jni_signature = convert_type(class_name)
58 params = [convert_type(x) for x in args]
61 jni_signature += convert_type(return_type)