Searched refs:setConsumerIsProtected (Results 1 – 12 of 12) sorted by relevance
60 virtual status_t setConsumerIsProtected(bool isProtected) = 0;
42 status_t setConsumerIsProtected(bool isProtected) { in setConsumerIsProtected() function
27 virtual status_t setConsumerIsProtected(bool isProtected) { in setConsumerIsProtected() function in android::HostBufferQueue
55 MOCK_METHOD1(setConsumerIsProtected, status_t(bool));
291 virtual status_t setConsumerIsProtected(bool isProtected) = 0;
153 virtual status_t setConsumerIsProtected(bool isProtected);
126 status_t setConsumerIsProtected(bool isProtected);
305 surfaceTexture->setConsumerIsProtected(isProtectedContext()); in SurfaceTexture_init()320 consumer->setConsumerIsProtected(isProtectedContext()); in SurfaceTexture_init()
434 bufferConsumer->setConsumerIsProtected(true); in ImageReader_init()436 gbConsumer->setConsumerIsProtected(true); in ImageReader_init()
487 status_t ConsumerBase::setConsumerIsProtected(bool isProtected) { function in android::ConsumerBase493 return mConsumer->setConsumerIsProtected(isProtected);
894 status_t BufferQueueConsumer::setConsumerIsProtected(bool isProtected) { in releaseBuffer() function in android::BufferQueueConsumer
331 mBufferItemConsumer->setConsumerIsProtected(true); in init()