Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.h1155 static int32_t mapToInterface(hardware::camera::common::V1_0::TorchModeStatus status);
1157 static int32_t mapToInterface(StatusInternal status);
DCameraService.cpp265 i->getListener()->onTorchStatusChanged(mapToInterface(status), String16{cameraId}); in broadcastTorchModeStatus()
532 listener->getListener()->onPhysicalCameraStatusChanged(mapToInterface(newStatus), in onDeviceStatusChanged()
941 int32_t CameraService::mapToInterface(TorchModeStatus status) { in mapToInterface() function in android::CameraService
977 int32_t CameraService::mapToInterface(StatusInternal status) { in mapToInterface() function in android::CameraService
2376 mapToInterface(i.second->getStatus()), i.second->getUnavailablePhysicalIds()); in addListenerHelper()
2411 listener->onTorchStatusChanged(mapToInterface(mTorchStatusMap.valueAt(i)), id); in addListenerHelper()
4224 notifyPhysicalCameraStatusLocked(mapToInterface(status), String16(cameraId), in updateStatus()
4236 listener->getListener()->onStatusChanged(mapToInterface(status), in updateStatus()