Home
last modified time | relevance | path

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

/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp314 struct OtherInterface : public IOtherInterface { struct
2146 sp<IOtherInterface> otherInterface = new OtherInterface(); in TEST_F()
2175 sp<IOtherInterface> otherInterface = new OtherInterface(); in TEST_F()
2247 sp<IOtherInterface> otherInterface = new OtherInterface(); in TEST_F()
2502 sp<IOtherInterface> otherInterface = new OtherInterface(); in TEST_F()
2515 sp<IOtherInterface> otherInterface = new OtherInterface(); in TEST_F()
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java1735 class OtherInterface extends IOtherInterface.Stub { class in HidlTestJava
1751 OtherInterface otherInterface = new OtherInterface(); in server()
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp86 struct OtherInterface : public IOtherInterface { struct
1251 sp<IOtherInterface> otherInterface = new OtherInterface(); in main()