/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/media2/src/main/java/com/google/android/exoplayer2/ext/media2/ |
H A D | PlayerCommandQueue.java | 171 public ListenableFuture<PlayerResult> addCommand( in addCommand() 176 public ListenableFuture<PlayerResult> addCommand( in addCommand() 276 int commandCode = playerCommand.commandCode; in processPendingCommandOnHandler() local 353 private static String toLogFriendlyString(@AsyncCommandCode int commandCode) { in toLogFriendlyString() 367 private static boolean isAsyncCommand(@CommandCode int commandCode) { in isAsyncCommand() 394 @AsyncCommandCode public final int commandCode; field in PlayerCommandQueue.AsyncPlayerCommandResult 397 public AsyncPlayerCommandResult( in AsyncPlayerCommandResult() 424 public final int commandCode; field in PlayerCommandQueue.PlayerCommand 431 int commandCode, in PlayerCommand()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/media2/src/main/java/com/google/android/exoplayer2/ext/media2/ |
H A D | PlayerCommandQueue.java | 167 public ListenableFuture<PlayerResult> addCommand( in addCommand() 172 public ListenableFuture<PlayerResult> addCommand( in addCommand() 272 int commandCode = playerCommand.commandCode; in processPendingCommandOnHandler() local 349 private static String toLogFriendlyString(@AsyncCommandCode int commandCode) { in toLogFriendlyString() 363 private static boolean isAsyncCommand(@CommandCode int commandCode) { in isAsyncCommand() 390 @AsyncCommandCode public final int commandCode; field in PlayerCommandQueue.AsyncPlayerCommandResult 393 public AsyncPlayerCommandResult( in AsyncPlayerCommandResult() 420 public final int commandCode; field in PlayerCommandQueue.PlayerCommand 427 int commandCode, in PlayerCommand()
|
/aosp_15_r20/external/tpm2-tss/src/tss2-sys/ |
H A D | sysapi_util.c | 42 TSS2_RC CopyCommandHeader(_TSS2_SYS_CONTEXT_BLOB *ctx, TPM2_CC commandCode) in CopyCommandHeader() 67 TPM2_CC commandCode) in CommonPreparePrologue() 290 static int GetNumHandles(TPM2_CC commandCode, bool req) in GetNumHandles() 306 static int GetNumCommandHandles(TPM2_CC commandCode) in GetNumCommandHandles() 311 static int GetNumResponseHandles(TPM2_CC commandCode) in GetNumResponseHandles()
|
H A D | sysapi_util.h | 26 UINT32 commandCode; member 43 TPM2_CC commandCode; /* In host endian */ member 82 TPM2_CC commandCode; member
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/ |
H A D | CommandAudit.c | 107 TPM_CC commandCode // IN: command code in CommandAuditSet() 143 TPM_CC commandCode // IN: command code in CommandAuditClear() 190 TPM_CC commandCode, // IN: start command code in CommandAuditCapGetCCList() 247 TPM_CC commandCode; in CommandAuditGetDigest() local
|
H A D | PP.c | 81 TPM_CC commandCode // IN: command code in PhysicalPresenceCommandSet() 101 TPM_CC commandCode // IN: command code in PhysicalPresenceCommandClear() 140 TPM_CC commandCode, // IN: start command code in PhysicalPresenceCapGetCCList()
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
H A D | CommandCodeAttributes.c | 96 TPM_CC commandCode // IN: the command code to start at in GetClosestCommandIndex() 257 TPM_CC commandCode // IN: the command code to look up in CommandCodeToCommandIndex() 321 TPM_CC commandCode = GET_ATTRIBUTE(s_ccAttr[commandIndex], in GetCommandCode() local 503 TPM_CC commandCode, // IN: start command code in CommandCapGetCCList()
|
/aosp_15_r20/hardware/interfaces/audio/effect/all-versions/default/ |
H A D | Effect.cpp | 471 Return<void> Effect::getConfigImpl(int commandCode, const char* commandName, in getConfigImpl() 612 Result Effect::sendCommand(int commandCode, const char* commandName) { in sendCommand() 616 Result Effect::sendCommand(int commandCode, const char* commandName, uint32_t size, void* data) { in sendCommand() 622 Result Effect::sendCommandReturningData(int commandCode, const char* commandName, in sendCommandReturningData() 627 Result Effect::sendCommandReturningData(int commandCode, const char* commandName, uint32_t size, in sendCommandReturningData() 638 Result Effect::sendCommandReturningStatus(int commandCode, const char* commandName) { in sendCommandReturningStatus() 642 Result Effect::sendCommandReturningStatus(int commandCode, const char* commandName, uint32_t size, in sendCommandReturningStatus() 650 Result Effect::sendCommandReturningStatusAndData(int commandCode, const char* commandName, in sendCommandReturningStatusAndData() 669 Result Effect::setConfigImpl(int commandCode, const char* commandName, const EffectConfig& config, in setConfigImpl()
|
/aosp_15_r20/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/ |
D | UceStatsWriter.java | 103 void onUceEvent(int subId, int type, boolean successful, int commandCode, in onUceEvent() 214 @RcsCapabilityExchangeImplBase.CommandCode int commandCode, int networkResponse) { in setUceEvent()
|
/aosp_15_r20/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/ |
D | UceStatsWriterTest.java | 63 int commandCode; field in UceStatsWriterTest.Callback 97 public void onUceEvent(int subId, int type, boolean successful, int commandCode, in onUceEvent()
|
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | RcsStatsTest.java | 1067 int commandCode = TelephonyStatsLog.UCE_EVENT_STATS__COMMAND_CODE__SERVICE_UNAVAILABLE; in onImsRegistrationServiceDescStats_withAtoms() local 1149 int commandCode = TelephonyStatsLog.UCE_EVENT_STATS__COMMAND_CODE__SERVICE_UNAVAILABLE; in onImsRegistrationServiceDescStats_withAtomsInvalidSubId() local 1186 int commandCode = TelephonyStatsLog.UCE_EVENT_STATS__COMMAND_CODE__REQUEST_TIMEOUT; in onUceEventStats_withAtoms() local
|
/aosp_15_r20/cts/tests/app/AppExitTest/src/android/app/cts/ |
H A D | ActivityManagerAppExitInfoTest.java | 414 private void startService(int commandCode, String serviceName, boolean waitForGone, in startService() 419 private void startService(int commandCode, String serviceName, boolean waitForGone, in startService() 443 private void startIsolatedService(int commandCode, String serviceName) { in startIsolatedService()
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/EA/ |
H A D | PolicyAuthValue.c | 52 TPM_CC commandCode = TPM_CC_PolicyAuthValue; in TPM2_PolicyAuthValue() local
|
H A D | PolicyNvWritten.c | 51 TPM_CC commandCode = TPM_CC_PolicyNvWritten; in TPM2_PolicyNvWritten() local
|
H A D | PolicyPhysicalPresence.c | 50 TPM_CC commandCode = TPM_CC_PolicyPhysicalPresence; in TPM2_PolicyPhysicalPresence() local
|
H A D | PolicyTemplate.c | 55 TPM_CC commandCode = TPM_CC_PolicyTemplate; in TPM2_PolicyTemplate() local
|
H A D | PolicyNameHash.c | 53 TPM_CC commandCode = TPM_CC_PolicyNameHash; in TPM2_PolicyNameHash() local
|
H A D | PolicyCpHash.c | 55 TPM_CC commandCode = TPM_CC_PolicyCpHash; in TPM2_PolicyCpHash() local
|
H A D | PolicyPassword.c | 52 TPM_CC commandCode = TPM_CC_PolicyAuthValue; in TPM2_PolicyPassword() local
|
H A D | PolicyDuplicationSelect.c | 54 TPM_CC commandCode = TPM_CC_PolicyDuplicationSelect; in TPM2_PolicyDuplicationSelect() local
|
H A D | PolicyCommandCode.c | 53 TPM_CC commandCode = TPM_CC_PolicyCommandCode; in TPM2_PolicyCommandCode() local
|
H A D | PolicyOR.c | 70 TPM_CC commandCode = TPM_CC_PolicyOR; in TPM2_PolicyOR() local
|
H A D | PolicyTicket.c | 61 TPM_CC commandCode = TPM_CC_PolicySecret; in TPM2_PolicyTicket() local
|
/aosp_15_r20/external/tpm2-tss/src/tss2-sys/api/ |
H A D | Tss2_Sys_GetCommandCode.c | 19 UINT8 *commandCode) in Tss2_Sys_GetCommandCode()
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/AttachedComponent/ |
H A D | Policy_AC_SendSelect.c | 53 TPM_CC commandCode = TPM_CC_Policy_AC_SendSelect; in TPM2_Policy_AC_SendSelect() local
|