summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-07-14 18:41:18 -0700
committerMathias Agopian <mathias@google.com>2010-07-14 18:43:19 -0700
commit24651682edaf71e8a826f23a7ea09bc97c8072c4 (patch)
treed3721d203440aaa3d8ac67890bf170a84e832b53 /services/audioflinger/AudioFlinger.cpp
parent4055b780bb7e85abcf4754b84e50bf407c45bec8 (diff)
downloadframeworks_base-24651682edaf71e8a826f23a7ea09bc97c8072c4.zip
frameworks_base-24651682edaf71e8a826f23a7ea09bc97c8072c4.tar.gz
frameworks_base-24651682edaf71e8a826f23a7ea09bc97c8072c4.tar.bz2
added BinderService<> template to help creating native binder services
Change-Id: Id980899d2647b56479f8a27c89eaa949f9209dfe
Diffstat (limited to 'services/audioflinger/AudioFlinger.cpp')
-rw-r--r--services/audioflinger/AudioFlinger.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/services/audioflinger/AudioFlinger.cpp b/services/audioflinger/AudioFlinger.cpp
index 97eb6c0..771d885 100644
--- a/services/audioflinger/AudioFlinger.cpp
+++ b/services/audioflinger/AudioFlinger.cpp
@@ -6068,11 +6068,4 @@ status_t AudioFlinger::onTransact(
return BnAudioFlinger::onTransact(code, data, reply, flags);
}
-// ----------------------------------------------------------------------------
-
-void AudioFlinger::instantiate() {
- defaultServiceManager()->addService(
- String16("media.audio_flinger"), new AudioFlinger());
-}
-
}; // namespace android