Searched refs:convert_type (Results 1 – 1 of 1) sorted by relevance
37 def convert_type(aidl_type): function39 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)