Lines Matching refs:mSupportChannel

482       mSupportChannel(NULL),  in QCamera3HardwareInterface()
727 if (mSupportChannel) in ~QCamera3HardwareInterface()
728 mSupportChannel->stop(); in ~QCamera3HardwareInterface()
747 if (mSupportChannel) { in ~QCamera3HardwareInterface()
748 delete mSupportChannel; in ~QCamera3HardwareInterface()
749 mSupportChannel = NULL; in ~QCamera3HardwareInterface()
2195 if (mSupportChannel) in configureStreamsPerfLocked()
2196 mSupportChannel->stop(); in configureStreamsPerfLocked()
2381 if (mSupportChannel) { in configureStreamsPerfLocked()
2382 delete mSupportChannel; in configureStreamsPerfLocked()
2383 mSupportChannel = NULL; in configureStreamsPerfLocked()
3041 mSupportChannel = new QCamera3SupportChannel( in configureStreamsPerfLocked()
3053 if (!mSupportChannel) { in configureStreamsPerfLocked()
3060 if (mSupportChannel) { in configureStreamsPerfLocked()
5452 if (mSupportChannel) { in processCaptureRequest()
5453 rc = mSupportChannel->initialize(IS_TYPE_NONE); in processCaptureRequest()
6324 if (mSupportChannel) { in processCaptureRequest()
6325 rc = mSupportChannel->start(); in processCaptureRequest()
6364 if (mSupportChannel) in processCaptureRequest()
6365 mSupportChannel->stop(); in processCaptureRequest()
15093 if (mSupportChannel) { in stopAllChannels()
15094 mSupportChannel->stop(); in stopAllChannels()
15153 if (mSupportChannel) { in startAllChannels()
15154 rc = mSupportChannel->start(); in startAllChannels()
15355 if (mSupportChannel) { in setBundleInfo()
15356 mSupportChannel->setBundleInfo(bundleInfo); in setBundleInfo()