Searched refs:mSupportChannel (Results 1 – 2 of 2) sorted by relevance
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()[all …]
555 QCamera3SupportChannel *mSupportChannel; variable