Home
last modified time | relevance | path

Searched refs:operationCode (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccCardErrorException.java81 public EuiccCardErrorException(@OperationCode int operationCode, int errorCode) { in EuiccCardErrorException() argument
82 mOperationCode = operationCode; in EuiccCardErrorException()
95 public EuiccCardErrorException(@OperationCode int operationCode, int errorCode, in EuiccCardErrorException() argument
97 mOperationCode = operationCode; in EuiccCardErrorException()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp1029 void argMinMaxTest(ANeuralNetworksOperationType operationCode, int32_t inputOperandType) { in argMinMaxTest() argument
1044 OperationTestBase test(operationCode, {input0, axis}, {output}); in argMinMaxTest()
1291 void simpleMathOpTest(ANeuralNetworksOperationType operationCode, int32_t operandCode) { in simpleMathOpTest() argument
1304 operationCode, {input1, input2, activation}, {output}, in simpleMathOpTest()
1400 void binaryOpTest(ANeuralNetworksOperationType operationCode, int32_t operandCode) { in binaryOpTest() argument
1407 OperationTestBase test(operationCode, {input1, input2}, {output}); in binaryOpTest()
1451 void activationOpTest(ANeuralNetworksOperationType operationCode, int32_t operandCode) { in activationOpTest() argument
1457 if (operationCode == ANEURALNETWORKS_FLOOR || operationCode == ANEURALNETWORKS_LOGISTIC || in activationOpTest()
1458 operationCode == ANEURALNETWORKS_RELU || operationCode == ANEURALNETWORKS_RELU1 || in activationOpTest()
1459 operationCode == ANEURALNETWORKS_RELU6 || operationCode == ANEURALNETWORKS_TANH) { in activationOpTest()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccController.java498 int operationCode = resultCode >>> firstByteBitOffset; in addExtrasToResultIntent() local
503 intent.putExtra(EuiccManager.EXTRA_EMBEDDED_SUBSCRIPTION_OPERATION_CODE, operationCode); in addExtrasToResultIntent()
507 (operationCode == EuiccManager.OPERATION_SMDX_SUBJECT_REASON_CODE); in addExtrasToResultIntent()