Searched refs:mPendingReadBufferTypes (Results 1 – 2 of 2) sorted by relevance
169 uint32_t mPendingReadBufferTypes; member
80 mPendingReadBufferTypes(0) { in GenericSource()1313 if ((mPendingReadBufferTypes & (1 << trackType)) == 0) { in postReadBuffer()1314 mPendingReadBufferTypes |= (1 << trackType); in postReadBuffer()1325 mPendingReadBufferTypes &= ~(1 << trackType); in onReadBuffer()