Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.h469 SystemCameraKind mSystemCameraKind = SystemCameraKind::PUBLIC; member
H A DCameraProviderManager.cpp1178 *kind = deviceInfo->mSystemCameraKind; in getSystemCameraKindLocked()
2318 mSystemCameraKind = getSystemCameraKind();
/aosp12/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h643 const SystemCameraKind mSystemCameraKind; variable
H A DCameraService.cpp3687 mSystemCameraKind(systemCameraKind) {} in CameraState()
3723 return mSystemCameraKind; in getSystemCameraKind()