Home
last modified time | relevance | path

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

/system/tools/aidl/
Dmain.cpp39 int ret = aidl_entry(options, io_delegate); in main()
Daidl.h52 int aidl_entry(const Options& options, const IoDelegate& io_delegate);
Daidl.cpp908 int aidl_entry(const Options& options, const IoDelegate& io_delegate) { in aidl_entry() function
Daidl_unittest.cpp1254 EXPECT_EQ(0, aidl_entry(options1, io_delegate_)); in TEST_F()
/system/tools/aidl/tests/
Daidl_parser_fuzzer.cpp68 int ret = android::aidl::aidl_entry(Options::From(args), io); in LLVMFuzzerTestOneInput()