Searched refs:isHiddenAndParent (Results 1 – 1 of 1) sorted by relevance
1174 auto isHiddenAndParent = isHiddenPhysicalCameraInternal(id); in getSystemCameraKindLocked() local1175 if (isHiddenAndParent.first) { in getSystemCameraKindLocked()1176 LOG_ALWAYS_FATAL_IF(id == isHiddenAndParent.second->mId, in getSystemCameraKindLocked()1178 __FUNCTION__, id.c_str(), isHiddenAndParent.second->mId.c_str()); in getSystemCameraKindLocked()1179 return getSystemCameraKindLocked(isHiddenAndParent.second->mId, kind); in getSystemCameraKindLocked()