Searched refs:allowAllocation (Results 1 - 25 of 25) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DMonitoredProducer.cpp110 status_t MonitoredProducer::allowAllocation(bool allow) { function in class:android::MonitoredProducer
111 return mProducer->allowAllocation(allow);
H A DMonitoredProducer.h60 virtual status_t allowAllocation(bool allow);
/frameworks/native/libs/gui/tests/
H A DStreamSplitter_test.cpp75 ASSERT_EQ(OK, outputProducer->allowAllocation(false));
102 ASSERT_EQ(OK, inputProducer->allowAllocation(false));
146 ASSERT_EQ(OK, outputProducers[output]->allowAllocation(false));
174 ASSERT_EQ(OK, inputProducer->allowAllocation(false));
H A DMalicious.cpp75 status_t allowAllocation(bool allow) override { return mProducer->allowAllocation(allow); }
H A DBufferQueue_test.cpp494 ASSERT_EQ(OK, mProducer->allowAllocation(false));
500 ASSERT_EQ(OK, mProducer->allowAllocation(true));
509 ASSERT_EQ(OK, mProducer->allowAllocation(false));
805 ASSERT_EQ(OK, mProducer->allowAllocation(false));
/frameworks/native/services/surfaceflinger/tests/unittests/mock/gui/
H A DMockGraphicBufferProducer.h49 MOCK_METHOD1(allowAllocation, status_t(bool));
/frameworks/native/include/gui/
H A DBufferHubProducer.h99 // See |IGraphicBufferProducer::allowAllocation|
100 status_t allowAllocation(bool allow) override;
H A DBufferQueueProducer.h158 // See IGraphicBufferProducer::allowAllocation
159 virtual status_t allowAllocation(bool allow);
H A DIGraphicBufferProducer.h545 virtual status_t allowAllocation(bool allow) = 0;
/frameworks/native/include/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.h87 status_t allowAllocation(bool allow) override;
/frameworks/native/libs/gui/include/gui/
H A DBufferHubProducer.h99 // See |IGraphicBufferProducer::allowAllocation|
100 status_t allowAllocation(bool allow) override;
H A DBufferQueueProducer.h158 // See IGraphicBufferProducer::allowAllocation
159 virtual status_t allowAllocation(bool allow);
H A DIGraphicBufferProducer.h545 virtual status_t allowAllocation(bool allow) = 0;
/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.h87 status_t allowAllocation(bool allow) override;
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.h121 virtual status_t allowAllocation(bool allow);
H A DVirtualDisplaySurface.cpp560 status_t VirtualDisplaySurface::allowAllocation(bool /* allow */) { function in class:android::VirtualDisplaySurface
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
H A DWGraphicBufferProducer.h291 Return<int32_t> allowAllocation(bool allow) override {
292 return static_cast<int32_t>(mBase->allowAllocation(allow));
/frameworks/av/media/libstagefright/
H A DSurfaceUtils.cpp194 static_cast<Surface*>(nativeWindow)->getIGraphicBufferProducer()->allowAllocation(true);
H A DACodec.cpp784 surface->getIGraphicBufferProducer()->allowAllocation(true);
825 (void)surface->getIGraphicBufferProducer()->allowAllocation(false);
1226 ->getIGraphicBufferProducer()->allowAllocation(true);
1299 ->getIGraphicBufferProducer()->allowAllocation(false);
/frameworks/native/libs/gui/
H A DIGraphicBufferProducer.cpp364 virtual status_t allowAllocation(bool allow) { function in class:android::BpGraphicBufferProducer
609 status_t allowAllocation(bool allow) override {
610 return mBase->allowAllocation(allow);
899 status_t result = allowAllocation(allow);
H A DBufferHubProducer.cpp532 status_t BufferHubProducer::allowAllocation(bool /* allow */) { function in class:android::BufferHubProducer
533 ALOGE("BufferHubProducer::allowAllocation not implemented.");
H A DBufferQueueProducer.cpp1427 status_t BufferQueueProducer::allowAllocation(bool allow) { function in class:android::BufferQueueProducer
1429 BQ_LOGV("allowAllocation: %s", allow ? "true" : "false");
/frameworks/native/libs/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.cpp1161 status_t H2BGraphicBufferProducer::allowAllocation(bool allow) { function in class:android::hardware::graphics::bufferqueue::V1_0::utils::H2BGraphicBufferProducer
1162 return toStatusT(mBase->allowAllocation(allow));
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.cpp492 mConsumer->getIGraphicBufferProducer()->allowAllocation(false);
H A DCamera3StreamSplitter.cpp236 res = gbp->allowAllocation(false);

Completed in 380 milliseconds