Home
last modified time | relevance | path

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

/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp595 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