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

  /frameworks/rs/
rsGrallocConsumer.h 64 void *mBufferPointer;
68 mBufferPointer(NULL) {
rsGrallocConsumer.cpp 128 mAcquiredBuffer.mBufferPointer = bufferPointer;
190 mAcquiredBuffer.mBufferPointer = NULL;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsGrallocConsumer.h 64 void *mBufferPointer;
68 mBufferPointer(NULL) {
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsGrallocConsumer.h 64 void *mBufferPointer;
68 mBufferPointer(NULL) {
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsGrallocConsumer.h 64 void *mBufferPointer;
68 mBufferPointer(NULL) {
  /frameworks/native/include/gui/
CpuConsumer.h 126 void *mBufferPointer;
130 mBufferPointer(NULL) {
  /frameworks/native/libs/gui/
CpuConsumer.cpp 186 ab.mBufferPointer = bufferPointer;
222 if (bufPtr == mAcquiredBuffers[lockedIdx].mBufferPointer) break;
263 ab.mBufferPointer = NULL;

Completed in 1299 milliseconds