Home
last modified time | relevance | path

Searched refs:NONE (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/hardware/qcom/sm8150/display/gralloc/
DQtiMapperExtensions.cpp59 err = Error::NONE; in getMapSecureBufferFlag()
74 err = Error::NONE; in getInterlacedFlag()
91 err = Error::NONE; in getCustomDimensions()
103 err = Error::NONE; in getRgbDataAddress()
117 hidl_cb(Error::NONE, alignedw, alignedh, ubwc_enabled); in calculateBufferAttributes()
124 auto err = Error::NONE; in getCustomFormatFlags()
139 err = Error::NONE; in getColorSpace()
153 err = Error::NONE; in getYuvPlaneInfo()
175 err = Error::NONE; in setSingleBufferMode()
186 err = Error::NONE; in getFd()
[all …]
DQtiMapper.cpp72 return Error::NONE; in CreateDescriptor()
109 if (error != Error::NONE) { in importBuffer()
119 hidl_cb(Error::NONE, buffer_handle); in importBuffer()
179 if (err != Error::NONE) { in lock()
195 if (err != Error::NONE) { in lockYCbCr()
211 hidl_cb(Error::NONE, layout); in lockYCbCr()
231 if (buf_mgr_->IsBufferImported(hnd) != Error::NONE) { in validateBufferSize()
251 err = Error::NONE; in getTransportSize()
262 if (err != Error::NONE) { in isSupported()
269 if (err != Error::NONE) { in isSupported()
[all …]
Dgr_buf_mgr.cpp83 return Error::NONE; in FreeBuffer()
97 return Error::NONE; in ValidateBufferSize()
131 return Error::NONE; in ImportHandleLocked()
153 return Error::NONE; in MapBuffer()
160 return Error::NONE; in IsBufferImported()
167 auto err = Error::NONE; in RetainBuffer()
193 return Error::NONE; in ReleaseBuffer()
198 auto err = Error::NONE; in LockBuffer()
221 if (err == Error::NONE && (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION) && in LockBuffer()
230 if (err == Error::NONE && CpuCanWrite(usage)) { in LockBuffer()
[all …]
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h78 ? Error::NONE in execute()
176 if (err != Error::NONE) { in executeSetColorTransform()
201 if (err == Error::NONE) { in executeSetClientTarget()
203 if (err == Error::NONE) { in executeSetClientTarget()
210 if (err != Error::NONE) { in executeSetClientTarget()
232 if (err == Error::NONE) { in executeSetOutputBuffer()
234 if (err == Error::NONE) { in executeSetOutputBuffer()
241 if (err != Error::NONE) { in executeSetOutputBuffer()
262 if (err == Error::NONE) { in executeValidateDisplay()
285 if (err == Error::NONE) { in executePresentOrValidateDisplay()
[all …]
DComposerResources.h58 return Error::NONE; in importBuffer()
69 if (error != mapper::V2_0::Error::NONE) { in importBuffer()
80 if (error != mapper::V3_0::Error::NONE) { in importBuffer()
86 return Error::NONE; in importBuffer()
111 return Error::NONE; in importStream()
175 return Error::NONE; in lookupCache()
187 return Error::NONE; in updateCache()
347 return result.second ? Error::NONE : Error::BAD_DISPLAY; in addPhysicalDisplay()
356 return result.second ? Error::NONE : Error::BAD_DISPLAY; in addVirtualDisplay()
361 return mDisplayResources.erase(display) > 0 ? Error::NONE : Error::BAD_DISPLAY; in removeDisplay()
[all …]
/hardware/interfaces/keymaster/4.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp540 .Digest(Digest::NONE) in TEST_P()
541 .Padding(PaddingMode::NONE), in TEST_P()
576 .Digest(Digest::NONE) in TEST_P()
577 .Padding(PaddingMode::NONE), in TEST_P()
607 GenerateKey(AuthorizationSetBuilder().EcdsaSigningKey(key_size).Digest(Digest::NONE), in TEST_P()
638 .Digest(Digest::NONE))); in TEST_P()
652 GenerateKey(AuthorizationSetBuilder().EcdsaSigningKey(key_size).Digest(Digest::NONE), in TEST_P()
657 GenerateKey(AuthorizationSetBuilder().EcdsaSigningKey(190).Digest(Digest::NONE))); in TEST_P()
673 .Digest(Digest::NONE))); in TEST_P()
685 GenerateKey(AuthorizationSetBuilder().EcdsaSigningKey(size).Digest(Digest::NONE))) in TEST_P()
[all …]
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp69 ASSERT_EQ(Error::NONE, tmpError) << "failed to create client"; in createClient()
84 EXPECT_EQ(Error::NONE, mClient->destroyLayer(display, layer)) in ~ComposerClient()
89 EXPECT_EQ(Error::NONE, mClient->destroyVirtualDisplay(display)) in ~ComposerClient()
115 ASSERT_EQ(Error::NONE, tmpError) << "failed to create virtual display"; in createVirtualDisplay()
128 ASSERT_EQ(Error::NONE, error) << "failed to destroy virtual display " << display; in destroyVirtualDisplay()
136 ASSERT_EQ(Error::NONE, tmpError) << "failed to create layer"; in createLayer()
153 ASSERT_EQ(Error::NONE, error) << "failed to destroy layer " << layer; in destroyLayer()
163 ASSERT_EQ(Error::NONE, tmpError) << "failed to get active config"; in getActiveConfig()
173 return error == Error::NONE; in getClientTargetSupport()
179 ASSERT_EQ(Error::NONE, tmpError) << "failed to get color mode"; in getColorModes()
[all …]
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DComposerVts.cpp36 ASSERT_EQ(Error::NONE, tmpError) << "failed to create client"; in createClient()
55 ASSERT_EQ(Error::NONE, tmpError) << "failed to get HDR metadata keys"; in getPerFrameMetadataKeys()
70 ASSERT_EQ(Error::NONE, static_cast<Error>(ret)); in execute()
76 ASSERT_EQ(Error::NONE, tmpError); in execute()
81 ASSERT_EQ(Error::NONE, tmpError); in execute()
101 ASSERT_EQ(Error::NONE, tmpError) << "failed to create virtual display"; in createVirtualDisplay_2_2()
115 return error == Error::NONE; in getClientTargetSupport_2_2()
120 ASSERT_TRUE(error == Error::NONE || error == Error::UNSUPPORTED) << "failed to set power mode"; in setPowerMode_2_2()
127 ASSERT_EQ(Error::NONE, error) << "failed to setReadbackBuffer"; in setReadbackBuffer()
135 ASSERT_EQ(Error::NONE, tmpError) << "failed to get readback buffer attributes"; in getReadbackBufferAttributes()
[all …]
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_misc.cpp33 EXPECT_EQ(RadioError::NONE, radioRsp->rspInfo.error); in TEST_P()
51 EXPECT_EQ(RadioError::NONE, radioRsp->rspInfo.error); in TEST_P()
69 EXPECT_EQ(RadioError::NONE, radioRsp->rspInfo.error); in TEST_P()
87 EXPECT_EQ(RadioError::NONE, radioRsp->rspInfo.error); in TEST_P()
105 EXPECT_EQ(RadioError::NONE, radioRsp->rspInfo.error); in TEST_P()
125 {RadioError::NONE, RadioError::ILLEGAL_SIM_OR_ME, RadioError::OPERATION_NOT_ALLOWED}, in TEST_P()
145 {RadioError::NONE, RadioError::ILLEGAL_SIM_OR_ME, in TEST_P()
168 {RadioError::NONE, RadioError::CANCELLED, RadioError::DEVICE_IN_USE, in TEST_P()
188 EXPECT_EQ(RadioError::NONE, radioRsp->rspInfo.error); in TEST_P()
207 CheckAnyOfErrors(radioRsp->rspInfo.error, {RadioError::NONE}, CHECK_GENERAL_ERROR)); in TEST_P()
[all …]
Dradio_hidl_hal_data.cpp36 EXPECT_EQ(RadioError::NONE, radioRsp->rspInfo.error); in TEST_P()
40 {RadioError::NONE, RadioError::NOT_PROVISIONED, RadioError::CANCELLED})); in TEST_P()
50 if (cellInfoType == CellInfoType::NONE) { in TEST_P()
128 dataProfileInfo.mvnoType = MvnoType::NONE; in TEST_P()
144 {RadioError::NONE, RadioError::OP_NOT_ALLOWED_BEFORE_REG_TO_NW, in TEST_P()
169 {RadioError::NONE, RadioError::RADIO_NOT_AVAILABLE, in TEST_P()
192 {RadioError::NONE, RadioError::RADIO_NOT_AVAILABLE, RadioError::SIM_ABSENT})); in TEST_P()
221 dataProfileInfo.mvnoType = MvnoType::NONE; in TEST_P()
235 {RadioError::NONE, RadioError::RADIO_NOT_AVAILABLE, in TEST_P()
257 EXPECT_EQ(RadioError::NONE, radioRsp->rspInfo.error); in TEST_P()
[all …]
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp787 .Padding(PaddingMode::NONE), in CheckAesCtrTestVector()
793 .Padding(PaddingMode::NONE); in CheckAesCtrTestVector()
1102 .Digest(Digest::NONE) in TEST_P()
1103 .Padding(PaddingMode::NONE) in TEST_P()
1150 .Digest(Digest::NONE) in TEST_P()
1180 .Digest(Digest::NONE))); in TEST_P()
1191 GenerateKey(AuthorizationSetBuilder().EcdsaSigningKey(190).Digest(Digest::NONE))); in TEST_P()
1205 .Digest(Digest::NONE))) in TEST_P()
1213 GenerateKey(AuthorizationSetBuilder().EcdsaSigningKey(size).Digest(Digest::NONE))) in TEST_P()
1373 .Digest(Digest::NONE) in TEST_P()
[all …]
/hardware/qcom/sdm845/display/gralloc/
DQtiMapper.cpp72 return Error::NONE; in CreateDescriptor()
109 if (error != Error::NONE) { in importBuffer()
119 hidl_cb(Error::NONE, buffer_handle); in importBuffer()
179 if (err != Error::NONE) { in lock()
186 hidl_cb(Error::NONE, out_data); in lock()
195 if (err != Error::NONE) { in lockYCbCr()
211 hidl_cb(Error::NONE, layout); in lockYCbCr()
231 if (buf_mgr_->IsBufferImported(hnd) != Error::NONE) { in validateBufferSize()
252 err = Error::NONE; in getTransportSize()
276 err = Error::NONE; in getMapSecureBufferFlag()
[all …]
Dgr_buf_mgr.cpp83 return Error::NONE; in FreeBuffer()
94 return Error::NONE; in ValidateBufferSize()
128 return Error::NONE; in ImportHandleLocked()
150 return Error::NONE; in MapBuffer()
157 return Error::NONE; in IsBufferImported()
164 auto err = Error::NONE; in RetainBuffer()
190 return Error::NONE; in ReleaseBuffer()
195 auto err = Error::NONE; in LockBuffer()
218 if (err == Error::NONE && (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION) && in LockBuffer()
227 if (err == Error::NONE && CpuCanWrite(usage)) { in LockBuffer()
[all …]
/hardware/interfaces/radio/1.0/
DIRadioResponse.hal30 * RadioError:NONE
45 * RadioError:NONE
63 * RadioError:NONE
81 * RadioError:NONE
99 * RadioError:NONE
117 * RadioError:NONE
135 * RadioError:NONE
154 * RadioError:NONE
175 * RadioError:NONE
191 * RadioError:NONE
[all …]
/hardware/interfaces/graphics/composer/2.3/utils/vts/
DComposerVts.cpp41 ASSERT_EQ(Error::NONE, tmpError) << "failed to create client"; in createClient()
61 ASSERT_EQ(Error::NONE, tmpError) << "failed to get display identification data"; in getDisplayIdentificationData()
74 ASSERT_EQ(Error::NONE, tmpError) << "failed to get color modes"; in getColorModes_2_3()
82 ASSERT_TRUE(error == Error::NONE || error == Error::UNSUPPORTED) << "failed to set color mode"; in setColorMode_2_3()
88 ASSERT_EQ(Error::NONE, tmpError) << "failed to get render intents"; in getRenderIntents_2_3()
99 ASSERT_EQ(Error::NONE, tmpError) << "failed to get readback buffer attributes"; in getReadbackBufferAttributes_2_3()
108 return error == Error::NONE; in getClientTargetSupport_2_3()
115 ASSERT_EQ(Error::NONE, tmpError) << "failed to get perFrameMetadataKeys"; in getPerFrameMetadataKeys_2_3()
128 ASSERT_EQ(Error::NONE, tmpError) << "failed to get HDR capabilities"; in getHdrCapabilities_2_3()
183 Error error = Error::NONE; in getDisplayCapabilities()
/hardware/interfaces/radio/1.5/
DIRadioResponse.hal38 * RadioError:NONE
48 * RadioError:NONE
59 * RadioError:NONE
72 * RadioError:NONE
83 * RadioError:NONE
94 * RadioError:NONE
108 * RadioError:NONE must be returned on both success and failure of setup with the
127 * RadioError:NONE
140 * RadioError:NONE
159 * RadioError:NONE
[all …]
/hardware/interfaces/graphics/mapper/3.0/utils/vts/
DMapperVts.cpp64 EXPECT_EQ(Error::NONE, mMapper->freeBuffer(buffer)) << "failed to free buffer " << buffer; in ~Gralloc()
99 ASSERT_EQ(Error::NONE, tmpError) << "failed to allocate buffers"; in allocate()
144 ASSERT_EQ(Error::NONE, tmpError) << "failed to create descriptor"; in createDescriptor()
154 ASSERT_EQ(Error::NONE, tmpError) in importBuffer()
171 ASSERT_EQ(Error::NONE, error) << "failed to free buffer " << buffer; in freeBuffer()
199 ASSERT_EQ(Error::NONE, tmpError) << "failed to lock buffer " << buffer; in lock()
227 ASSERT_EQ(Error::NONE, tmpError) in lockYCbCr()
244 ASSERT_EQ(Error::NONE, tmpError) << "failed to unlock buffer " << buffer; in unlock()
267 return error == Error::NONE; in validateBufferSize()
278 ASSERT_EQ(Error::NONE, tmpError) << "failed to get transport size"; in getTransportSize()
[all …]
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DQualityOfServiceTests.cpp97 ASSERT_EQ(ErrorStatus::NONE, status); in runPrepareModelTest()
110 ASSERT_EQ(ErrorStatus::NONE, static_cast<ErrorStatus>(prepareLaunchStatus)); in runPrepareModelTest()
126 if (!fullySupportsModel && prepareReturnStatus != ErrorStatus::NONE) { in runPrepareModelTest()
133 EXPECT_EQ(ErrorStatus::NONE, prepareReturnStatus); in runPrepareModelTest()
140 EXPECT_TRUE(prepareReturnStatus == ErrorStatus::NONE || in runPrepareModelTest()
148 EXPECT_EQ(ErrorStatus::NONE, prepareReturnStatus); in runPrepareModelTest()
152 ASSERT_EQ(prepareReturnStatus == ErrorStatus::NONE, preparedModel.get() != nullptr); in runPrepareModelTest()
180 EXPECT_EQ(ErrorStatus::NONE, ret.withDefault(ErrorStatus::GENERAL_FAILURE)); in executeAsynchronously()
181 if (!ret.isOk() || ret != ErrorStatus::NONE) return std::nullopt; in executeAsynchronously()
237 ASSERT_TRUE(status == ErrorStatus::NONE || in runExecutionTest()
[all …]
/hardware/interfaces/radio/1.4/
DIRadioResponse.hal38 * RadioError:NONE
64 * RadioError:NONE
78 * RadioError:NONE
90 * RadioError:NONE
103 * RadioError:NONE
116 * RadioError:NONE
133 * RadioError:NONE
150 * RadioError:NONE
164 * RadioError:NONE must be returned on both success and failure of setup with the
182 * RadioError:NONE
[all …]
/hardware/interfaces/radio/1.2/
DIRadioResponse.hal32 * RadioError:NONE
50 * RadioError:NONE
58 * RadioError:NONE
69 * RadioError:NONE
80 * RadioError:NONE
96 * RadioError:NONE
108 * RadioError:NONE
121 * RadioError:NONE
/hardware/interfaces/graphics/mapper/2.0/utils/vts/
DMapperVts.cpp49 EXPECT_EQ(Error::NONE, mMapper->freeBuffer(buffer)) << "failed to free buffer " << buffer; in ~Gralloc()
84 ASSERT_EQ(Error::NONE, tmpError) << "failed to allocate buffers"; in allocate()
129 ASSERT_EQ(Error::NONE, tmpError) << "failed to create descriptor"; in createDescriptor()
139 ASSERT_EQ(Error::NONE, tmpError) in importBuffer()
156 ASSERT_EQ(Error::NONE, error) << "failed to free buffer " << buffer; in freeBuffer()
179 ASSERT_EQ(Error::NONE, tmpError) << "failed to lock buffer " << buffer; in lock()
205 ASSERT_EQ(Error::NONE, tmpError) in lockYCbCr()
222 ASSERT_EQ(Error::NONE, tmpError) << "failed to unlock buffer " << buffer; in unlock()
/hardware/interfaces/radio/config/1.1/vts/functional/
Dradio_config_hidl_hal_api.cpp34 {RadioError::NONE, RadioError::REQUEST_NOT_SUPPORTED})); in TEST_P()
70 {RadioError::NONE, RadioError::REQUEST_NOT_SUPPORTED})); in TEST_P()
88 {RadioError::NONE, RadioError::RADIO_NOT_AVAILABLE, RadioError::INTERNAL_ERR})); in TEST_P()
90 if (radioConfigRsp->rspInfo.error == RadioError ::NONE) { in TEST_P()
114 {RadioError::NONE, RadioError::RADIO_NOT_AVAILABLE, RadioError::INTERNAL_ERR})); in TEST_P()
116 if (radioConfigRsp->rspInfo.error != RadioError ::NONE) { in TEST_P()
138 {RadioError::NONE, RadioError::RADIO_NOT_AVAILABLE, RadioError::INTERNAL_ERR})); in TEST_P()
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGralloc0Hal.h81 Error error = Error::NONE; in allocateBuffers()
91 if (error != Error::NONE) { in allocateBuffers()
106 if (error != Error::NONE) { in allocateBuffers()
114 return Error::NONE; in allocateBuffers()
141 return Error::NONE; in allocateOneBuffer()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DBasicTests.cpp46 EXPECT_EQ(ErrorStatus::NONE, status); in TEST_P()
70 EXPECT_EQ(ErrorStatus::NONE, status); in TEST_P()
79 EXPECT_EQ(ErrorStatus::NONE, status); in TEST_P()
102 EXPECT_EQ(ErrorStatus::NONE, status); in TEST_P()
123 EXPECT_EQ(ErrorStatus::NONE, status); in TEST_P()
242 if (status == ErrorStatus::NONE) { in TEST_P()
260 EXPECT_NE(prepareLaunchReturn, ErrorStatus::NONE); in TEST_P()
261 EXPECT_NE(preparedModelCallback->getStatus(), ErrorStatus::NONE); in TEST_P()
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_hidl_hal_api.cpp47 {RadioError::NONE, RadioError::RADIO_NOT_AVAILABLE, in TEST_P()
51 if (RadioError::NONE == radioRsp_v1_3->rspInfo.error) { in TEST_P()
64 {RadioError::NONE, RadioError::RADIO_NOT_AVAILABLE, in TEST_P()
86 {RadioError::NONE, RadioError::RADIO_NOT_AVAILABLE, RadioError::MODEM_ERR})); in TEST_P()

12345678910>>...12