Searched refs:mCurrentSlot (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/
H A DSurfaceMediaSource.cpp41 mCurrentSlot(BufferQueue::INVALID_BUFFER_SLOT),
288 // TODO: mCurrentSlot can be made a bufferstate since there
340 mCurrentSlot = item.mBuf;
344 mBufferSlot[mCurrentSlot] = item.mGraphicBuffer;
347 mCurrentBuffers.push_back(mBufferSlot[mCurrentSlot]);
354 passMetadataBuffer(buffer, mBufferSlot[mCurrentSlot]->handle);
/frameworks/av/include/media/stagefright/
H A DSurfaceMediaSource.h157 // mCurrentSlot is the buffer slot index of the buffer that is currently
166 int mCurrentSlot; member in class:android::SurfaceMediaSource
/frameworks/base/services/input/
H A DInputReader.cpp1539 mCurrentSlot(-1), mSlots(NULL), mSlotCount(0), mUsingSlotsProtocol(false),
1589 mCurrentSlot = initialSlot;
1597 mCurrentSlot = rawEvent->value;
1600 } else if (mCurrentSlot < 0) {
1601 mCurrentSlot = 0;
1604 if (mCurrentSlot < 0 || size_t(mCurrentSlot) >= mSlotCount) {
1609 mCurrentSlot, mSlotCount - 1);
1613 Slot* slot = &mSlots[mCurrentSlot];
1673 mCurrentSlot
[all...]
H A DInputReader.h886 int32_t mCurrentSlot; member in class:android::MultiTouchMotionAccumulator

Completed in 282 milliseconds