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

  /frameworks/av/media/libstagefright/include/
SecureBuffer.h 48 const void *mPointer;
  /system/chre/util/include/chre/util/
array_queue.h 147 : mPointer(pointer), mBase(base), mTail(tail) {}
150 return (mPointer == right.mPointer);
154 return (mPointer != right.mPointer);
158 return *mPointer;
162 return mPointer;
166 if (mPointer == (mBase + mTail)) {
168 mPointer = mBase + kCapacity;
169 } else if (mPointer == (mBase + kCapacity - 1))
    [all...]
  /system/libhidl/base/include/hidl/
HidlInternal.h 47 hidl_pointer(T* ptr) : hidl_pointer() { mPointer = ptr; }
48 hidl_pointer(const hidl_pointer<T>& other) : hidl_pointer() { mPointer = other.mPointer; }
52 mPointer = other.mPointer;
56 mPointer = other.mPointer;
57 other.mPointer = nullptr;
61 mPointer = ptr;
66 return mPointer;
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Context.h 371 VertexAttribute() : mType(GL_FLOAT), mSize(0), mNormalized(false), mStride(0), mPointer(nullptr), mArrayEnabled(false)
406 const void *mPointer;
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 151 VertexAttribute() : mType(GL_FLOAT), mSize(4), mNormalized(false), mStride(0), mPointer(nullptr), mArrayEnabled(false)
186 const void *mPointer;
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.h 194 VertexAttribute() : mType(GL_FLOAT), mSize(0), mNormalized(false), mStride(0), mDivisor(0), mPointer(nullptr), mArrayEnabled(false)
306 const void *mPointer;
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
BandController.java 421 private Point mPointer = null;
463 mPointer = mHelper.createAbsolutePoint(relativeOrigin);
464 mRelativeOrigin = new RelativePoint(mPointer);
465 mRelativePointer = new RelativePoint(mPointer);
480 mPointer = mHelper.createAbsolutePoint(relativePointer);
505 mPointer.x += dx;
506 mPointer.y += dy;
575 mRelativePointer = new RelativePoint(mPointer);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java     [all...]

Completed in 376 milliseconds