added BinderService<> template to help creating native binder services
Change-Id: Id980899d2647b56479f8a27c89eaa949f9209dfe
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user