Searched refs:arg_types (Results 1 – 2 of 2) sorted by relevance
102 arg_types = "const " + cpp + "* arrayData, int32_t length"103 …if nca: arg_types = "const void* arrayData, int32_t length, AParcel_" + pretty.lower() + "ArrayGet…125 …header += "binder_status_t AParcel_write" + pretty + "Array(AParcel* parcel, " + arg_types + ") __…126 …source += "binder_status_t AParcel_write" + pretty + "Array(AParcel* parcel, " + arg_types + ") {\…
624 const dex::TypeList* arg_types = dex_file_->GetProtoParameters(proto); in InitializeParameters() local628 arg_types->GetTypeItem(shorty_pos - 1).type_idx_, in InitializeParameters()