Searched refs:cmdCount (Results 1 – 5 of 5) sorted by relevance
62 uint16_t cmdCount; member241 g_commandParseBuffer.cmdCount = 0; in PatchTransactionTime()854 uint16_t cmdCount = g_commandLoop[index].cmdCount; in GetCommandParcelList() local855 if (cmdCount > 0) { in GetCommandParcelList()856 …uint16_t copyBytes = sizeof(PacketParsedCommandList) - (COMMAND_PARSE_LIST_SIZE - cmdCount) * size… in GetCommandParcelList()859 g_commandLoop[index].cmdCount = 0; in GetCommandParcelList()876 uint16_t cmdCount = g_commandParseBuffer.cmdCount; in PatchCommand() local877 if (cmdCount < COMMAND_PARSE_LIST_COUNT) { in PatchCommand()879 g_commandParseBuffer.cmdCode[cmdCount] = in PatchCommand()882 g_commandParseBuffer.cmdCount++; in PatchCommand()
272 int32_t cmdCount = ++cmdId_; in StartInput() local299 auto task = [this, cmdCount]() { in StartInput()300 std::thread([this, cmdCount]() { ShowKeyboardImplWithLock(cmdCount); }).detach(); in StartInput()304 ShowKeyboardImplWithoutLock(cmdCount); in StartInput()343 int32_t cmdCount = ++cmdId_; in StopInput() local345 HideKeyboardImplWithoutLock(cmdCount); in StopInput()463 int32_t cmdCount = ++cmdId_; in HideKeyboard() local464 return HideKeyboardImplWithoutLock(cmdCount); in HideKeyboard()479 int32_t cmdCount = ++cmdId_; in ShowKeyboard() local480 return ShowKeyboardImplWithoutLock(cmdCount); in ShowKeyboard()
66 |MarshRSTransactionData cmdCount:36 transactionFlag:[7291,51] | App将组件树信息序列化后发给RS |
1093 int cmdCount = 0; in HilogEntry() local1125 cmdCount++; in HilogEntry()1130 if (cmdCount > 1) { in HilogEntry()
802 const uint32_t cmdCount = static_cast<uint32_t>(rcRef.size()); in RenderGetCommandBufferInheritanceInfo() local805 PLUGIN_ASSERT(mrpCmdData.rpBeginCmdIndex < cmdCount); in RenderGetCommandBufferInheritanceInfo()806 PLUGIN_ASSERT(mrpCmdData.rpEndCmdIndex < cmdCount); in RenderGetCommandBufferInheritanceInfo()807 if (mrpCmdData.rpBeginCmdIndex < cmdCount) { in RenderGetCommandBufferInheritanceInfo()