Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.h1508 static int32_t mapToInterface(TorchModeStatus status);
1510 static int32_t mapToInterface(StatusInternal status);
DCameraService.cpp341 auto ret = i->getListener()->onTorchStatusChanged(mapToInterface(status), in broadcastTorchModeStatus()
632 mapToInterface(newStatus), id, physicalId, kDefaultDeviceId); in onDeviceStatusChanged()
1542 int32_t CameraService::mapToInterface(TorchModeStatus status) { in mapToInterface() function in android::CameraService
1578 int32_t CameraService::mapToInterface(StatusInternal status) { in mapToInterface() function in android::CameraService
3430 mapToInterface(i.second->getStatus()), i.second->getUnavailablePhysicalIds(), in addListenerHelper()
3485 listener->onTorchStatusChanged(mapToInterface(mTorchStatusMap.valueAt(i)), id, in addListenerHelper()
5705 notifyPhysicalCameraStatusLocked(mapToInterface(status), mappedCameraId, in updateStatus()
5717 auto ret = listener->getListener()->onStatusChanged(mapToInterface(status), in updateStatus()