Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 108c3855 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "AudioDevices HAL uses "default" service name"

parents d86b0f1f 55f7247d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ using android::OK;
int main(int /* argc */, char* /* argv */ []) {
    configureRpcThreadpool(16, true /*callerWillJoin*/);
    android::status_t status;
    status = registerPassthroughServiceImplementation<IDevicesFactory>("audio_devices_factory");
    status = registerPassthroughServiceImplementation<IDevicesFactory>();
    LOG_ALWAYS_FATAL_IF(status != OK, "Error while registering audio service: %d", status);
    status = registerPassthroughServiceImplementation<IEffectsFactory>("audio_effects_factory");
    LOG_ALWAYS_FATAL_IF(status != OK, "Error while registering audio effects service: %d", status);