Searched refs:setConsumerIsProtected (Results 1 – 12 of 12) 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
746 status_t BufferQueueConsumer::setConsumerIsProtected(bool isProtected) { in setConsumerIsProtected() function in android::BufferQueueConsumer
60 virtual status_t setConsumerIsProtected(bool isProtected) = 0;
25 virtual status_t setConsumerIsProtected(bool isProtected) { return OK; } in setConsumerIsProtected() function in android::HostBufferQueue
47 MOCK_METHOD1(setConsumerIsProtected, status_t(bool));
81 status_t setConsumerIsProtected(bool isProtected) override;
135 virtual status_t setConsumerIsProtected(bool isProtected);
254 virtual status_t setConsumerIsProtected(bool isProtected) = 0;
284 consumer->setConsumerIsProtected(isProtectedContext()); in SurfaceTexture_init()
324 gbConsumer->setConsumerIsProtected(true); in init()
393 gbConsumer->setConsumerIsProtected(true); in ImageReader_init()