Searched refs:isSecureOnly (Results 1 – 1 of 1) sorted by relevance
595 bool isSecureOnly(sp<ICameraProvider> provider, const hidl_string& name);1738 bool isSecureOnlyCamera = isSecureOnly(mProvider, cameraDeviceNames[i]); in getCameraDeviceNames()1751 bool CameraHidlTest::isSecureOnly(sp<ICameraProvider> provider, const hidl_string& name) { in isSecureOnly() function in CameraHidlTest