Searched refs:compile_aidl (Results 1 – 3 of 3) sorted by relevance
/system/tools/aidl/ |
D | aidl_unittest.cpp | 513 EXPECT_TRUE(compile_aidl(java_options, io_delegate_)); in TEST_F() 514 EXPECT_TRUE(compile_aidl(cpp_options, io_delegate_)); in TEST_F() 517 EXPECT_FALSE(compile_aidl(cpp_structured_options, io_delegate_)); in TEST_F() 521 EXPECT_FALSE(compile_aidl(rust_options, io_delegate_)); in TEST_F() 535 EXPECT_TRUE(compile_aidl(cpp_options, io_delegate_)); in TEST_F() 540 EXPECT_FALSE(compile_aidl(ndk_structured_options, io_delegate_)); in TEST_F() 545 EXPECT_FALSE(compile_aidl(java_options, io_delegate_)); in TEST_F() 549 EXPECT_FALSE(compile_aidl(rust_options, io_delegate_)); in TEST_F() 581 EXPECT_TRUE(compile_aidl(java_options, io_delegate_)); in TEST_F() 589 EXPECT_TRUE(compile_aidl(cpp_options, io_delegate_)); in TEST_F() [all …]
|
D | aidl.h | 48 bool compile_aidl(const Options& options, const IoDelegate& io_delegate);
|
D | aidl.cpp | 695 bool compile_aidl(const Options& options, const IoDelegate& io_delegate) { in compile_aidl() function 793 success = android::aidl::compile_aidl(options, io_delegate); in aidl_entry()
|