Home
last modified time | relevance | path

Searched refs:activePhysicalId (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/hidl/
DHidlCamera3OfflineSession.cpp97 std::string activePhysicalId(""); in processCaptureResult_3_4() local
112 hardware::ICameraService::ROTATION_OVERRIDE_NONE, activePhysicalId}, mResultMetadataQueue in processCaptureResult_3_4()
139 std::string activePhysicalId(""); in processCaptureResult() local
154 hardware::ICameraService::ROTATION_OVERRIDE_NONE, activePhysicalId}, mResultMetadataQueue in processCaptureResult()
176 std::string activePhysicalId(""); in notify() local
191 hardware::ICameraService::ROTATION_OVERRIDE_NONE, activePhysicalId}, mResultMetadataQueue in notify()
/frameworks/av/services/camera/libcameraservice/device3/aidl/
DAidlCamera3OfflineSession.cpp116 std::string activePhysicalId(""); // Unused in processCaptureResult() local
131 hardware::ICameraService::ROTATION_OVERRIDE_NONE, activePhysicalId}, mResultMetadataQueue in processCaptureResult()
163 std::string activePhysicalId(""); // Unused in notify() local
178 hardware::ICameraService::ROTATION_OVERRIDE_NONE, activePhysicalId}, mResultMetadataQueue in notify()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputUtils.h158 std::string &activePhysicalId; member
DCamera3OutputUtils.cpp675 if (!states.activePhysicalId.empty() && physicalId != states.activePhysicalId) { in processCaptureResult()
678 states.activePhysicalId = physicalId; in processCaptureResult()