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

  /frameworks/rs/
rsGrallocConsumer.h 66 uint8_t *mBufferPointer;
70 mBufferPointer(nullptr) {
rsGrallocConsumer.cpp 156 mAcquiredBuffer[idx].mBufferPointer = data;
  /frameworks/native/include/gui/
CpuConsumer.h 135 void *mBufferPointer;
139 mBufferPointer(NULL) {
  /frameworks/native/libs/gui/
CpuConsumer.cpp 179 ab.mBufferPointer = bufferPointer;
215 if (bufPtr == mAcquiredBuffers[lockedIdx].mBufferPointer) break;
256 ab.mBufferPointer = NULL;

Completed in 76 milliseconds