Searched refs:mBufferPointer (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/
H A DrsGrallocConsumer.h70 void *mBufferPointer; member in struct:android::renderscript::GrallocConsumer::AcquiredBuffer
74 mBufferPointer(nullptr) {
H A DrsGrallocConsumer.cpp144 mAcquiredBuffer[idx].mBufferPointer = bufferPointer;
271 mAcquiredBuffer[idx].mBufferPointer = nullptr;
/frameworks/native/include/gui/
H A DCpuConsumer.h134 void *mBufferPointer; member in struct:android::CpuConsumer::AcquiredBuffer
138 mBufferPointer(NULL) {
/frameworks/native/libs/gui/
H A DCpuConsumer.cpp177 ab.mBufferPointer = bufferPointer;
213 if (bufPtr == mAcquiredBuffers[lockedIdx].mBufferPointer) break;
254 ab.mBufferPointer = NULL;

Completed in 1032 milliseconds