Home
last modified time | relevance | path

Searched refs:IBaz (Results 1 – 17 of 17) sorted by relevance

/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java21 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/
Dhidl_test_servers.cpp36 using ::android::hardware::tests::baz::V1_0::IBaz;
96 ForkServer<IBaz>::run("dyingBaz"); in main()
Dhidl_test.h21 using ::android::hardware::tests::baz::V1_0::IBaz; in runOnEachServer()
38 Service<IBaz>::run("baz"); in runOnEachServer()
Dhidl_test_client.cpp126 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/
DIBaz.aidl2 interface IBaz { interface
/system/tools/aidl/build/api/1/test_package/
DIBaz.aidl2 interface IBaz { interface
/system/tools/aidl/build/tests_1/other_package/
DIBaz.aidl21 interface IBaz { interface
/system/tools/hidl/test/version_test/
DAndroid.bp56 "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/
DIBaz.aidl2 interface IBaz { interface
/system/tools/aidl/build/test_package/
DIBaz.aidl21 interface IBaz { interface
/system/tools/aidl/build/
DAndroid.bp94 "tests_1/other_package/IBaz.aidl",
119 "test_package/IBaz.aidl",
/system/tools/hidl/test/version_test/bad5/version/2.3/
DIBaz.hal19 interface IBaz {
/system/tools/hidl/test/version_test/good/version/2.3/
DIBaz.hal21 interface IBaz extends @1.0::IFoo {
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp39 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/
DIBaz.hal22 interface IBaz extends @1.0::IFoo {
/system/tools/hidl/test/vendor/1.0/
DIVendor.hal23 interface IVendor extends IBaz {
/system/core/init/
DREADME.md220 For example: interface vendor.foo.bar@1.0::IBaz default