Searched refs:preprocess_aidl (Results 1 – 3 of 3) sorted by relevance
49 bool preprocess_aidl(const Options& options, const IoDelegate& io_delegate);
837 bool preprocess_aidl(const Options& options, const IoDelegate& io_delegate) { in preprocess_aidl() function892 ret = android::aidl::preprocess_aidl(options, io_delegate) ? 0 : 1; in aidl_entry()
623 EXPECT_TRUE(::android::aidl::preprocess_aidl(options, io_delegate_)); in TEST_F()