Home
last modified time | relevance | path

Searched refs:mShared (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libmedia/include/media/
DSingleStateQueue.h58 : mSequence(0), mShared(shared) in Mutator()
68 Shared *shared = mShared; in push()
90 const int32_t ack = android_atomic_acquire_load(&mShared->mAck); in ack()
99 return mShared->mAck - sequence >= 0; in ack()
104 Shared * const mShared; variable
110 : mSequence(0), mSeed(1), mShared(shared) in Observer()
119 Shared *shared = mShared; in poll()
153 const int32_t ack = mShared->mAck + 1; in done()
155 android_atomic_release_store(ack, &mShared->mAck); // mSequence is odd after "done" in done()
161 Shared * const mShared; variable
/frameworks/av/include/media/
DSingleStateQueue.h58 : mSequence(0), mShared(shared) in Mutator()
68 Shared *shared = mShared; in push()
90 const int32_t ack = android_atomic_acquire_load(&mShared->mAck); in ack()
99 return mShared->mAck - sequence >= 0; in ack()
104 Shared * const mShared; variable
110 : mSequence(0), mSeed(1), mShared(shared) in Observer()
119 Shared *shared = mShared; in poll()
153 const int32_t ack = mShared->mAck + 1; in done()
155 android_atomic_release_store(ack, &mShared->mAck); // mSequence is odd after "done" in done()
161 Shared * const mShared; variable
/frameworks/native/libs/gui/include/gui/
DBufferSlot.h40 mShared(false) { in BufferState()
46 bool mShared; member
104 return mShared; in isShared()
/frameworks/av/media/libnblog/
DNBLog.cpp274 mShared((Shared *) (mOwn ? new char[sharedSize(size)] : shared))
276 new (mShared) Shared;
281 mShared->~Shared();
283 delete[] (char *) mShared;
298 : mShared(NULL), mFifo(NULL), mFifoWriter(NULL), mEnabled(false), mPidTag(NULL), mPidTagSize(0) in Writer()
303 : mShared((Shared *) shared), in Writer()
304 mFifo(mShared != NULL ? in Writer()
306 mShared->mBuffer, mShared->mRear, NULL /*throttlesFront*/) : NULL), in Writer()
588 mEnabled = enabled && mShared != NULL; in setEnabled()
700 mShared((/*const*/ Shared *) shared), /*mIMemory*/ in Reader()
[all …]
/frameworks/av/media/libnblog/include/media/nblog/
DNBLog.h314 Shared* const mShared; // pointer to shared memory
365 Shared* const mShared; // raw pointer to shared memory variable
472 /*const*/ Shared* const mShared; // raw pointer to shared memory, actually const but not variable
527 Shared * const mShared; // raw pointer to shared memory variable
/frameworks/av/include/media/nblog/
DNBLog.h314 Shared* const mShared; // pointer to shared memory
365 Shared* const mShared; // raw pointer to shared memory variable
472 /*const*/ Shared* const mShared; // raw pointer to shared memory, actually const but not variable
527 Shared * const mShared; // raw pointer to shared memory variable
/frameworks/native/libs/gui/
DBufferQueueConsumer.cpp161 mSlots[front->mSlot].mBufferState.mShared = false; in acquireBuffer()
452 mSlots[slot].mBufferState.mShared = false; in releaseBuffer()
DBufferQueueProducer.cpp496 mSlots[found].mBufferState.mShared = true; in dequeueBuffer()
825 mSlots[slot].mBufferState.mShared = true; in queueBuffer()
915 mSlots[last.mSlot].mBufferState.mShared = false; in queueBuffer()
1053 mSlots[slot].mBufferState.mShared = false; in cancelBuffer()