Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/tests/safeunion/1.0/default/
H A DSafeUnion.h49 …Return<void> setL(const LargeSafeUnion& myUnion, const SmallSafeUnion& l, setL_cb _hidl_cb) overri…
H A DSafeUnion.cpp146 Return<void> SafeUnion::setL(const LargeSafeUnion& myUnion, const SmallSafeUnion& l, setL_cb _hidl_… in setL() function in android::hardware::tests::safeunion::V1_0::implementation::SafeUnion
/aosp12/hardware/interfaces/tests/safeunion/1.0/
H A DISafeUnion.hal101 setL(LargeSafeUnion myUnion, SmallSafeUnion l) generates (LargeSafeUnion myUnion);
/aosp12/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
H A DHidlTestJava.java337 safeUnion = safeunionInterface.setL(safeUnion, smallSafeUnion); in runClientSafeUnionTests()
1624 public LargeSafeUnion setL(LargeSafeUnion safeUnion, SmallSafeUnion l) { in setL() method in HidlTestJava.SafeUnion
/aosp12/system/tools/hidl/test/java_test/
H A Dhidl_test_java_native.cpp858 EXPECT_OK(safeunionInterface->setL( in TEST_F()
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test_client.cpp2196 EXPECT_OK(safeunionInterface->setL( in TEST_F()