Home
last modified time | relevance | path

Searched refs:isDualChannel (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraChannel.h81 bool isDualChannel(){return mDualChannel;}; in isDualChannel() function
DQCameraChannel.cpp189 if (isDualChannel()) { in init()
DQCamera2HWI.cpp7199 if (m_channels[i] != NULL && m_channels[i]->isDualChannel()) { in processCameraControl()
7246 if (m_channels[i] != NULL && m_channels[i]->isDualChannel()) { in switchCameraCb()