Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_unittest.cpp515 EXPECT_TRUE(compile_aidl(java_options, io_delegate_)); in TEST_F()
516 EXPECT_TRUE(compile_aidl(cpp_options, io_delegate_)); in TEST_F()
519 EXPECT_FALSE(compile_aidl(cpp_structured_options, io_delegate_)); in TEST_F()
523 EXPECT_FALSE(compile_aidl(rust_options, io_delegate_)); in TEST_F()
537 EXPECT_TRUE(compile_aidl(cpp_options, io_delegate_)); in TEST_F()
542 EXPECT_FALSE(compile_aidl(ndk_structured_options, io_delegate_)); in TEST_F()
547 EXPECT_FALSE(compile_aidl(java_options, io_delegate_)); in TEST_F()
551 EXPECT_FALSE(compile_aidl(rust_options, io_delegate_)); in TEST_F()
585 EXPECT_TRUE(compile_aidl(java_options, io_delegate_)); in TEST_F()
593 EXPECT_TRUE(compile_aidl(cpp_options, io_delegate_)); in TEST_F()
[all …]
Daidl.h48 bool compile_aidl(const Options& options, const IoDelegate& io_delegate);
Daidl.cpp791 bool compile_aidl(const Options& options, const IoDelegate& io_delegate) { in compile_aidl() function
919 success = android::aidl::compile_aidl(options, io_delegate); in aidl_entry()