1 /*
2  * This file is auto-generated.  DO NOT MODIFY.
3  * Using: out/host/linux-x86/bin/aidl-cpp -dout/soong/.temp/sbox/318b8d90ecf93085c641582dc1fc9ad4e55d0982/out/android/os/storaged/IStoragedPrivate.cpp.d --ninja -Isystem/core/storaged/binder -Iframeworks/native/aidl/binder -t --min_sdk_version=platform_apis -Isystem/core/storaged/binder/ system/core/storaged/binder/android/os/storaged/IStoragedPrivate.aidl out/soong/.temp/sbox/318b8d90ecf93085c641582dc1fc9ad4e55d0982/out out/soong/.temp/sbox/318b8d90ecf93085c641582dc1fc9ad4e55d0982/out/android/os/storaged/IStoragedPrivate.cpp
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 <binder/IBinder.h>
12 #include <binder/IInterface.h>
13 #include <utils/Errors.h>
14 #include <android/os/storaged/IStoragedPrivate.h>
15 
16 namespace android {
17 namespace os {
18 namespace storaged {
19 class LIBBINDER_EXPORTED BpStoragedPrivate : public ::android::BpInterface<IStoragedPrivate> {
20 public:
21   explicit BpStoragedPrivate(const ::android::sp<::android::IBinder>& _aidl_impl);
22   virtual ~BpStoragedPrivate() = default;
23   ::android::binder::Status dumpUids(::std::vector<::android::os::storaged::UidInfo>* _aidl_return) override;
24   ::android::binder::Status dumpPerfHistory(::std::vector<int32_t>* _aidl_return) override;
25 };  // class BpStoragedPrivate
26 }  // namespace storaged
27 }  // namespace os
28 }  // namespace android
29