Home
last modified time | relevance | path

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

/system/tools/aidl/build/
Daidl_to_jni.py47 def convert_method(aidl_signature): argument
48 aidl_signature = aidl_signature.split("|")
49 if len(aidl_signature) != 4:
51 class_name, method_name, args, return_type = aidl_signature