Searched refs:iPendingOutputDataQueue (Results 1 – 2 of 2) sorted by relevance
217 …if (writeToDataStream(iOutputFramesQueue[0], iPendingOutputDataQueue) == 0xffffffff) return PROCES… in flushData()275 for (uint32 i = 0; i < iPendingOutputDataQueue.size(); i++) in releaseMemFrag()278 OsclRefCounterMemFrag* frag = iPendingOutputDataQueue[i]; in releaseMemFrag()282 iPendingOutputDataQueue.erase(&iPendingOutputDataQueue[i]); in releaseMemFrag()
1081 PENDING_OUTPUT_DATA_QUEUE iPendingOutputDataQueue; variable