Stop streaming only when necessary 47/216747/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Thu, 31 Oct 2019 11:22:42 +0000 (20:22 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Thu, 31 Oct 2019 11:22:45 +0000 (20:22 +0900)
commitd9c3427e05d7a12872ee2161071aa60494493bea
tree0fc5a4382b31bc923c48d3329b169c983bbebaa3
parent199d497dec43a6f3b1a20844c64bf9feccd4bd55
Stop streaming only when necessary

Streaming stop function was being called inside
wakeup_manager state change function, which results
invoking unnecessary streaming stop functions
in many cases.

Change-Id: I723b187375ce3a8d6c4b4933d6577c7a9be758d2
plugins/wakeup-manager/src/wakeup_manager.cpp