Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Dgenerate_ndk.h29 void GenerateNdk(const string& output_file, const Options& options, const AidlTypenames& types,
H A Daidl.cpp826 ndk::GenerateNdk(output_file_name, options, typenames, *defined_type, io_delegate); in compile_aidl()
H A Dgenerate_ndk.cpp144 void GenerateNdk(const string& output_file, const Options& options, const AidlTypenames& types, in GenerateNdk() function