Searched refs:mBufferSourceAdapter_In (Results 1 – 2 of 2) sorted by relevance
1628 if (mBufferSourceAdapter_In.get()) { in signalEndImageCapture()1629 mBufferSourceAdapter_In->disableDisplay(); in signalEndImageCapture()2380 if (mBufferSourceAdapter_In.get() && mBufferSourceAdapter_In->match(id)) { in releaseTapinLocked()2382 mBufferSourceAdapter_In.clear(); in releaseTapinLocked()3666 mBufferSourceAdapter_In = mInAdapters.itemAt(index); in reprocess()3673 if (mBufferSourceAdapter_In.get()) { in reprocess()3674 reprocBuffers = mBufferSourceAdapter_In->getBufferList(&bufferCount); in reprocess()3721 ret = mBufferSourceAdapter_In->enableDisplay(0, 0, NULL); in reprocess()4647 mBufferSourceAdapter_In.clear(); in deinitialize()
1405 android::sp<DisplayAdapter> mBufferSourceAdapter_In; variable