Home
last modified time | relevance | path

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

/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp75 struct OtherInterface : public IOtherInterface { struct
76 Return<void> concatTwoStrings(const hidl_string& a, const hidl_string& b, in concatTwoStrings()
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java1616 class OtherInterface extends IOtherInterface.Stub { class in HidlTestJava
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp321 struct OtherInterface : public IOtherInterface { struct
322 Return<void> concatTwoStrings(const hidl_string& a, const hidl_string& b, in concatTwoStrings()