Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.h107 hardware::camera::common::V1_0::CameraDeviceStatus newHalStatus) override;
110 hardware::camera::common::V1_0::CameraDeviceStatus newHalStatus) override;
DCameraService.cpp365 CameraDeviceStatus newHalStatus) { in onDeviceStatusChanged() argument
367 id.string(), newHalStatus); in onDeviceStatusChanged()
369 StatusInternal newStatus = mapToInternal(newHalStatus); in onDeviceStatusChanged()
432 CameraDeviceStatus newHalStatus) { in onDeviceStatusChanged() argument
434 __FUNCTION__, id.string(), physicalId.string(), newHalStatus); in onDeviceStatusChanged()
436 StatusInternal newStatus = mapToInternal(newHalStatus); in onDeviceStatusChanged()
450 __FUNCTION__, physicalId.string(), newHalStatus, logicalCameraStatus); in onDeviceStatusChanged()