Home
last modified time | relevance | path

Searched defs:commandSize (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/graphics/composer/2.4/utils/command-buffer/include/composer-command-buffer/2.4/
H A DComposerCommandBuffer.h59 const size_t commandSize = 3 + sizeToElements(key.size()) + sizeToElements(value.size()); in setLayerGenericMetadata() local
/aosp12/frameworks/wilhelm/src/itf/
H A DIAndroidEffect.cpp86 SLInterfaceID effectImplementationId, SLuint32 command, SLuint32 commandSize, in IAndroidEffect_SendCommand()
/aosp12/packages/apps/SecureElement/src/com/android/se/
H A DTerminal.java408 int commandSize = (aid == null ? 0 : aid.length) + 5; in select() local
/aosp12/frameworks/wilhelm/src/android/
H A Dandroid_Effect.cpp894 SLuint32 command, SLuint32 commandSize, void* pCommandData, in android_genericFx_sendCommand()