Home
last modified time | relevance | path

Searched defs:oneway_interface (Results 1 – 1 of 1) sorted by relevance

/system/tools/aidl/
Daidl_unittest.cpp231 const string oneway_interface = "package a; oneway interface IBar { void f(out int[] bar); }"; in TEST_P() local
721 const string oneway_interface = "package a; oneway interface IBar { void f(int a); }"; in TEST_P() local