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.cpp321 struct OtherInterface : public IOtherInterface { struct
2120 sp<IOtherInterface> otherInterface = new OtherInterface(); in TEST_F()
2149 sp<IOtherInterface> otherInterface = new OtherInterface(); in TEST_F()
2221 sp<IOtherInterface> otherInterface = new OtherInterface(); in TEST_F()
2476 sp<IOtherInterface> otherInterface = new OtherInterface(); in TEST_F()
2489 sp<IOtherInterface> otherInterface = new OtherInterface(); in TEST_F()
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java1616 class OtherInterface extends IOtherInterface.Stub { class in HidlTestJava
1632 OtherInterface otherInterface = new OtherInterface(); in server()
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp75 struct OtherInterface : public IOtherInterface { struct
1083 sp<IOtherInterface> otherInterface = new OtherInterface(); in main()