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

Commit debe0a79 authored by Vlad Popa's avatar Vlad Popa
Browse files

Fix ISoundDose namespace and path

This change is triggered by the refactoring of the ISoundDose.aidl to
pass the hal_implementation_test which is now declared as types only.

Test: VtsHalSoundDoseFactoryTargetTest, VtsHalAudioCoreTargetTest,
hal_implementation_test
Bug: 263388737

Change-Id: I28f8d681a525ad4af9b813d206a22d03ea38337e
parent 90cdfb13
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
#include <android/binder_manager.h>
#include <utils/Log.h>

using aidl::android::hardware::audio::core::ISoundDose;
using aidl::android::hardware::audio::core::sounddose::ISoundDose;
using aidl::android::hardware::audio::sounddose::ISoundDoseFactory;

namespace android {
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

#pragma once

#include <aidl/android/hardware/audio/core/ISoundDose.h>
#include <aidl/android/hardware/audio/core/sounddose/ISoundDose.h>
#include <aidl/android/media/audio/common/AudioDevice.h>
#include <android/media/BnSoundDose.h>
#include <android/media/ISoundDoseCallback.h>
@@ -30,7 +30,7 @@

namespace android {

using aidl::android::hardware::audio::core::ISoundDose;
using aidl::android::hardware::audio::core::sounddose::ISoundDose;

class SoundDoseManager : public audio_utils::MelProcessor::MelCallback {
public:
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
// #define LOG_NDEBUG 0
#define LOG_TAG "SoundDoseManager_tests"

#include <aidl/android/hardware/audio/core/BnSoundDose.h>
#include <aidl/android/hardware/audio/core/sounddose/BnSoundDose.h>
#include <gmock/gmock.h>
#include <gtest/gtest.h>

@@ -26,7 +26,7 @@
namespace android {
namespace {

using aidl::android::hardware::audio::core::BnSoundDose;
using aidl::android::hardware::audio::core::sounddose::BnSoundDose;
using aidl::android::media::audio::common::AudioDevice;
using aidl::android::media::audio::common::AudioDeviceAddress;