Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp259 i->getListener()->onTorchStatusChanged(mapToInterface(status), String16{cameraId}); in broadcastTorchModeStatus()
485 listener->getListener()->onPhysicalCameraStatusChanged(mapToInterface(newStatus), in onDeviceStatusChanged()
891 int32_t CameraService::mapToInterface(TorchModeStatus status) { in mapToInterface() function in android::CameraService
927 int32_t CameraService::mapToInterface(StatusInternal status) { in mapToInterface() function in android::CameraService
2205 mapToInterface(i.second->getStatus()), i.second->getUnavailablePhysicalIds()); in addListenerHelper()
2232 listener->onTorchStatusChanged(mapToInterface(mTorchStatusMap.valueAt(i)), id); in addListenerHelper()
3777 notifyPhysicalCameraStatusLocked(mapToInterface(status), cameraId, deviceKind); in updateStatus()
3788 listener->getListener()->onStatusChanged(mapToInterface(status), in updateStatus()
DCameraService.h1068 static int32_t mapToInterface(hardware::camera::common::V1_0::TorchModeStatus status);
1070 static int32_t mapToInterface(StatusInternal status);