summaryrefslogtreecommitdiff
path: root/libs/audioflinger/AudioPolicyService.h
diff options
context:
space:
mode:
author Eric Laurent <elaurent@google.com> 2009-07-24 06:58:44 -0700
committer Eric Laurent <elaurent@google.com> 2009-07-24 06:58:44 -0700
commit4192cce1f252932b6f3cae43e3da7584f4cb2c28 (patch)
treebfad0bc2d210f173264701e4a8b1c00db91bcb9d /libs/audioflinger/AudioPolicyService.h
parent30b06eb8b98b6e6dc685cf65ad4faa25a85008c5 (diff)
Fix issue 2001204: libaudiopolicy.so and libaudiopolicygeneric.so libraries must be pre-linked.
Diffstat (limited to 'libs/audioflinger/AudioPolicyService.h')
-rw-r--r--libs/audioflinger/AudioPolicyService.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/audioflinger/AudioPolicyService.h b/libs/audioflinger/AudioPolicyService.h
index 47173dd7d6b3..1c469751ea44 100644
--- a/libs/audioflinger/AudioPolicyService.h
+++ b/libs/audioflinger/AudioPolicyService.h
@@ -109,8 +109,6 @@ private:
AudioPolicyService();
virtual ~AudioPolicyService();
- static const char *sAudioPolicyLibrary;
- static const char *sAudioPolicyGenericLibrary;
// Thread used for tone playback and to send audio config commands to audio flinger
// For tone playback, using a separate thread is necessary to avoid deadlock with mLock because startTone()
// and stopTone() are normally called with mLock locked and requesting a tone start or stop will cause
@@ -185,7 +183,6 @@ private:
AudioPolicyInterface* mpPolicyManager; // the platform specific policy manager
sp <AudioCommandThread> mAudioCommandThread; // audio commands thread
sp <AudioCommandThread> mTonePlaybacThread; // tone playback thread
- void *mpPolicyManagerLibHandle;
};
}; // namespace android