mirror of
https://github.com/openharmony/distributed_camera.git
synced 2026-07-18 16:04:29 -04:00
@@ -108,7 +108,7 @@ CamRetCode DStreamOperator::ReleaseStreams(const std::vector<int>& streamIds)
|
||||
DHLOGE("Release distributed camera buffer queue for stream %d failed.", id);
|
||||
return MapToExternalRetCode(ret);
|
||||
} else {
|
||||
DHLOGI("Release distributed camera buffer queue for stream %d successs.", id);
|
||||
DHLOGI("Release distributed camera buffer queue for stream %d success.", id);
|
||||
}
|
||||
stream = nullptr;
|
||||
halStreamMap_.erase(id);
|
||||
|
||||
@@ -101,4 +101,4 @@ public:
|
||||
};
|
||||
} // namespace DistributedHardware
|
||||
} // namespace OHOS
|
||||
#endif // HDI_IPC_DATA_UTILS_H
|
||||
#endif // HDI_IPC_DATA_UTILS_H
|
||||
|
||||
Reference in New Issue
Block a user