Home
last modified time | relevance | path

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

/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java24 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/
Dhidl_test_servers.cpp36 using ::android::hardware::tests::baz::V1_0::IBaz;
96 ForkServer<IBaz>::run("dyingBaz"); in main()
Dhidl_test.h35 using ::android::hardware::tests::baz::V1_0::IBaz; in runOnEachServer()
50 Service<IBaz>::run("baz"); in runOnEachServer()
Dhidl_test_client.cpp121 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/
DIBaz.aidl19 interface IBaz { interface
/system/tools/aidl/build/aidl_api/test-piece-3/1/other_package/
DIBaz.aidl2 interface IBaz { interface
/system/tools/aidl/build/tests_1/other_package/
DIBaz.aidl21 interface IBaz { interface
/system/tools/aidl/build/aidl_api/test-root-package/1/test_package/
DIBaz.aidl2 interface IBaz { interface
/system/tools/aidl/tests/android/aidl/tests/immutable/
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/aidl_api/test-root-package/2/test_package/
DIBaz.aidl2 interface IBaz { interface
/system/tools/aidl/build/aidl_api/test-root-package/current/test_package/
DIBaz.aidl19 interface IBaz { interface
/system/tools/aidl/build/test_package/
DIBaz.aidl21 interface IBaz { interface
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp43 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/
DIBaz.hal19 interface IBaz {
/system/tools/hidl/metadata/
DAndroid.bp38 "hidl.metadata.test@1.0::IBaz",
/system/tools/hidl/test/version_test/good/version/2.3/
DIBaz.hal21 interface IBaz extends @1.0::IFoo {
/system/tools/aidl/build/
DAndroid.bp121 "tests_1/other_package/IBaz.aidl",
156 "test_package/IBaz.aidl",
/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.md204 interface is `interface vendor.foo.bar@1.0::IBaz default`. For an AIDL interface, use