Searched refs:mSupportChannel (Results 1 – 2 of 2) sorted by relevance
457 mSupportChannel(NULL), in QCamera3HardwareInterface()701 if (mSupportChannel) in ~QCamera3HardwareInterface()702 mSupportChannel->stop(); in ~QCamera3HardwareInterface()721 if (mSupportChannel) { in ~QCamera3HardwareInterface()722 delete mSupportChannel; in ~QCamera3HardwareInterface()723 mSupportChannel = NULL; in ~QCamera3HardwareInterface()1842 if (mSupportChannel) in configureStreamsPerfLocked()1843 mSupportChannel->stop(); in configureStreamsPerfLocked()2299 if (mSupportChannel) { in configureStreamsPerfLocked()2300 delete mSupportChannel; in configureStreamsPerfLocked()[all …]
522 QCamera3SupportChannel *mSupportChannel; variable