Searched refs:mapToInterface (Results 1 – 2 of 2) sorted by relevance
936 static int32_t mapToInterface(hardware::camera::common::V1_0::TorchModeStatus status);938 static int32_t mapToInterface(StatusInternal status);
242 i.second->getListener()->onTorchStatusChanged(mapToInterface(status), String16{cameraId}); in broadcastTorchModeStatus()721 int32_t CameraService::mapToInterface(TorchModeStatus status) { in mapToInterface() function in android::CameraService757 int32_t CameraService::mapToInterface(StatusInternal status) { in mapToInterface() function in android::CameraService1808 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()