Searched refs:systemCameraKind (Results 1 – 1 of 1) sorted by relevance
933 SystemCameraKind* systemCameraKind);1770 SystemCameraKind systemCameraKind = SystemCameraKind::PUBLIC; in isSecureOnly() local1771 Status status = getSystemCameraKind(chars, &systemCameraKind); in isSecureOnly()1773 if (systemCameraKind == SystemCameraKind::HIDDEN_SECURE_CAMERA) { in isSecureOnly()2758 SystemCameraKind systemCameraKind = SystemCameraKind::PUBLIC; in TEST_P() local2759 rc = getSystemCameraKind(staticMeta, &systemCameraKind); in TEST_P()2778 physicalId, std::list<SystemCameraKind>(systemCameraKind))); in TEST_P()2780 it->second.push_back(systemCameraKind); in TEST_P()6714 SystemCameraKind* systemCameraKind) { in getSystemCameraKind() argument6716 if (nullptr == staticMeta || nullptr == systemCameraKind) { in getSystemCameraKind()[all …]