Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h109 hardware::camera::common::V1_0::CameraDeviceStatus newHalStatus) override;
112 hardware::camera::common::V1_0::CameraDeviceStatus newHalStatus) override;
H A DCameraService.cpp412 CameraDeviceStatus newHalStatus) { in onDeviceStatusChanged() argument
414 id.string(), newHalStatus); in onDeviceStatusChanged()
416 StatusInternal newStatus = mapToInternal(newHalStatus); in onDeviceStatusChanged()
479 CameraDeviceStatus newHalStatus) { in onDeviceStatusChanged() argument
481 __FUNCTION__, id.string(), physicalId.string(), newHalStatus); in onDeviceStatusChanged()
483 StatusInternal newStatus = mapToInternal(newHalStatus); in onDeviceStatusChanged()
497 __FUNCTION__, physicalId.string(), newHalStatus, logicalCameraStatus); in onDeviceStatusChanged()