Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl.h49 bool preprocess_aidl(const Options& options, const IoDelegate& io_delegate);
Daidl.cpp837 bool preprocess_aidl(const Options& options, const IoDelegate& io_delegate) { in preprocess_aidl() function
892 ret = android::aidl::preprocess_aidl(options, io_delegate) ? 0 : 1; in aidl_entry()
Daidl_unittest.cpp623 EXPECT_TRUE(::android::aidl::preprocess_aidl(options, io_delegate_)); in TEST_F()