Searched refs:IBaz (Results 1 – 17 of 17) sorted by relevance
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
D | HidlTestJava.java | 21 import android.hardware.tests.baz.V1_0.IBaz; 23 import android.hardware.tests.baz.V1_0.IBaz.MyHandle; 24 import android.hardware.tests.baz.V1_0.IBaz.NestedStruct; 552 IBaz bazProxy = IBaz.castFrom(baseProxy); in client() 563 IBase baseProxyA = IBaz.getService(true /* retry */); in client() 565 IBase baseProxyB = IBaz.getService(false /* retry */); in client() 569 IBaz proxy = IBaz.getService(); in client() 576 Expect(proxy.interfaceDescriptor(), IBaz.kInterfaceName); in client() 833 ExpectTrue(proxy.useAnEnum(IBaz.SomeEnum.goober) == -64); in client() 861 new IBaz.returnABunchOfStringsCallback() { 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 | 21 using ::android::hardware::tests::baz::V1_0::IBaz; in runOnEachServer() 38 Service<IBaz>::run("baz"); in runOnEachServer()
|
D | hidl_test_client.cpp | 126 using ::android::hardware::tests::baz::V1_0::IBaz; 369 sp<IBaz> baz; 370 sp<IBaz> dyingBaz; 416 baz = IBaz::getService("baz", mode == PASSTHROUGH /* getStub */); in getServices() 420 dyingBaz = IBaz::getService("dyingBaz", mode == PASSTHROUGH /* getStub */); in getServices() 474 sp<IBaz> baz; 475 sp<IBaz> dyingBaz; 1672 IBaz::StructWithInterface swi; in TEST_F() 1679 EXPECT_OK(baz->haveSomeStructWithInterface(swi, [&](const IBaz::StructWithInterface& swiBack) { in TEST_F() 1752 sp<IBaz> deadBaz = IBaz::getService("dyingBaz", false); in TEST_F()
|
/system/tools/aidl/build/api/test-piece-3/1/other_package/ |
D | IBaz.aidl | 2 interface IBaz { interface
|
/system/tools/aidl/build/api/1/test_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/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/api/2/test_package/ |
D | IBaz.aidl | 2 interface IBaz { interface
|
/system/tools/aidl/build/test_package/ |
D | IBaz.aidl | 21 interface IBaz { interface
|
/system/tools/aidl/build/ |
D | Android.bp | 94 "tests_1/other_package/IBaz.aidl", 119 "test_package/IBaz.aidl",
|
/system/tools/hidl/test/version_test/bad5/version/2.3/ |
D | IBaz.hal | 19 interface IBaz {
|
/system/tools/hidl/test/version_test/good/version/2.3/ |
D | IBaz.hal | 21 interface IBaz extends @1.0::IFoo {
|
/system/tools/hidl/test/java_test/ |
D | hidl_test_java_native.cpp | 39 using ::android::hardware::tests::baz::V1_0::IBaz; 100 sp<IBaz> baz; 107 ::android::hardware::details::waitForHwService(IBaz::descriptor, "default"); in SetUp() 108 baz = IBaz::getService(); in SetUp() 142 EXPECT_EQ(desc, IBaz::descriptor); in TEST_F() 213 hidl_array<IBaz::Foo, 2> fooExpectedOutput; in TEST_F() 249 hidl_vec<IBaz::Foo> fooExpectedOutput; in TEST_F() 505 auto result = baz->useAnEnum(IBaz::SomeEnum::bar); in TEST_F() 508 EXPECT_TRUE(result == IBaz::SomeEnum::quux); in TEST_F() 1077 status = registerPassthroughServiceImplementation<IBaz>(); in main()
|
/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 | 220 For example: interface vendor.foo.bar@1.0::IBaz default
|