Searched refs:aidl_signature (Results 1 – 1 of 1) sorted by relevance
47 def convert_method(aidl_signature): argument48 aidl_signature = aidl_signature.split("|")49 if len(aidl_signature) != 4:51 class_name, method_name, args, return_type = aidl_signature