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

  /frameworks/rs/
rsGrallocConsumer.h 64 void *mBufferPointer;
68 mBufferPointer(NULL) {
rsGrallocConsumer.cpp 123 mAcquiredBuffer.mBufferPointer = bufferPointer;
185 mAcquiredBuffer.mBufferPointer = NULL;
  /frameworks/native/include/gui/
CpuConsumer.h 122 void *mBufferPointer;
126 mBufferPointer(NULL) {
  /frameworks/native/libs/gui/
CpuConsumer.cpp 145 ab.mBufferPointer = bufferPointer;
180 if (bufPtr == mAcquiredBuffers[lockedIdx].mBufferPointer) break;
213 ab.mBufferPointer = NULL;

Completed in 174 milliseconds