Searched refs:physicalResultInfos (Results 1 – 6 of 6) sorted by relevance
156 const hidl_vec<PhysicalCaptureResultInfo>& physicalResultInfos) override { in onResultReceived() argument159 (void)physicalResultInfos; in onResultReceived()
1573 const hidl_vec<PhysicalCaptureResultInfo>& physicalResultInfos) { in onResultReceived() argument1627 localPhysicalResult.resize(physicalResultInfos.size()); in onResultReceived()1628 for (size_t i = 0; i < physicalResultInfos.size(); i++) { in onResultReceived()1629 localPhysicalResult[i].physicalCameraId = physicalResultInfos[i].physicalCameraId; in onResultReceived()1630 status = readOneResultMetadata(physicalResultInfos[i].physicalCameraMetadata, in onResultReceived()
118 … const hidl_vec<PhysicalCaptureResultInfo>& physicalResultInfos) override;
95 … const std::vector<PhysicalCaptureResultInfo>& physicalResultInfos) override;
1559 const std::vector<PhysicalCaptureResultInfo>& physicalResultInfos) { in onResultReceived() argument1605 new ACameraPhysicalCaptureResultInfo(physicalResultInfos, frameNumber)); in onResultReceived()
211 const std::vector<PhysicalCaptureResultInfo>& physicalResultInfos) { in onResultReceived() argument214 (void) physicalResultInfos; in onResultReceived()