Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DMemoryDomainTests.cpp668 const std::vector<uint32_t>& dimensions, ErrorStatus expectedStatus) { in testCopyFrom() argument
671 ASSERT_EQ(static_cast<ErrorStatus>(ret), expectedStatus); in testCopyFrom()
675 ErrorStatus expectedStatus) { in testCopyTo() argument
678 ASSERT_EQ(static_cast<ErrorStatus>(ret), expectedStatus); in testCopyTo()
859 ErrorStatus expectedStatus) { in testExecution() argument
862 EXPECT_EQ(executeAsync(preparedModel, request), expectedStatus); in testExecution()
865 EXPECT_EQ(executeSync(preparedModel, request), expectedStatus); in testExecution()
868 EXPECT_EQ(executeFenced(preparedModel, request), expectedStatus); in testExecution()
/hardware/interfaces/drm/1.2/vts/functional/
Ddrm_hal_common.cpp397 const vector<uint8_t>& key, StatusV1_2 expectedStatus) { in decrypt() argument
411 size_t factor = expectedStatus == StatusV1_2::ERROR_DRM_FRAME_TOO_LARGE ? 1 : 2; in decrypt()
429 EXPECT_EQ(expectedStatus, status) << "Unexpected decrypt status " << in decrypt()
/hardware/interfaces/drm/1.0/vts/functional/include/android/hardware/drm/1.0/vts/
Ddrm_hal_vendor_test.h196 const vector<uint8_t>& key, Status expectedStatus);
/hardware/interfaces/drm/1.2/vts/functional/include/android/hardware/drm/1.2/vts/
Ddrm_hal_common.h117 const vector<uint8_t>& key, StatusV1_2 expectedStatus);
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_clearkey_test.cpp838 const Pattern& pattern, Status expectedStatus) { in decrypt() argument
875 EXPECT_EQ(expectedStatus, status) << "Unexpected decrypt status " << in decrypt()
Ddrm_hal_vendor_test.cpp1133 const vector<uint8_t>& key, Status expectedStatus) { in decrypt() argument
1164 EXPECT_EQ(expectedStatus, status) << "Unexpected decrypt status " << in decrypt()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp785 bool expectedStatus, bool expectStreamCombQuery);
5598 bool expectedStatus, bool expectMethodSupported) { in verifyStreamCombination() argument
5601 [expectedStatus, expectMethodSupported] (Status s, bool combStatus) { in verifyStreamCombination()
5605 ASSERT_TRUE(combStatus == expectedStatus); in verifyStreamCombination()