Home
last modified time | relevance | path

Searched refs:usedUltraWide (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/camera/libcameraservice/utils/
DCameraServiceProxyWrapper.h65 const std::string& userTag, int32_t videoStabilizationMode, bool usedUltraWide,
120 const std::string& userTag, int32_t videoStabilizationMode, bool usedUltraWide,
DCameraServiceProxyWrapper.cpp103 const std::string& userTag, int32_t videoStabilizationMode, bool usedUltraWide, in onIdle() argument
114 mSessionStats.mUsedUltraWide = usedUltraWide; in onIdle()
396 const std::string& userTag, int32_t videoStabilizationMode, bool usedUltraWide, in logIdle() argument
424 videoStabilizationMode, usedUltraWide, usedZoomOverride, in logIdle()
/frameworks/av/camera/
DCameraSessionStats.cpp418 bool usedUltraWide = false; in readFromParcel() local
419 if ((err = parcel->readBool(&usedUltraWide)) != OK) { in readFromParcel()
469 mUsedUltraWide = usedUltraWide; in readFromParcel()
/frameworks/av/services/camera/libcameraservice/common/
DCamera2ClientBase.h106 bool usedUltraWide, bool usedZoomOverride);
DCamera2ClientBase.cpp395 const std::string& userTag, int videoStabilizationMode, bool usedUltraWide, in notifyIdleWithUserTag() argument
405 usedUltraWide, usedZoomOverride, mostRequestedFpsRange, streamStats); in notifyIdleWithUserTag()
/frameworks/base/services/core/java/com/android/server/camera/
DCameraServiceProxy.java294 int videoStabilizationMode, boolean usedUltraWide, in markCompleted() argument
309 mUsedUltraWide = usedUltraWide; in markCompleted()
1341 boolean usedUltraWide = Flags.logUltrawideUsage() ? cameraState.getUsedUltraWide() : false; in updateActivityCount()
1418 videoStabilizationMode, usedUltraWide, usedZoomOverride, in updateActivityCount()