Lines Matching refs:status_t
44 using ::android::status_t;
87 status_t requestBuffer(int slot, sp<GraphicBuffer>* buf) { in requestBuffer()
89 status_t status = UNKNOWN_ERROR; in requestBuffer()
113 status_t setMaxDequeuedBufferCount(int maxDequeuedBuffers) { in setMaxDequeuedBufferCount()
114 status_t status = UNKNOWN_ERROR; in setMaxDequeuedBufferCount()
132 status_t dequeueBuffer(uint32_t width, uint32_t height, uint32_t pixelFormat, in dequeueBuffer()
139 status_t status = UNKNOWN_ERROR; in dequeueBuffer()
170 status_t detachBuffer(int slot) { in detachBuffer()
171 status_t status = UNKNOWN_ERROR; in detachBuffer()
188 status_t attachBuffer(const sp<GraphicBuffer>& buffer, int* outSlot) { in attachBuffer()
197 status_t status = UNKNOWN_ERROR; in attachBuffer()
223 status_t cancelBuffer(int slot, const sp<Fence>& fence) { in cancelBuffer()
230 status_t status = UNKNOWN_ERROR; in cancelBuffer()
263 status_t allowAllocation(bool allow) { in allowAllocation()
264 status_t status = UNKNOWN_ERROR; in allowAllocation()
281 status_t getUniqueId(uint64_t* outId) const { in getUniqueId()
295 status_t connect(sp<HProducerListener> const& hListener, int32_t api, in connect()
298 status_t status = UNKNOWN_ERROR; in connect()
317 status_t setDequeueTimeout(nsecs_t timeout) { in setDequeueTimeout()
318 status_t status = UNKNOWN_ERROR; in setDequeueTimeout()
571 status_t status = in fetchGraphicBlock()
593 status_t fenceStatus = fence->wait(kFenceWaitTimeMs); in fetchGraphicBlock()
720 status_t fenceStatus = fence->wait(kFenceWaitTimeMs); in queryGenerationAndUsage()
792 status_t status = mProducer->detachBuffer(slot); in requestNewBufferSet()
809 status_t status = mProducer->setMaxDequeuedBufferCount(bufferCount + mSlotAllocations.size()); in requestNewBufferSet()
980 status_t status = mProducer->detachBuffer(slotAllocation.first); in switchProducer()