Loading system/bta/vc/types.h +6 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,12 @@ struct VolumeOperation { }; ~VolumeOperation() { if (operation_timeout_ == nullptr) { log::warn("operation_timeout_ should not be null, id {}, device cnt {}", operation_id_, devices_.size()); return; } if (alarm_is_scheduled(operation_timeout_)) alarm_cancel(operation_timeout_); Loading system/bta/vc/vc.cc +2 −0 Original line number Diff line number Diff line Loading @@ -681,6 +681,8 @@ class VolumeControlImpl : public VolumeControl { return; } log::info("{}", remote_bda); bool notify = device->IsReady() || device->connecting_actively; device_cleanup_helper(device, notify); Loading Loading
system/bta/vc/types.h +6 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,12 @@ struct VolumeOperation { }; ~VolumeOperation() { if (operation_timeout_ == nullptr) { log::warn("operation_timeout_ should not be null, id {}, device cnt {}", operation_id_, devices_.size()); return; } if (alarm_is_scheduled(operation_timeout_)) alarm_cancel(operation_timeout_); Loading
system/bta/vc/vc.cc +2 −0 Original line number Diff line number Diff line Loading @@ -681,6 +681,8 @@ class VolumeControlImpl : public VolumeControl { return; } log::info("{}", remote_bda); bool notify = device->IsReady() || device->connecting_actively; device_cleanup_helper(device, notify); Loading