Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/cas/1.0/vts/functional/
H A DVtsHalCasV1_0TargetTest.cpp673 uint8_t badDescriptor[sizeof(kEcmBinaryBuffer)]; in TEST_P() local
674 memcpy(badDescriptor, kEcmBinaryBuffer, sizeof(kEcmBinaryBuffer)); in TEST_P()
675 badDescriptor[17] = 0x03; // change the descriptor count field to 3 (invalid) in TEST_P()
676 hidlEcm.setToExternal(static_cast<uint8_t*>(badDescriptor), sizeof(badDescriptor)); in TEST_P()