Searched refs:aidl_entry (Results 1 – 5 of 5) sorted by relevance
39 int ret = aidl_entry(options, io_delegate); in main()
52 int aidl_entry(const Options& options, const IoDelegate& io_delegate);
908 int aidl_entry(const Options& options, const IoDelegate& io_delegate) { in aidl_entry() function
1254 EXPECT_EQ(0, aidl_entry(options1, io_delegate_)); in TEST_F()
68 int ret = android::aidl::aidl_entry(Options::From(args), io); in LLVMFuzzerTestOneInput()