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()
124 status_t BufferHubConsumer::setConsumerIsProtected(bool /*isProtected*/) { in setConsumerIsProtected() function in android::BufferHubConsumer
721 status_t BufferQueueConsumer::setConsumerIsProtected(bool isProtected) { in setConsumerIsProtected() function in android::BufferQueueConsumer
47 MOCK_METHOD1(setConsumerIsProtected, status_t(bool));
81 status_t setConsumerIsProtected(bool isProtected) override;
135 virtual status_t setConsumerIsProtected(bool isProtected);
250 virtual status_t setConsumerIsProtected(bool isProtected) = 0;
290 consumer->setConsumerIsProtected(isProtectedContext()); in SurfaceTexture_init()
395 gbConsumer->setConsumerIsProtected(true); in ImageReader_init()
324 gbConsumer->setConsumerIsProtected(true); in init()