1 /*
2  * This file is auto-generated.  DO NOT MODIFY.
3  * Using: out/host/linux-x86/bin/aidl --lang=ndk -Weverything -Wno-missing-permission-annotation --structured --version 3 --hash notfrozen -t --stability vintf --min_sdk_version current -pout/soong/.intermediates/system/hardware/interfaces/media/android.media.audio.common.types_interface/4/preprocessed.aidl --previous_api_dir=hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core.sounddose/2 --previous_hash daed2ce165b383deb25a388fb04396a6b53746f3 --ninja -d out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.core.sounddose-V3-ndk-source/gen/staging/android/hardware/audio/core/sounddose/ISoundDose.cpp.d -h out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.core.sounddose-V3-ndk-source/gen/include/staging -o out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.core.sounddose-V3-ndk-source/gen/staging -Nhardware/interfaces/audio/aidl hardware/interfaces/audio/aidl/android/hardware/audio/core/sounddose/ISoundDose.aidl
4  *
5  * DO NOT CHECK THIS FILE INTO A CODE TREE (e.g. git, etc..).
6  * ALWAYS GENERATE THIS FILE FROM UPDATED AIDL COMPILER
7  * AS A BUILD INTERMEDIATE ONLY. THIS IS NOT SOURCE CODE.
8  */
9 #pragma once
10 
11 #include "aidl/android/hardware/audio/core/sounddose/ISoundDose.h"
12 
13 #include <android/binder_ibinder.h>
14 
15 namespace aidl {
16 namespace android {
17 namespace hardware {
18 namespace audio {
19 namespace core {
20 namespace sounddose {
21 class BpSoundDose : public ::ndk::BpCInterface<ISoundDose> {
22 public:
23   explicit BpSoundDose(const ::ndk::SpAIBinder& binder);
24   virtual ~BpSoundDose();
25 
26   ::ndk::ScopedAStatus setOutputRs2UpperBound(float in_rs2ValueDbA) override;
27   ::ndk::ScopedAStatus getOutputRs2UpperBound(float* _aidl_return) override;
28   ::ndk::ScopedAStatus registerSoundDoseCallback(const std::shared_ptr<::aidl::android::hardware::audio::core::sounddose::ISoundDose::IHalSoundDoseCallback>& in_callback) override;
29   ::ndk::ScopedAStatus getInterfaceVersion(int32_t* _aidl_return) override;
30   ::ndk::ScopedAStatus getInterfaceHash(std::string* _aidl_return) override;
31   int32_t _aidl_cached_version = -1;
32   std::string _aidl_cached_hash = "-1";
33   std::mutex _aidl_cached_hash_mutex;
34 };
35 }  // namespace sounddose
36 }  // namespace core
37 }  // namespace audio
38 }  // namespace hardware
39 }  // namespace android
40 }  // namespace aidl
41