Home
last modified time | relevance | path

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

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