Searched refs:clientIndex (Results 1 – 4 of 4) sorted by relevance
38 volatile uint32_t clientIndex; // Current read/write index for application member43 : lock(Mutex::SHARED), clientIndex(0), serverIndex(0) {} in effect_param_cblk_t()
311 if (mCblk->clientIndex + size > EFFECT_PARAM_BUFFER_SIZE) { in setParameterDeferred()314 int *p = (int *)(mCblk->buffer + mCblk->clientIndex); in setParameterDeferred()317 mCblk->clientIndex += size; in setParameterDeferred()329 if (mCblk->clientIndex == 0) { in setParameterCommit()
1823 const uint32_t clientIndex = mCblk->clientIndex; in command() local1825 if (clientIndex > EFFECT_PARAM_BUFFER_SIZE || in command()1828 mCblk->clientIndex = 0; in command()1833 for (uint32_t index = serverIndex; index < clientIndex;) { in command()1838 || ((uint8_t *)p + size) > mBuffer + clientIndex) { in command()1863 || clientIndex > mCblk->clientIndex) { in command()1882 mCblk->clientIndex = 0; in command()1937 mCblk ? mCblk->clientIndex : 0, in dumpToBuffer()
2912 int clientIndex = mLruProcesses.lastIndexOf(client); in updateLruProcessLocked() local2913 if (DEBUG_LRU && clientIndex < 0) Slog.d(TAG_LRU, "Unknown client " + client in updateLruProcessLocked()2915 if (clientIndex <= lrui) { in updateLruProcessLocked()2918 clientIndex = lrui; in updateLruProcessLocked()2920 if (clientIndex >= 0 && index > clientIndex) { in updateLruProcessLocked()2921 index = clientIndex; in updateLruProcessLocked()