Home | History | Annotate | Download | only in DisplayHardware

Lines Matching refs:SOURCE_SINK

78     mSource[SOURCE_SINK] = sink;
264 int sslot = mapProducer2SourceSlot(SOURCE_SINK, mOutputProducerSlot);
271 status_t result = mSource[SOURCE_SINK]->queueBuffer(sslot,
292 mSource[SOURCE_SINK]->cancelBuffer(sslot, retireFence);
294 mSource[SOURCE_SINK]->cancelBuffer(sslot, outFence);
324 return mSource[SOURCE_SINK]->requestBuffer(pslot, outBuf);
336 return mSource[SOURCE_SINK]->setMaxDequeuedBufferCount(maxDequeuedBuffers);
340 return mSource[SOURCE_SINK]->setAsyncMode(async);
389 return mSource[SOURCE_SINK]->dequeueBuffer(pslot, fence, w, h, format, usage);
400 if (source == SOURCE_SINK) {
438 if (source == SOURCE_SINK) {
471 return mSource[SOURCE_SINK]->queueBuffer(pslot, input, output);
528 return mSource[SOURCE_SINK]->cancelBuffer(mapProducer2SourceSlot(SOURCE_SINK, pslot), fence);
548 return mSource[SOURCE_SINK]->query(what, value);
557 status_t result = mSource[SOURCE_SINK]->connect(listener, api,
567 return mSource[SOURCE_SINK]->disconnect(api);
637 mSource[SOURCE_SINK]->cancelBuffer(
638 mapProducer2SourceSlot(SOURCE_SINK, mOutputProducerSlot),
643 status_t result = dequeueBuffer(SOURCE_SINK, mOutputFormat, mOutputUsage,
647 mOutputProducerSlot = mapSource2ProducerSlot(SOURCE_SINK, sslot);
675 return type == COMPOSITION_MIXED ? SOURCE_SCRATCH : SOURCE_SINK;
691 case SOURCE_SINK: return "SINK";