Searched refs:subDevice (Results 1 – 2 of 2) sorted by relevance
1446 std::shared_ptr<ICameraDevice> subDevice; in verifyLogicalOrUltraHighResCameraMetadata() local1447 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() local1500 ret = mProvider->getCameraDeviceInterface(fullPhysicalId, &subDevice); in verifyLogicalOrUltraHighResCameraMetadata()1503 ASSERT_EQ(subDevice, nullptr); in verifyLogicalOrUltraHighResCameraMetadata()
7830 ::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()