Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DValidateModel.cpp273 for (const Operation& operation : model.operations) { in mutateOperationOperandTypeSkip() local
274 if (operation.type == OperationType::LSH_PROJECTION && operand == operation.inputs[1]) { in mutateOperationOperandTypeSkip()
313 for (size_t operation = 0; operation < model.operations.size(); ++operation) { in mutateOperationTypeTest() local
316 std::to_string(operation) + " set to value " + in mutateOperationTypeTest()
318 validate(device, message, model, [operation, invalidOperationType](Model* model) { in mutateOperationTypeTest()
319 model->operations[operation].type = in mutateOperationTypeTest()
330 for (size_t operation = 0; operation < model.operations.size(); ++operation) { in mutateOperationInputOperandIndexTest() local
332 for (size_t input = 0; input < model.operations[operation].inputs.size(); ++input) { in mutateOperationInputOperandIndexTest()
334 std::to_string(operation) + " input " + in mutateOperationInputOperandIndexTest()
336 validate(device, message, model, [operation, input, invalidOperand](Model* model) { in mutateOperationInputOperandIndexTest()
[all …]
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DValidateModel.cpp289 for (const Operation& operation : model.operations) { in mutateOperationOperandTypeSkip() local
290 if (operation.type == OperationType::LSH_PROJECTION && operand == operation.inputs[1]) { in mutateOperationOperandTypeSkip()
329 for (size_t operation = 0; operation < model.operations.size(); ++operation) { in mutateOperationTypeTest() local
332 std::to_string(operation) + " set to value " + in mutateOperationTypeTest()
334 validate(device, message, model, [operation, invalidOperationType](Model* model) { in mutateOperationTypeTest()
335 model->operations[operation].type = in mutateOperationTypeTest()
346 for (size_t operation = 0; operation < model.operations.size(); ++operation) { in mutateOperationInputOperandIndexTest() local
348 for (size_t input = 0; input < model.operations[operation].inputs.size(); ++input) { in mutateOperationInputOperandIndexTest()
350 std::to_string(operation) + " input " + in mutateOperationInputOperandIndexTest()
352 validate(device, message, model, [operation, input, invalidOperand](Model* model) { in mutateOperationInputOperandIndexTest()
[all …]
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DValidateModel.cpp341 for (const Operation& operation : model.operations) { in mutateOperationOperandTypeSkip() local
356 switch (operation.type) { in mutateOperationOperandTypeSkip()
358 if (operand == operation.inputs[1]) { in mutateOperationOperandTypeSkip()
372 if (operand == operation.inputs[0] && in mutateOperationOperandTypeSkip()
378 if (operand == operation.inputs[0] && in mutateOperationOperandTypeSkip()
384 if (operand == operation.outputs[0] && in mutateOperationOperandTypeSkip()
393 if (operand == operation.inputs[1] && in mutateOperationOperandTypeSkip()
431 for (size_t operation = 0; operation < model.operations.size(); ++operation) { in mutateOperationTypeTest() local
434 std::to_string(operation) + " set to value " + in mutateOperationTypeTest()
436 validate(device, message, model, [operation, invalidOperationType](Model* model) { in mutateOperationTypeTest()
[all …]
/hardware/interfaces/confirmationui/1.0/default/
DConfirmationUI.cpp45 auto& operation = MyOperation::get(); in promptUserConfirmation() local
46 auto result = operation.init(resultCB, promptText, extraData, locale, uiOptions); in promptUserConfirmation()
49 operation.setPending(); in promptUserConfirmation()
56 auto& operation = MyOperation::get(); in deliverSecureInputEvent() local
57 return operation.deliverSecureInputEvent(secureInputToken); in deliverSecureInputEvent()
61 auto& operation = MyOperation::get(); in abort() local
62 operation.abort(); in abort()
63 operation.finalize(hmacKey); in abort()
/hardware/qcom/display/msm8998/libqdutils/
DqdMetaData.cpp74 data->operation &= ~paramType; in setMetaData()
79 data->operation |= paramType; in setMetaData()
132 data->operation &= ~paramType; in clearMetaData()
156 if (data->operation & PP_PARAM_INTERLACED) { in getMetaData()
162 if (data->operation & UPDATE_BUFFER_GEOMETRY) { in getMetaData()
168 if (data->operation & UPDATE_REFRESH_RATE) { in getMetaData()
174 if (data->operation & UPDATE_COLOR_SPACE) { in getMetaData()
180 if (data->operation & MAP_SECURE_BUFFER) { in getMetaData()
186 if (data->operation & S3D_FORMAT) { in getMetaData()
192 if (data->operation & LINEAR_FORMAT) { in getMetaData()
[all …]
/hardware/qcom/display/msm8996/libqdutils/
DqdMetaData.cpp74 data->operation &= ~paramType; in setMetaData()
79 data->operation |= paramType; in setMetaData()
129 if (data->operation & PP_PARAM_INTERLACED) { in getMetaData()
135 if (data->operation & UPDATE_BUFFER_GEOMETRY) { in getMetaData()
141 if (data->operation & UPDATE_REFRESH_RATE) { in getMetaData()
147 if (data->operation & UPDATE_COLOR_SPACE) { in getMetaData()
153 if (data->operation & MAP_SECURE_BUFFER) { in getMetaData()
159 if (data->operation & S3D_FORMAT) { in getMetaData()
165 if (data->operation & LINEAR_FORMAT) { in getMetaData()
171 if (data->operation & SET_IGC) { in getMetaData()
[all …]
/hardware/qcom/display/msm8909w_3100/libqdutils/
DqdMetaData.cpp83 data->operation &= ~paramType; in setMetaDataVa()
88 data->operation |= paramType; in setMetaDataVa()
146 data->operation &= ~paramType; in clearMetaDataVa()
177 if (data->operation & PP_PARAM_INTERLACED) { in getMetaDataVa()
183 if (data->operation & UPDATE_BUFFER_GEOMETRY) { in getMetaDataVa()
189 if (data->operation & UPDATE_REFRESH_RATE) { in getMetaDataVa()
195 if (data->operation & UPDATE_COLOR_SPACE) { in getMetaDataVa()
201 if (data->operation & MAP_SECURE_BUFFER) { in getMetaDataVa()
207 if (data->operation & S3D_FORMAT) { in getMetaDataVa()
213 if (data->operation & LINEAR_FORMAT) { in getMetaDataVa()
[all …]
/hardware/qcom/display/msm8909/libqdutils/
DqdMetaData.cpp83 data->operation &= ~paramType; in setMetaDataVa()
88 data->operation |= paramType; in setMetaDataVa()
144 data->operation &= ~paramType; in clearMetaDataVa()
175 if (data->operation & PP_PARAM_INTERLACED) { in getMetaDataVa()
181 if (data->operation & UPDATE_BUFFER_GEOMETRY) { in getMetaDataVa()
187 if (data->operation & UPDATE_REFRESH_RATE) { in getMetaDataVa()
193 if (data->operation & UPDATE_COLOR_SPACE) { in getMetaDataVa()
199 if (data->operation & MAP_SECURE_BUFFER) { in getMetaDataVa()
205 if (data->operation & S3D_FORMAT) { in getMetaDataVa()
211 if (data->operation & LINEAR_FORMAT) { in getMetaDataVa()
[all …]
/hardware/qcom/sdm845/display/libqdutils/
DqdMetaData.cpp89 data->operation &= ~paramType; in setMetaDataVa()
94 data->operation |= paramType; in setMetaDataVa()
168 data->operation &= ~paramType; in clearMetaDataVa()
201 if (data->operation & PP_PARAM_INTERLACED) { in getMetaDataVa()
207 if (data->operation & UPDATE_BUFFER_GEOMETRY) { in getMetaDataVa()
213 if (data->operation & UPDATE_REFRESH_RATE) { in getMetaDataVa()
219 if (data->operation & UPDATE_COLOR_SPACE) { in getMetaDataVa()
225 if (data->operation & MAP_SECURE_BUFFER) { in getMetaDataVa()
231 if (data->operation & S3D_FORMAT) { in getMetaDataVa()
237 if (data->operation & LINEAR_FORMAT) { in getMetaDataVa()
[all …]
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantStaNetwork.hal138 * @return status Status of the operation.
157 * @return status Status of the operation.
170 * @return status Status of the operation.
183 * @return status Status of the operation.
196 * @return status Status of the operation.
210 * @return status Status of the operation.
224 * @return status Status of the operation.
238 * @return status Status of the operation.
253 * @return status Status of the operation.
270 * @return status Status of the operation.
[all …]
DISupplicantP2pIface.hal78 * @return status Status of the operation.
90 * @return status Status of the operation.
104 * @return status Status of the operation.
122 * @return status Status of the operation.
136 * @return status Status of the operation.
152 * @return status Status of the operation.
164 * @return status Status of the operation.
176 * @return status Status of the operation.
201 * @return status Status of the operation.
220 * operation. This operation unauthorizes the specific peer device (if any
[all …]
DISupplicantStaIface.hal84 * @return status Status of the operation.
97 * @return status Status of the operation.
110 * @return status Status of the operation.
123 * @return status Status of the operation.
136 * @return status Status of the operation.
149 * @return status Status of the operation.
162 * @return status Status of the operation.
175 * @return status Status of the operation.
193 * @return status Status of the operation.
211 * @return status Status of the operation.
[all …]
DISupplicantIface.hal40 * @return status Status of the operation.
51 * @return status Status of the operation.
62 * @return status Status of the operation.
80 * @return status Status of the operation.
98 * @return status Status of the operation.
116 * @return status Status of the operation.
132 * @return status Status of the operation.
145 * @return status Status of the operation.
159 * @return status Status of the operation.
172 * @return status Status of the operation.
[all …]
/hardware/interfaces/audio/5.0/
DIPrimaryDevice.hal27 * @return retval operation completion status.
35 * @return retval operation completion status.
46 * @return retval operation completion status.
55 * @return retval operation completion status.
67 * @return retval operation completion status.
75 * @return retval operation completion status.
86 * @return retval operation completion status.
94 * @return retval operation completion status.
105 * @return retval operation completion status.
116 * @return retval operation completion status.
[all …]
DIDevice.hal37 * @return retval operation completion status.
48 * @return retval operation completion status.
57 * @return retval operation completion status.
64 * @return retval operation completion status.
74 * @return retval operation completion status.
85 * @return retval operation completion status.
95 * @return retval operation completion status.
112 * @return retval operation completion status.
137 * @return retval operation completion status.
164 * @return retval operation completion status.
[all …]
/hardware/interfaces/audio/4.0/
DIPrimaryDevice.hal27 * @return retval operation completion status.
35 * @return retval operation completion status.
46 * @return retval operation completion status.
55 * @return retval operation completion status.
67 * @return retval operation completion status.
75 * @return retval operation completion status.
86 * @return retval operation completion status.
94 * @return retval operation completion status.
105 * @return retval operation completion status.
116 * @return retval operation completion status.
[all …]
DIDevice.hal37 * @return retval operation completion status.
48 * @return retval operation completion status.
57 * @return retval operation completion status.
64 * @return retval operation completion status.
74 * @return retval operation completion status.
85 * @return retval operation completion status.
95 * @return retval operation completion status.
112 * @return retval operation completion status.
137 * @return retval operation completion status.
164 * @return retval operation completion status.
[all …]
/hardware/interfaces/audio/2.0/
DIPrimaryDevice.hal29 * @return retval operation completion status.
37 * @return retval operation completion status.
46 * @return retval operation completion status.
57 * @return retval operation completion status.
65 * @return retval operation completion status.
75 * @return retval operation completion status.
90 * @return retval operation completion status.
100 * @return retval operation completion status.
109 * @return retval operation completion status.
120 * @return retval operation completion status.
DIDevice.hal39 * @return retval operation completion status.
50 * @return retval operation completion status.
59 * @return retval operation completion status.
66 * @return retval operation completion status.
76 * @return retval operation completion status.
87 * @return retval operation completion status.
97 * @return retval operation completion status.
112 * @return retval operation completion status.
135 * @return retval operation completion status.
162 * @return retval operation completion status.
[all …]
/hardware/interfaces/camera/device/1.0/
DICameraDevicePreviewCallback.hal23 * Camera device HAL@1.0 preview stream operation interface.
30 * @return status The status code for this operation. If not OK, then
44 * @return status The status code for this operation.
54 * @return status The status code for this operation.
62 * @return status The status code for this operation.
72 * @return Status The status code for this operation.
81 * @return Status The status code for this operation.
89 * @return Status The status code for this operation.
100 * to hold for correct operation.
102 * @return Status The status code for this operation.
[all …]
/hardware/interfaces/wifi/supplicant/1.2/
DISupplicantStaNetwork.hal79 * @return status Status of the operation.
91 * @return status Status of the operation.
105 * @return status Status of the operation.
118 * @return status Status of the operation.
133 * @return status Status of the operation.
146 * @return status Status of the operation.
161 * @return status Status of the operation.
174 * @return status Status of the operation.
189 * @return status Status of the operation.
203 * @return status Status of the operation.
[all …]
/hardware/interfaces/wifi/1.0/
DIWifiNanIface.hal36 * @return status WifiStatus of the operation.
49 * @return status WifiStatus of the operation.
66 * @return status WifiStatus of the operation.
83 * @return status WifiStatus of the operation.
98 * @return status WifiStatus of the operation.
112 * @return status WifiStatus of the operation.
128 * @return status WifiStatus of the operation.
143 * @return status WifiStatus of the operation.
159 * @return status WifiStatus of the operation.
174 * @return status WifiStatus of the operation.
[all …]
DIWifiRttController.hal29 * @return status WifiStatus of the operation.
45 * @return status WifiStatus of the operation.
58 * @return status WifiStatus of the operation.
74 * @return status WifiStatus of the operation.
88 * @return status WifiStatus of the operation.
103 * @return status WifiStatus of the operation.
119 * @return status WifiStatus of the operation.
132 * @return status WifiStatus of the operation.
150 * @return status WifiStatus of the operation.
168 * @return status WifiStatus of the operation.
/hardware/interfaces/wifi/offload/1.0/
DIOffload.hal28 * @return OffloadStatus indicating status of operation provided by this API
29 * If OffloadStatusCode::OK is returned, the operation was successful
31 * If OffloadStatusCode::ERROR is returned, requested operation could not be completed
40 * @return OffloadStatus indicating status of operation provided by this API
42 * If OffloadStatusCode::OK is returned, the operation was successful
44 * If OffloadStatusCode::ERROR is returned, requested operation could not be completed
60 * @return OffloadStatus indicating status of operation provided by this API
61 * If OffloadStatusCode::OK is returned, the operation was successful
63 * If OffloadStatusCode::ERROR is returned, requested operation could not be completed
/hardware/interfaces/biometrics/fingerprint/2.1/
Dtypes.hal42 * operation and ask for the user to correct the situation. These will almost
46 * results in a situation where the current operation can't continue without
56 /** Bad data; operation can't continue */
58 /** The operation has timed out waiting for user input. */
62 /** The current operation has been canceled */
73 * Fingerprint acquisition info is meant as feedback for the current operation.
75 * take action on the current operation. For example, ACQUIRED_IMAGER_DIRTY may
77 * If this causes the current operation to fail, an additional ERROR_CANCELED
78 * must be sent to stop the operation in progress (e.g. enrollment).

12345678910>>...16