Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DSessionConfigurationUtilsHost.cpp77 auto countFound = deviceInfo.find(tag).count; in isKeyPresentWithCount() local
78 return (countFound != 0) && (countFound % count == 0); in isKeyPresentWithCount()