• Home
  • Raw
  • Download

Lines Matching refs:mSupportChannel

482       mSupportChannel(NULL),  in QCamera3HardwareInterface()
732 if (mSupportChannel) in ~QCamera3HardwareInterface()
733 mSupportChannel->stop(); in ~QCamera3HardwareInterface()
752 if (mSupportChannel) { in ~QCamera3HardwareInterface()
753 delete mSupportChannel; in ~QCamera3HardwareInterface()
754 mSupportChannel = NULL; in ~QCamera3HardwareInterface()
2200 if (mSupportChannel) in configureStreamsPerfLocked()
2201 mSupportChannel->stop(); in configureStreamsPerfLocked()
2386 if (mSupportChannel) { in configureStreamsPerfLocked()
2387 delete mSupportChannel; in configureStreamsPerfLocked()
2388 mSupportChannel = NULL; in configureStreamsPerfLocked()
3046 mSupportChannel = new QCamera3SupportChannel( in configureStreamsPerfLocked()
3058 if (!mSupportChannel) { in configureStreamsPerfLocked()
3065 if (mSupportChannel) { in configureStreamsPerfLocked()
5433 if (mSupportChannel) { in processCaptureRequest()
5434 rc = mSupportChannel->initialize(IS_TYPE_NONE); in processCaptureRequest()
6286 if (mSupportChannel) { in processCaptureRequest()
6287 rc = mSupportChannel->start(); in processCaptureRequest()
6326 if (mSupportChannel) in processCaptureRequest()
6327 mSupportChannel->stop(); in processCaptureRequest()
15030 if (mSupportChannel) { in stopAllChannels()
15031 mSupportChannel->stop(); in stopAllChannels()
15090 if (mSupportChannel) { in startAllChannels()
15091 rc = mSupportChannel->start(); in startAllChannels()
15266 if (mSupportChannel) { in setBundleInfo()
15267 mSupportChannel->setBundleInfo(bundleInfo); in setBundleInfo()