Searched refs:setConsumerIsProtected (Results 1 – 10 of 10) sorted by relevance
140 status_t setConsumerIsProtected(bool isProtected) override { in setConsumerIsProtected() function in android::BpGraphicBufferConsumer141 using Signature = decltype(&IGraphicBufferConsumer::setConsumerIsProtected); in setConsumerIsProtected()214 return callLocal(data, reply, &IGraphicBufferConsumer::setConsumerIsProtected); in onTransact()
760 status_t BufferQueueConsumer::setConsumerIsProtected(bool isProtected) { in setConsumerIsProtected() function in android::BufferQueueConsumer
60 virtual status_t setConsumerIsProtected(bool isProtected) = 0;
47 MOCK_METHOD1(setConsumerIsProtected, status_t(bool));
27 virtual status_t setConsumerIsProtected(bool isProtected) { in setConsumerIsProtected() function in android::HostBufferQueue
135 virtual status_t setConsumerIsProtected(bool isProtected);
254 virtual status_t setConsumerIsProtected(bool isProtected) = 0;
290 consumer->setConsumerIsProtected(isProtectedContext()); in SurfaceTexture_init()
331 gbConsumer->setConsumerIsProtected(true); in init()
416 gbConsumer->setConsumerIsProtected(true); in ImageReader_init()