Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.h936 static int32_t mapToInterface(hardware::camera::common::V1_0::TorchModeStatus status);
938 static int32_t mapToInterface(StatusInternal status);
DCameraService.cpp242 i.second->getListener()->onTorchStatusChanged(mapToInterface(status), String16{cameraId}); in broadcastTorchModeStatus()
721 int32_t CameraService::mapToInterface(TorchModeStatus status) { in mapToInterface() function in android::CameraService
757 int32_t CameraService::mapToInterface(StatusInternal status) { in mapToInterface() function in android::CameraService
1808 cameraStatuses->emplace_back(i.first, mapToInterface(i.second->getStatus())); in addListenerHelper()
1820 listener->onTorchStatusChanged(mapToInterface(mTorchStatusMap.valueAt(i)), id); in addListenerHelper()
3271 listener.second->getListener()->onStatusChanged(mapToInterface(status), in updateStatus()