Searched refs:allowAllocation (Results 1 – 13 of 13) sorted by relevance
73 ASSERT_EQ(OK, outputProducer->allowAllocation(false)); in TEST_F()100 ASSERT_EQ(OK, inputProducer->allowAllocation(false)); in TEST_F()144 ASSERT_EQ(OK, outputProducers[output]->allowAllocation(false)); in TEST_F()172 ASSERT_EQ(OK, inputProducer->allowAllocation(false)); in TEST_F()
484 ASSERT_EQ(OK, mProducer->allowAllocation(false)); in TEST_F()489 ASSERT_EQ(OK, mProducer->allowAllocation(true)); in TEST_F()498 ASSERT_EQ(OK, mProducer->allowAllocation(false)); in TEST_F()793 ASSERT_EQ(OK, mProducer->allowAllocation(false)); in TEST_F()
118 status_t MonitoredProducer::allowAllocation(bool allow) { in allowAllocation() function in android::MonitoredProducer119 return mProducer->allowAllocation(allow); in allowAllocation()
57 virtual status_t allowAllocation(bool allow);
165 virtual status_t allowAllocation(bool allow);
510 virtual status_t allowAllocation(bool allow) = 0;
122 virtual status_t allowAllocation(bool allow);
576 status_t VirtualDisplaySurface::allowAllocation(bool /* allow */) { in allowAllocation() function in android::VirtualDisplaySurface
150 static_cast<Surface*>(nativeWindow)->getIGraphicBufferProducer()->allowAllocation(true); in pushBlankBuffersToNativeWindow()
722 surface->getIGraphicBufferProducer()->allowAllocation(true); in handleSetSurface()764 (void)surface->getIGraphicBufferProducer()->allowAllocation(false); in handleSetSurface()1099 ->getIGraphicBufferProducer()->allowAllocation(true); in allocateOutputBuffersFromNativeWindow()1169 ->getIGraphicBufferProducer()->allowAllocation(false); in allocateOutputBuffersFromNativeWindow()1225 ->getIGraphicBufferProducer()->allowAllocation(true); in allocateOutputMetadataBuffers()1262 ->getIGraphicBufferProducer()->allowAllocation(false); in allocateOutputMetadataBuffers()
302 virtual status_t allowAllocation(bool allow) { in allowAllocation() function in android::BpGraphicBufferProducer609 status_t result = allowAllocation(allow); in onTransact()
1316 status_t BufferQueueProducer::allowAllocation(bool allow) { in allowAllocation() function in android::BufferQueueProducer
459 mConsumer->getIGraphicBufferProducer()->allowAllocation(false); in configureQueueLocked()