Searched refs:dump_api (Results 1 – 3 of 3) sorted by relevance
50 bool dump_api(const Options& options, const IoDelegate& io_delegate);
863 bool dump_api(const Options& options, const IoDelegate& io_delegate) { in dump_api() function895 ret = android::aidl::dump_api(options, io_delegate) ? 0 : 1; in aidl_entry()
1133 bool result = dump_api(options, io_delegate_); in TEST_F()1180 bool result = dump_api(options, io_delegate_); in TEST_F()1209 EXPECT_FALSE(dump_api(options, io_delegate_)); in TEST_F()