Home
last modified time | relevance | path

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

/hardware/interfaces/camera/provider/aidl/vts/
Dcamera_aidl_test.cpp1446 std::shared_ptr<ICameraDevice> subDevice; in verifyLogicalOrUltraHighResCameraMetadata() local
1447 ndk::ScopedAStatus ret = mProvider->getCameraDeviceInterface(fullPublicId, &subDevice); in verifyLogicalOrUltraHighResCameraMetadata()
1449 ASSERT_NE(subDevice, nullptr); in verifyLogicalOrUltraHighResCameraMetadata()
1451 ret = subDevice->getCameraCharacteristics(&physChars); in verifyLogicalOrUltraHighResCameraMetadata()
1499 std::shared_ptr<ICameraDevice> subDevice; in verifyLogicalOrUltraHighResCameraMetadata() local
1500 ret = mProvider->getCameraDeviceInterface(fullPhysicalId, &subDevice); in verifyLogicalOrUltraHighResCameraMetadata()
1503 ASSERT_EQ(subDevice, nullptr); in verifyLogicalOrUltraHighResCameraMetadata()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp7830 ::android::sp<::android::hardware::camera::device::V3_2::ICameraDevice> subDevice; in verifyLogicalOrUltraHighResCameraMetadata()
7836 subDevice = device; in verifyLogicalOrUltraHighResCameraMetadata()
7840 ret = subDevice->getCameraCharacteristics([&](auto status, const auto& chars) { in verifyLogicalOrUltraHighResCameraMetadata()