Searched refs:currentBuffer (Results 1 – 5 of 5) sorted by relevance
34 currentBuffer = &firstBuffer; in List()58 if ((void*)current >= (void*)¤tBuffer->next) { in push_back()60 currentBuffer->next = newBuffer; in push_back()61 currentBuffer = newBuffer; in push_back()62 current = ¤tBuffer->data.typed; in push_back()107 iterator end() const { return iterator(this, currentBuffer, current); } in end()120 LinkedBuffer* currentBuffer; variable
48 MediaBuffer *currentBuffer = NULL; in stop() local56 currentBuffer = mCurrentMediaBuffer; in stop()63 if (currentBuffer != NULL) { in stop()64 currentBuffer->release(); in stop()65 currentBuffer = NULL; in stop()
237 String currentBuffer = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY_BUFFER); in writeLogpersistOption() local238 if ((currentBuffer != null) && !currentBuffer.equals(newValue.toString())) { in writeLogpersistOption()
539 ByteBuffer currentBuffer; in maybeCopyOneTileYUV() local540 while ((currentBuffer = getCurrentBuffer()) != null && !mCodecInputBuffers.isEmpty()) { in maybeCopyOneTileYUV()544 boolean inputEOS = (mInputIndex % mNumTiles == 0) && (currentBuffer.remaining() == 0); in maybeCopyOneTileYUV()551 copyOneTileYUV(currentBuffer, image, mWidth, mHeight, mSrcRect, mDstRect); in maybeCopyOneTileYUV()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...