HomeSort by relevance Sort by last modified time
    Searched refs:commandSize (Results 1 - 8 of 8) sorted by null

  /external/libese/libapdu/
apdu.cpp 36 const size_t commandSize = headerSize + lcSize + lc + leSize;
37 mCommand.resize(commandSize, 0);
  /external/tpm2/
ExecCommand.c 51 UINT32 commandSize;
136 // Parse command header: tag, commandSize and commandCode.
142 // Unmarshal the commandSize indicator.
143 result = UINT32_Unmarshal(&commandSize, &buffer, &size);
147 // received on that port is requestSize it must be identical to commandSize.
148 // In addition, commandSize must not be larger than MAX_COMMAND_SIZE allowed
152 // it reaches MAX_COMMAND_SIZE, and requestSize would not equal commandSize.
153 if(commandSize != requestSize || commandSize > MAX_COMMAND_SIZE)
  /frameworks/wilhelm/src/itf/
IAndroidEffect.cpp 86 SLInterfaceID effectImplementationId, SLuint32 command, SLuint32 commandSize,
92 result = android_genericFx_sendCommand(thiz, effectImplementationId, command, commandSize,
  /frameworks/wilhelm/src/android/
android_Effect.h 106 SLuint32 command, SLuint32 commandSize, void* pCommandData,
android_Effect.cpp 878 SLuint32 command, SLuint32 commandSize, void* pCommandData,
889 (uint32_t) commandSize,
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES_Android.h 111 SLuint32 commandSize,
  /packages/apps/SecureElement/src/com/android/se/
Terminal.java 291 int commandSize = (aid == null ? 0 : aid.length) + 5;
292 byte[] selectCommand = new byte[commandSize];
  /external/oj-libjdwp/src/share/back/
eventHelper.c 133 commandSize(HelperCommand *command)
162 jint size = commandSize(command);
241 size = commandSize(command);
    [all...]

Completed in 238 milliseconds