Lines Matching refs:mSupportChannel
482 mSupportChannel(NULL), in QCamera3HardwareInterface()
726 if (mSupportChannel) in ~QCamera3HardwareInterface()
727 mSupportChannel->stop(); in ~QCamera3HardwareInterface()
746 if (mSupportChannel) { in ~QCamera3HardwareInterface()
747 delete mSupportChannel; in ~QCamera3HardwareInterface()
748 mSupportChannel = NULL; in ~QCamera3HardwareInterface()
2194 if (mSupportChannel) in configureStreamsPerfLocked()
2195 mSupportChannel->stop(); in configureStreamsPerfLocked()
2380 if (mSupportChannel) { in configureStreamsPerfLocked()
2381 delete mSupportChannel; in configureStreamsPerfLocked()
2382 mSupportChannel = NULL; in configureStreamsPerfLocked()
3040 mSupportChannel = new QCamera3SupportChannel( in configureStreamsPerfLocked()
3052 if (!mSupportChannel) { in configureStreamsPerfLocked()
3059 if (mSupportChannel) { in configureStreamsPerfLocked()
5439 if (mSupportChannel) { in processCaptureRequest()
5440 rc = mSupportChannel->initialize(IS_TYPE_NONE); in processCaptureRequest()
6291 if (mSupportChannel) { in processCaptureRequest()
6292 rc = mSupportChannel->start(); in processCaptureRequest()
6331 if (mSupportChannel) in processCaptureRequest()
6332 mSupportChannel->stop(); in processCaptureRequest()
15035 if (mSupportChannel) { in stopAllChannels()
15036 mSupportChannel->stop(); in stopAllChannels()
15095 if (mSupportChannel) { in startAllChannels()
15096 rc = mSupportChannel->start(); in startAllChannels()
15273 if (mSupportChannel) { in setBundleInfo()
15274 mSupportChannel->setBundleInfo(bundleInfo); in setBundleInfo()