HomeSort by relevance Sort by last modified time
    Searched defs:mAllocated (Results 1 - 7 of 7) sorted by null

  /frameworks/av/media/libnbaio/include/media/nbaio/
SourceAudioBufferProvider.h 45 void* mAllocated; // pointer to base of allocated memory
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
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/
AllocatingImageStream.java 41 private AtomicBoolean mAllocated;
62 mAllocated = new AtomicBoolean(false);
67 if (!mAllocated.getAndSet(true)) {
  /frameworks/base/libs/hwui/
RenderBuffer.h 36 : mFormat(format), mWidth(width), mHeight(height), mAllocated(false) {
65 bool isAllocated() const { return mAllocated; }
72 if (!mAllocated) {
74 mAllocated = true;
173 bool mAllocated;
  /frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
BufferPool.java 29 private int mAllocated;
46 if (mAllocated < mBuffers.length) {
47 mAllocated += 1;
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
RequestBuilder.java 57 private final AtomicBoolean mAllocated;
65 mAllocated = new AtomicBoolean(false);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
BinPacker.java 72 mAllocated = new ArrayList<Rect>();
278 mAllocated.add(r);
287 private List<Rect> mAllocated;
314 for (Rect rect : mAllocated) {
  /frameworks/base/media/jni/soundpool/
SoundPool.h 224 int mAllocated;

Completed in 554 milliseconds