Searched refs:activePhysicalId (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/services/camera/libcameraservice/device3/hidl/ |
D | HidlCamera3OfflineSession.cpp | 97 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/ |
D | AidlCamera3OfflineSession.cpp | 116 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/ |
D | Camera3OutputUtils.h | 158 std::string &activePhysicalId; member
|
D | Camera3OutputUtils.cpp | 675 if (!states.activePhysicalId.empty() && physicalId != states.activePhysicalId) { in processCaptureResult() 678 states.activePhysicalId = physicalId; in processCaptureResult()
|