Home
last modified time | relevance | path

Searched refs:repeatBitfieldVec (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/interfaces/tests/baz/1.0/
H A DIBaz.hal116 repeatBitfieldVec(vec<bitfield<BitField>> vector) generates (vec<bitfield<BitField>> result);
/aosp12/hardware/interfaces/tests/baz/1.0/default/
H A DBaz.h90 Return<void> repeatBitfieldVec(const hidl_vec<uint8_t>& vector,
H A DBaz.cpp373 Return<void> Baz::repeatBitfieldVec(const hidl_vec<uint8_t>& vector, in repeatBitfieldVec() function in android::hardware::tests::baz::V1_0::implementation::Baz
/aosp12/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
H A DHidlTestJava.java975 ExpectTrue(bytes.equals(proxy.repeatBitfieldVec(bytes))); in client()
1517 public ArrayList<Byte> repeatBitfieldVec(ArrayList<Byte> vector) { return vector; } in repeatBitfieldVec() method in HidlTestJava.Baz
/aosp12/system/tools/hidl/test/java_test/
H A Dhidl_test_java_native.cpp654 EXPECT_OK(baz->repeatBitfieldVec(vec, [&](const auto& result) { EXPECT_EQ(vec, result); })); in TEST_F()