Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DCameraServiceProxyWrapper.h153 int64_t getCurrentLogIdForCamera(const std::string& cameraId);
DCameraServiceProxyWrapper.cpp501 int64_t CameraServiceProxyWrapper::getCurrentLogIdForCamera(const std::string& cameraId) { in getCurrentLogIdForCamera() function in android::CameraServiceProxyWrapper
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp2541 int64_t logId = mCameraServiceProxyWrapper->getCurrentLogIdForCamera(mId); in configureStreamsLocked()