Home
last modified time | relevance | path

Searched refs:someBar (Results 1 – 8 of 8) sorted by relevance

/system/tools/hidl/hidl2aidl/test/
Dndk_test_compile.cpp36 ndk::ScopedAStatus status1 = foo->someBar(std::string(), std::string()); in testIFoo()
45 ndk::ScopedAStatus status1 = bar->someBar(std::string(), 3, &out); in testIBar()
Dcpp_test_compile.cpp41 Status status1 = foo->someBar(String16(), String16()); in testIFoo()
63 Status status1 = bar->someBar(String16(), 3, &out); in testIBar()
/system/tools/hidl/hidl2aidl/test/1.0/
DIFoo.hal24 someBar(string a, int8_t b) generates (string foo);
27 // someBar(string a, int8_t b) generates (string foo, int8_t[2] bar);
/system/tools/hidl/hidl2aidl/test/aidl_api/hidl2aidl_test_gen/current/hidl2aidl/test/
DIBar.aidl24 String someBar(in String a, in byte b); in someBar() method
DIFoo.aidl28 void someBar(in String a, in String b); in someBar() method
/system/tools/hidl/hidl2aidl/test/1.2/
DIFoo.hal23 * Should take precedence over @1.1::someBar
/system/tools/hidl/hidl2aidl/test/1.1/
DIFoo.hal28 // Should take precedence over @1.0::someBar
/system/tools/hidl/test/format_test/1.0/
DIFoo.hal81 someBar(string a, int8_t b) generates (string foo);