Home
last modified time | relevance | path

Searched refs:commandLength (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/jetifier/jetifier/source-transformer/
DrewritePackageNames.py114 commandLength = len(rewriteCommand)
/frameworks/native/services/surfaceflinger/DisplayHardware/
DComposerHal.cpp795 uint32_t commandLength = 0; in execute() local
797 if (!mWriter.writeQueue(&queueChanged, &commandLength, &commandHandles)) { in execute()
812 if (commandLength == 0) { in execute()
852 ret = mClient_2_2->executeCommands_2_2(commandLength, commandHandles, hidl_callback); in execute()
854 ret = mClient->executeCommands(commandLength, commandHandles, hidl_callback); in execute()