Home
last modified time | relevance | path

Searched refs:repeatFmqSafeUnion (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/tests/safeunion/cpp/1.0/default/
H A DCppSafeUnion.cpp33 Return<void> CppSafeUnion::repeatFmqSafeUnion(const ICppSafeUnion::FmqSafeUnion& fmq, in repeatFmqSafeUnion() function in android::hardware::tests::safeunion::cpp::V1_0::implementation::CppSafeUnion
H A DCppSafeUnion.h42 Return<void> repeatFmqSafeUnion(const ICppSafeUnion::FmqSafeUnion& fmq,
/aosp12/hardware/interfaces/tests/safeunion/cpp/1.0/
H A DICppSafeUnion.hal34 repeatFmqSafeUnion(FmqSafeUnion fmq) generates (FmqSafeUnion fmq);
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test_client.cpp2519 EXPECT_OK(cppSafeunionInterface->repeatFmqSafeUnion( in TEST_F()