Searched refs:mIsDeviceLinked (Results 1 – 2 of 2) sorted by relevance
593 bool mIsDeviceLinked; variable
406 mIsDeviceLinked(false), in QCamera3HardwareInterface()4022 mIsDeviceLinked = meta.find(QCAMERA3_DUALCAM_LINK_ENABLE).data.u8[0]; in processCaptureRequest()4023 LOGH("Dualcam: setting On=%d id =%d", mIsDeviceLinked, mCameraId); in processCaptureRequest()4043 LOGH("%s: Dualcam: id =%d, mIsDeviceLinked=%d", __func__,mCameraId, mIsDeviceLinked); in processCaptureRequest()4045 if (mIsDeviceLinked) in processCaptureRequest()4749 if (mIsDeviceLinked) { in flush()