Home
last modified time | relevance | path

Searched refs:newInterfaceTypeSafeUnion (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/tests/safeunion/1.0/default/
H A DSafeUnion.h54 Return<void> newInterfaceTypeSafeUnion(newInterfaceTypeSafeUnion_cb _hidl_cb) override;
H A DSafeUnion.cpp177 Return<void> SafeUnion::newInterfaceTypeSafeUnion(newInterfaceTypeSafeUnion_cb _hidl_cb) { in newInterfaceTypeSafeUnion() function in android::hardware::tests::safeunion::V1_0::implementation::SafeUnion
/aosp12/hardware/interfaces/tests/safeunion/1.0/
H A DISafeUnion.hal105 newInterfaceTypeSafeUnion() generates (InterfaceTypeSafeUnion myUnion);
/aosp12/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
H A DHidlTestJava.java376 InterfaceTypeSafeUnion safeUnion = safeunionInterface.newInterfaceTypeSafeUnion(); in runClientSafeUnionTests()
1648 public InterfaceTypeSafeUnion newInterfaceTypeSafeUnion() { in newInterfaceTypeSafeUnion() method in HidlTestJava.SafeUnion
/aosp12/system/tools/hidl/test/java_test/
H A Dhidl_test_java_native.cpp915 safeunionInterface->newInterfaceTypeSafeUnion([&](const InterfaceTypeSafeUnion& safeUnion) { in TEST_F()
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test_client.cpp2233 safeunionInterface->newInterfaceTypeSafeUnion([&](const InterfaceTypeSafeUnion& safeUnion) { in TEST_F()