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