Home
last modified time | relevance | path

Searched refs:isLowMemoryDevice (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/
H A DDataRepository.kt52 private var isLowMemoryDevice = PermissionControllerApplication.get().getSystemService( regex
89 if (isLowMemoryDevice) {
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraParameters.h1085 inline bool isLowMemoryDevice() {return m_bIsLowMemoryDevice;}; in isLowMemoryDevice() function
H A DQCameraParameters.cpp10775 if (isLowMemoryDevice()) { in getZSLQueueDepth()
10796 if (isLowMemoryDevice()) { in getZSLBackLookCount()
15260 isLowMemoryDevice() ? CAMERA_MIN_LONGSHOT_STAGES : CAMERA_DEFAULT_LONGSHOT_STAGES; in getLongshotStages()