Home
last modified time | relevance | path

Searched refs:setConsumerIsProtected (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/libs/hostgraphics/include/gui/
DIGraphicBufferConsumer.h60 virtual status_t setConsumerIsProtected(bool isProtected) = 0;
DBufferItemConsumer.h42 status_t setConsumerIsProtected(bool isProtected) { in setConsumerIsProtected() function
/frameworks/base/libs/hostgraphics/
DHostBufferQueue.cpp27 virtual status_t setConsumerIsProtected(bool isProtected) { in setConsumerIsProtected() function in android::HostBufferQueue
/frameworks/native/libs/gui/include/gui/mock/
DGraphicBufferConsumer.h55 MOCK_METHOD1(setConsumerIsProtected, status_t(bool));
/frameworks/native/libs/gui/include/gui/
DIGraphicBufferConsumer.h291 virtual status_t setConsumerIsProtected(bool isProtected) = 0;
DBufferQueueConsumer.h153 virtual status_t setConsumerIsProtected(bool isProtected);
DConsumerBase.h126 status_t setConsumerIsProtected(bool isProtected);
/frameworks/base/core/jni/
Dandroid_graphics_SurfaceTexture.cpp305 surfaceTexture->setConsumerIsProtected(isProtectedContext()); in SurfaceTexture_init()
320 consumer->setConsumerIsProtected(isProtectedContext()); in SurfaceTexture_init()
Dandroid_media_ImageReader.cpp434 bufferConsumer->setConsumerIsProtected(true); in ImageReader_init()
436 gbConsumer->setConsumerIsProtected(true); in ImageReader_init()
/frameworks/native/libs/gui/
DConsumerBase.cpp487 status_t ConsumerBase::setConsumerIsProtected(bool isProtected) { function in android::ConsumerBase
493 return mConsumer->setConsumerIsProtected(isProtected);
DBufferQueueConsumer.cpp894 status_t BufferQueueConsumer::setConsumerIsProtected(bool isProtected) { in releaseBuffer() function in android::BufferQueueConsumer
/frameworks/av/media/ndk/
DNdkImageReader.cpp331 mBufferItemConsumer->setConsumerIsProtected(true); in init()