Searched refs:physicalResultInfos (Results 1 – 6 of 6) sorted by relevance
161 const hidl_vec<PhysicalCaptureResultInfo>& physicalResultInfos) override { in onResultReceived() argument164 (void)physicalResultInfos; in onResultReceived()
1567 const hidl_vec<PhysicalCaptureResultInfo>& physicalResultInfos) { in onResultReceived() argument1621 localPhysicalResult.resize(physicalResultInfos.size()); in onResultReceived()1622 for (size_t i = 0; i < physicalResultInfos.size(); i++) { in onResultReceived()1623 localPhysicalResult[i].physicalCameraId = physicalResultInfos[i].physicalCameraId; in onResultReceived()1624 status = readOneResultMetadata(physicalResultInfos[i].physicalCameraMetadata, in onResultReceived()
119 … const hidl_vec<PhysicalCaptureResultInfo>& physicalResultInfos) override;
96 … const std::vector<PhysicalCaptureResultInfo>& physicalResultInfos) override;
1553 const std::vector<PhysicalCaptureResultInfo>& physicalResultInfos) { in onResultReceived() argument1599 new ACameraPhysicalCaptureResultInfo(physicalResultInfos, frameNumber)); in onResultReceived()
222 const std::vector<PhysicalCaptureResultInfo>& physicalResultInfos) { in onResultReceived() argument225 (void) physicalResultInfos; in onResultReceived()