Home
last modified time | relevance | path

Searched refs:operationCode (Results 1 – 5 of 5) 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/av/services/oboeservice/
DAAudioCommandQueue.cpp42 command->operationCode, command->isWaitingForReply, command->timeoutNanoseconds); in sendCommand()
50 ALOGD("Command %d time out", command->operationCode); in sendCommand()
55 ALOGV("Command %d sent with result as %d", command->operationCode, command->result); in sendCommand()
DAAudioCommandQueue.h42 : operationCode(opCode), parameter(std::move(param)), isWaitingForReply(waitForReply), in operationCode() function
49 const aaudio_command_opcode operationCode; variable
DAAudioServiceStreamBase.cpp479 __func__, command->operationCode, loopCount); in run()
481 switch (command->operationCode) { in run()
547 ALOGE("Invalid command op code: %d", command->operationCode); in run()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccController.java595 int operationCode = resultCode >>> firstByteBitOffset; in addExtrasToResultIntent() local
600 intent.putExtra(EuiccManager.EXTRA_EMBEDDED_SUBSCRIPTION_OPERATION_CODE, operationCode); in addExtrasToResultIntent()
604 (operationCode == EuiccManager.OPERATION_SMDX_SUBJECT_REASON_CODE); in addExtrasToResultIntent()