Searched refs:preprocess_aidl (Results 1 – 4 of 4) sorted by relevance
50 bool preprocess_aidl(const Options& options, const IoDelegate& io_delegate);
48 return android::aidl::preprocess_aidl(options, io_delegate) ? 0 : 1; in main()
814 bool preprocess_aidl(const Options& options, const IoDelegate& io_delegate) { in preprocess_aidl() function
319 EXPECT_TRUE(::android::aidl::preprocess_aidl(options, io_delegate_)); in TEST_F()