HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentSlot (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/include/media/stagefright/
SurfaceMediaSource.h 169 // mCurrentSlot is the buffer slot index of the buffer that is currently
178 int mCurrentSlot;
  /frameworks/av/media/libstagefright/
SurfaceMediaSource.cpp 44 mCurrentSlot(BufferQueue::INVALID_BUFFER_SLOT),
281 // TODO: mCurrentSlot can be made a bufferstate since there
339 mCurrentSlot = item.mSlot;
347 mCurrentBuffers.push_back(mSlots[mCurrentSlot].mGraphicBuffer);
354 passMetadataBuffer_l(buffer, mSlots[mCurrentSlot].mGraphicBuffer->getNativeBuffer());
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]
InputReader.h     [all...]

Completed in 273 milliseconds