Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/
H A DCameraExtensionsProxyService.java183 private long mCurrentClientCount = 0; field in CameraExtensionsProxyService.CameraExtensionManagerGlobal
307 long ret = mCurrentClientCount; in registerClient()
308 mCurrentClientCount++; in registerClient()
309 if (mCurrentClientCount < 0) { in registerClient()
310 mCurrentClientCount = 0; in registerClient()