Home
last modified time | relevance | path

Searched refs:preprocess_aidl (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/tools/aidl/
H A Daidl.h49 bool preprocess_aidl(const Options& options, const IoDelegate& io_delegate);
H A Daidl.cpp875 bool preprocess_aidl(const Options& options, const IoDelegate& io_delegate) { in preprocess_aidl() function
903 ret = android::aidl::preprocess_aidl(options, io_delegate) ? 0 : 1; in aidl_entry()
H A Daidl_unittest.cpp748 EXPECT_TRUE(::android::aidl::preprocess_aidl(options, io_delegate_)); in TEST_F()