Searched defs:mAllocated (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/include/media/nbaio/
H A DSourceAudioBufferProvider.h45 void* mAllocated; // pointer to base of allocated memory member in class:android::SourceAudioBufferProvider
46 size_t mSize; // size of mAllocated in frames
47 size_t mOffset; // frame offset within mAllocated of valid data
48 size_t mRemaining; // frame count within mAllocated of valid data
/frameworks/av/media/libnbaio/include/media/nbaio/
H A DSourceAudioBufferProvider.h45 void* mAllocated; // pointer to base of allocated memory member in class:android::SourceAudioBufferProvider
46 size_t mSize; // size of mAllocated in frames
47 size_t mOffset; // frame offset within mAllocated of valid data
48 size_t mRemaining; // frame count within mAllocated of valid data
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DBufferPool.java29 private int mAllocated; field in class:BufferPool
46 if (mAllocated < mBuffers.length) {
47 mAllocated += 1;
/frameworks/base/libs/hwui/
H A DRenderBuffer.h36 : mFormat(format), mWidth(width), mHeight(height), mAllocated(false) {
65 bool isAllocated() const { return mAllocated; }
72 if (!mAllocated) {
74 mAllocated = true;
173 bool mAllocated; member in struct:android::uirenderer::RenderBuffer
/frameworks/base/media/jni/soundpool/
H A DSoundPool.h224 int mAllocated; member in class:android::SoundPool

Completed in 169 milliseconds