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/
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) {
73 return mAllocated;
81 if (!mAllocated) {
83 mAllocated = true;
186 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 122 milliseconds