Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl.h50 bool preprocess_aidl(const Options& options, const IoDelegate& io_delegate);
Dmain.cpp48 return android::aidl::preprocess_aidl(options, io_delegate) ? 0 : 1; in main()
Daidl.cpp814 bool preprocess_aidl(const Options& options, const IoDelegate& io_delegate) { in preprocess_aidl() function
Daidl_unittest.cpp319 EXPECT_TRUE(::android::aidl::preprocess_aidl(options, io_delegate_)); in TEST_F()