/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
D | HidlTestJava.java | 24 import android.hardware.tests.baz.V1_0.IBaz; 25 import android.hardware.tests.baz.V1_0.IBaz.MyHandle; 26 import android.hardware.tests.baz.V1_0.IBaz.NestedStruct; 622 IBaz bazProxy = IBaz.castFrom(baseProxy); in client() 633 IBase baseProxyA = IBaz.getService(true /* retry */); in client() 635 IBase baseProxyB = IBaz.getService(false /* retry */); in client() 639 IBaz proxy = IBaz.getService(); in client() 646 Expect(proxy.interfaceDescriptor(), IBaz.kInterfaceName); in client() 655 request.writeInterfaceToken(IBaz.kInterfaceName); in client() 677 request.writeInterfaceToken(IBaz.kInterfaceName); in client() [all …]
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_servers.cpp | 36 using ::android::hardware::tests::baz::V1_0::IBaz; 96 ForkServer<IBaz>::run("dyingBaz"); in main()
|
D | hidl_test.h | 35 using ::android::hardware::tests::baz::V1_0::IBaz; in runOnEachServer() 50 Service<IBaz>::run("baz"); in runOnEachServer()
|
D | hidl_test_client.cpp | 121 using ::android::hardware::tests::baz::V1_0::IBaz; 362 sp<IBaz> baz; 363 sp<IBaz> dyingBaz; 406 baz = IBaz::getService("baz", mode == PASSTHROUGH /* getStub */); in getServices() 410 dyingBaz = IBaz::getService("dyingBaz", mode == PASSTHROUGH /* getStub */); in getServices() 452 sp<IBaz> baz; 453 sp<IBaz> dyingBaz; 1646 IBaz::StructWithInterface swi; in TEST_F() 1653 EXPECT_OK(baz->haveSomeStructWithInterface(swi, [&](const IBaz::StructWithInterface& swiBack) { in TEST_F() 1726 sp<IBaz> deadBaz = IBaz::getService("dyingBaz", false); in TEST_F() [all …]
|
/system/tools/aidl/build/aidl_api/test-piece-3/current/other_package/ |
D | IBaz.aidl | 19 interface IBaz { interface
|
/system/tools/aidl/build/aidl_api/test-piece-3/1/other_package/ |
D | IBaz.aidl | 2 interface IBaz { interface
|
/system/tools/aidl/build/tests_1/other_package/ |
D | IBaz.aidl | 21 interface IBaz { interface
|
/system/tools/aidl/build/aidl_api/test-root-package/1/test_package/ |
D | IBaz.aidl | 2 interface IBaz { interface
|
/system/tools/aidl/tests/android/aidl/tests/immutable/ |
D | IBaz.aidl | 21 interface IBaz { interface
|
/system/tools/hidl/test/version_test/ |
D | Android.bp | 56 "bad4/version/2.3/IBaz.hal", 58 "bad5/version/2.3/IBaz.hal", 63 "good/version/2.3/IBaz.hal",
|
/system/tools/aidl/build/aidl_api/test-root-package/2/test_package/ |
D | IBaz.aidl | 2 interface IBaz { interface
|
/system/tools/aidl/build/aidl_api/test-root-package/current/test_package/ |
D | IBaz.aidl | 19 interface IBaz { interface
|
/system/tools/aidl/build/test_package/ |
D | IBaz.aidl | 21 interface IBaz { interface
|
/system/tools/hidl/test/java_test/ |
D | hidl_test_java_native.cpp | 43 using ::android::hardware::tests::baz::V1_0::IBaz; 223 sp<IBaz> baz; 230 ::android::hardware::details::waitForHwService(IBaz::descriptor, "default"); in SetUp() 231 baz = IBaz::getService(); in SetUp() 265 EXPECT_EQ(desc, IBaz::descriptor); in TEST_F() 336 hidl_array<IBaz::Foo, 2> fooExpectedOutput; in TEST_F() 372 hidl_vec<IBaz::Foo> fooExpectedOutput; in TEST_F() 628 auto result = baz->useAnEnum(IBaz::SomeEnum::bar); in TEST_F() 631 EXPECT_TRUE(result == IBaz::SomeEnum::quux); in TEST_F() 665 hidl_vec<uint8_t> vec{0 | IBaz::BitField::V1, 0 | IBaz::BitField::V2}; in TEST_F() [all …]
|
/system/tools/hidl/test/version_test/bad5/version/2.3/ |
D | IBaz.hal | 19 interface IBaz {
|
/system/tools/hidl/metadata/ |
D | Android.bp | 38 "hidl.metadata.test@1.0::IBaz",
|
/system/tools/hidl/test/version_test/good/version/2.3/ |
D | IBaz.hal | 21 interface IBaz extends @1.0::IFoo {
|
/system/tools/aidl/build/ |
D | Android.bp | 121 "tests_1/other_package/IBaz.aidl", 156 "test_package/IBaz.aidl",
|
/system/tools/hidl/test/version_test/bad4/version/2.3/ |
D | IBaz.hal | 22 interface IBaz extends @1.0::IFoo {
|
/system/tools/hidl/test/vendor/1.0/ |
D | IVendor.hal | 23 interface IVendor extends IBaz {
|
/system/core/init/ |
D | README.md | 204 interface is `interface vendor.foo.bar@1.0::IBaz default`. For an AIDL interface, use
|