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

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

Merge "AudioDevices HAL uses "default" service name"

parents 79a9526b eea329e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ sp<DevicesFactoryHalInterface> DevicesFactoryHalInterface::create() {
}

DevicesFactoryHalHidl::DevicesFactoryHalHidl() {
    mDevicesFactory = IDevicesFactory::getService("audio_devices_factory");
    mDevicesFactory = IDevicesFactory::getService();
    if (mDevicesFactory != 0) {
        // It is assumet that DevicesFactory is owned by AudioFlinger
        // and thus have the same lifespan.