Lines Matching refs:SOURCE_SINK

88     mSource[SOURCE_SINK] = sink;
261 int sslot = mapProducer2SourceSlot(SOURCE_SINK, mOutputProducerSlot); in onFrameCommitted()
265 status_t result = mSource[SOURCE_SINK]->queueBuffer(sslot, in onFrameCommitted()
281 mSource[SOURCE_SINK]->cancelBuffer(sslot, retireFence); in onFrameCommitted()
305 return mSource[SOURCE_SINK]->requestBuffer(pslot, outBuf); in requestBuffer()
317 return mSource[SOURCE_SINK]->setMaxDequeuedBufferCount(maxDequeuedBuffers); in setMaxDequeuedBufferCount()
321 return mSource[SOURCE_SINK]->setAsyncMode(async); in setAsyncMode()
373 return mSource[SOURCE_SINK]->dequeueBuffer(pslot, fence, w, h, format, usage, outBufferAge, in dequeueBuffer()
386 if (source == SOURCE_SINK) { in dequeueBuffer()
424 if (source == SOURCE_SINK) { in dequeueBuffer()
460 return mSource[SOURCE_SINK]->queueBuffer(pslot, input, output); in queueBuffer()
518 … return mSource[SOURCE_SINK]->cancelBuffer(mapProducer2SourceSlot(SOURCE_SINK, pslot), fence); in cancelBuffer()
538 return mSource[SOURCE_SINK]->query(what, value); in query()
547 status_t result = mSource[SOURCE_SINK]->connect(listener, api, in connect()
558 return mSource[SOURCE_SINK]->disconnect(api, mode); in disconnect()
611 return mSource[SOURCE_SINK]->getConsumerUsage(outUsage); in getConsumerUsage()
632 mSource[SOURCE_SINK]->cancelBuffer( in refreshOutputBuffer()
633 mapProducer2SourceSlot(SOURCE_SINK, mOutputProducerSlot), in refreshOutputBuffer()
638 status_t result = dequeueBuffer(SOURCE_SINK, mOutputFormat, mOutputUsage, in refreshOutputBuffer()
642 mOutputProducerSlot = mapSource2ProducerSlot(SOURCE_SINK, sslot); in refreshOutputBuffer()
670 return type == COMPOSITION_MIXED ? SOURCE_SCRATCH : SOURCE_SINK; in fbSourceForCompositionType()
692 case SOURCE_SINK: return "SINK"; in dbgSourceStr()