OSDN Git Service

audio policy: cleanup AudioPolicyService destructor
authorEric Laurent <elaurent@google.com>
Wed, 7 May 2014 18:58:24 +0000 (11:58 -0700)
committerEric Laurent <elaurent@google.com>
Wed, 7 May 2014 18:58:24 +0000 (11:58 -0700)
commit657ff61389d7316f798d4abe03efac56fd528d91
tree9481cad78a4b2adeb25587c3838ad4357ad2da54
parent5e0e2316578b8b9eccdf4002951d6e9cd96adaac
audio policy: cleanup AudioPolicyService destructor

No need to clear strong pointers in the destuctor.
Add explicit exit() command to mOutputCommandThread.

Change-Id: I60bb248fe6a20bfd8a55358ef139692b93df0238
services/audiopolicy/AudioPolicyService.cpp