Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DMemoryDomainTests.cpp690 const std::vector<int32_t>& dimensions, ErrorStatus expectedStatus) { in testCopyFrom() argument
692 if (expectedStatus == ErrorStatus::NONE) { in testCopyFrom()
696 ASSERT_EQ(expectedStatus, static_cast<ErrorStatus>(ret.getServiceSpecificError())); in testCopyFrom()
701 ErrorStatus expectedStatus) { in testCopyTo() argument
703 if (expectedStatus == ErrorStatus::NONE) { in testCopyTo()
707 ASSERT_EQ(expectedStatus, static_cast<ErrorStatus>(ret.getServiceSpecificError())); in testCopyTo()
888 ErrorStatus expectedStatus) { in testExecution() argument
891 EXPECT_EQ(executeSync(preparedModel, request), expectedStatus); in testExecution()
894 EXPECT_EQ(executeBurst(preparedModel, request), expectedStatus); in testExecution()
897 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.cpp865 bool expectedStatus, bool expectStreamCombQuery);
7767 bool expectedStatus, bool expectMethodSupported) { in verifyStreamCombination() argument
7770 config3_7, [expectedStatus, expectMethodSupported](Status s, bool combStatus) { in verifyStreamCombination()
7774 ASSERT_TRUE(combStatus == expectedStatus); in verifyStreamCombination()
7782 [expectedStatus, expectMethodSupported] (Status s, bool combStatus) { in verifyStreamCombination()
7786 ASSERT_TRUE(combStatus == expectedStatus); in verifyStreamCombination()