Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.h1156 static StatusInternal mapToInternal(hardware::camera::common::V1_0::CameraDeviceStatus status);
DCameraService.cpp416 StatusInternal newStatus = mapToInternal(newHalStatus); in onDeviceStatusChanged()
483 StatusInternal newStatus = mapToInternal(newHalStatus); in onDeviceStatusChanged()
959 CameraService::StatusInternal CameraService::mapToInternal(CameraDeviceStatus status) { in mapToInternal() function in android::CameraService