Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHidlComposerHal.cpp894 uint32_t commandLength = 0; in execute() local
896 if (!mWriter.writeQueue(&queueChanged, &commandLength, &commandHandles)) { in execute()
911 if (commandLength == 0) { in execute()
947 ret = mClient_2_2->executeCommands_2_2(commandLength, commandHandles, hidl_callback); in execute()
949 ret = mClient->executeCommands(commandLength, commandHandles, hidl_callback); in execute()