Searched refs:isSecureOnly (Results 1 – 3 of 3) sorted by relevance
175 static bool isSecureOnly(const std::shared_ptr<ICameraProvider>& provider,
214 bool isSecureOnlyCamera = isSecureOnly(mProvider, cameraDeviceName); in getCameraDeviceNames()226 bool CameraAidlTest::isSecureOnly(const std::shared_ptr<ICameraProvider>& provider, in isSecureOnly() function in CameraAidlTest
624 bool isSecureOnly(sp<ICameraProvider> provider, const hidl_string& name);1794 bool isSecureOnlyCamera = isSecureOnly(mProvider, cameraDeviceNames[i]); in getCameraDeviceNames()1807 bool CameraHidlTest::isSecureOnly(sp<ICameraProvider> provider, const hidl_string& name) { in isSecureOnly() function in CameraHidlTest