Searched refs:expectedStatus (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | MemoryDomainTests.cpp | 690 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/ |
D | drm_hal_common.cpp | 397 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/ |
D | drm_hal_vendor_test.h | 196 const vector<uint8_t>& key, Status expectedStatus);
|
/hardware/interfaces/drm/1.2/vts/functional/include/android/hardware/drm/1.2/vts/ |
D | drm_hal_common.h | 117 const vector<uint8_t>& key, StatusV1_2 expectedStatus);
|
/hardware/interfaces/drm/1.0/vts/functional/ |
D | drm_hal_clearkey_test.cpp | 838 const Pattern& pattern, Status expectedStatus) { in decrypt() argument 875 EXPECT_EQ(expectedStatus, status) << "Unexpected decrypt status " << in decrypt()
|
D | drm_hal_vendor_test.cpp | 1133 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/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 865 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()
|