Home
last modified time | relevance | path

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

/system/tools/aidl/
Dmain.cpp47 int ret = aidl_entry(options, io_delegate); in main()
Daidl.h54 int aidl_entry(const Options& options, const IoDelegate& io_delegate);
Daidl.cpp883 int aidl_entry(const Options& options, const IoDelegate& io_delegate) { in aidl_entry() function
/system/tools/aidl/tests/
Daidl_parser_fuzzer.cpp50 int ret = android::aidl::aidl_entry(Options::From(args), io); in fuzz()