Searched refs:operationCode (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/ |
D | EuiccCardErrorException.java | 81 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/ |
D | AAudioCommandQueue.cpp | 42 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()
|
D | AAudioCommandQueue.h | 42 : operationCode(opCode), parameter(std::move(param)), isWaitingForReply(waitForReply), in operationCode() function 49 const aaudio_command_opcode operationCode; variable
|
D | AAudioServiceStreamBase.cpp | 479 __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/ |
D | EuiccController.java | 595 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()
|