Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.h1535 static int32_t mapToInterface(TorchModeStatus status);
1537 static int32_t mapToInterface(StatusInternal status);
DCameraService.cpp344 auto ret = i->getListener()->onTorchStatusChanged(mapToInterface(status), in broadcastTorchModeStatus()
634 mapToInterface(newStatus), id, physicalId, kDefaultDeviceId); in onDeviceStatusChanged()
1549 int32_t CameraService::mapToInterface(TorchModeStatus status) { in mapToInterface() function in android::CameraService
1585 int32_t CameraService::mapToInterface(StatusInternal status) { in mapToInterface() function in android::CameraService
3516 mapToInterface(i.second->getStatus()), i.second->getUnavailablePhysicalIds(), in addListenerHelper()
3571 listener->onTorchStatusChanged(mapToInterface(mTorchStatusMap.valueAt(i)), id, in addListenerHelper()
5997 notifyPhysicalCameraStatusLocked(mapToInterface(status), mappedCameraId, in updateStatus()
6009 auto ret = listener->getListener()->onStatusChanged(mapToInterface(status), in updateStatus()