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

  /frameworks/native/include/binder/
BufferedTextOutput.h 48 struct BufferState;
54 BufferState*getBuffer() const;
61 BufferState* mGlobalState;
  /frameworks/native/libs/gui/
BufferSlot.cpp 21 const char* BufferSlot::bufferStateName(BufferState state) {
BufferQueueCore.cpp 174 BufferSlot::BufferState state = mSlots[s].mBufferState;
  /frameworks/native/include/gui/
BufferSlot.h 52 // BufferState represents the different states in which a buffer slot
54 enum BufferState {
93 static const char* bufferStateName(BufferState state);
96 BufferState mBufferState;
  /frameworks/native/libs/binder/
BufferedTextOutput.cpp 35 struct BufferedTextOutput::BufferState : public RefBase
37 BufferState(int32_t _seq)
46 ~BufferState() {
87 Vector<sp<BufferedTextOutput::BufferState> > states;
148 mGlobalState = new BufferState(mSeq);
163 BufferState* b = getBuffer();
229 BufferState* b = getBuffer();
237 BufferState* b = getBuffer();
244 BufferState* b = getBuffer();
264 BufferedTextOutput::BufferState* BufferedTextOutput::getBuffer() cons
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Buffers.c 86 pBuffer->BufferState = LVM_FIRSTCALL;
117 if (pBuffer->BufferState == LVM_FIRSTCALL)
119 pBuffer->BufferState = LVM_FIRSTLASTCALL;
123 pBuffer->BufferState = LVM_LASTCALL;
132 if (((pBuffer->BufferState == LVM_FIRSTCALL) ||
133 (pBuffer->BufferState == LVM_FIRSTLASTCALL)) &&
171 if ((pBuffer->BufferState == LVM_FIRSTLASTCALL) ||
172 (pBuffer->BufferState == LVM_LASTCALL))
303 pBuffer->BufferState = LVM_FIRSTCALL;
399 pBuffer->BufferState = LVM_LASTCALL; /* Indicate this is the last bock to process *
    [all...]
LVM_Private.h 145 LVM_INT16 BufferState; /* Buffer status */
LVM_Init.c 551 pInstance->pBufferManagement->BufferState = LVM_FIRSTCALL; /* Set the state ready for the first call */
    [all...]
  /external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
BufferPerformanceBench.java 239 public static abstract class BufferSetup extends BufferState {
257 public static class BufferState {
  /bionic/libc/kernel/uapi/drm/
i810_drm.h 152 unsigned int BufferState[I810_DEST_SETUP_SIZE];
  /external/kernel-headers/original/uapi/drm/
i810_drm.h 151 unsigned int BufferState[I810_DEST_SETUP_SIZE];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
i810_drm.h 151 unsigned int BufferState[I810_DEST_SETUP_SIZE];
i830_drm.h 186 unsigned int BufferState[I830_DEST_SETUP_SIZE];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
i810_drm.h 151 unsigned int BufferState[I810_DEST_SETUP_SIZE];
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp     [all...]

Completed in 795 milliseconds