Home
last modified time | relevance | path

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

/hardware/interfaces/camera/provider/aidl/vts/
Dcamera_aidl_test.h175 static bool isSecureOnly(const std::shared_ptr<ICameraProvider>& provider,
Dcamera_aidl_test.cpp214 bool isSecureOnlyCamera = isSecureOnly(mProvider, cameraDeviceName); in getCameraDeviceNames()
226 bool CameraAidlTest::isSecureOnly(const std::shared_ptr<ICameraProvider>& provider, in isSecureOnly() function in CameraAidlTest
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp624 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