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 -t --min_sdk_version 29 -pout/soong/.intermediates/hardware/interfaces/graphics/common/aidl/android.hardware.graphics.common_interface/6/preprocessed.aidl --ninja -d out/soong/.intermediates/frameworks/av/media/module/aidlpersistentsurface/graphicbuffersource-aidl-ndk-source/gen/staging/android/media/IAidlBufferSource.cpp.d -h out/soong/.intermediates/frameworks/av/media/module/aidlpersistentsurface/graphicbuffersource-aidl-ndk-source/gen/include/staging -o out/soong/.intermediates/frameworks/av/media/module/aidlpersistentsurface/graphicbuffersource-aidl-ndk-source/gen/staging -Iframeworks/native/aidl/gui -Iframeworks/base/core/java -Nframeworks/av/media/module/aidlpersistentsurface/aidl frameworks/av/media/module/aidlpersistentsurface/aidl/android/media/IAidlBufferSource.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/media/IAidlBufferSource.h"
12 
13 #include <android/binder_ibinder.h>
14 
15 namespace aidl {
16 namespace android {
17 namespace media {
18 class BpAidlBufferSource : public ::ndk::BpCInterface<IAidlBufferSource> {
19 public:
20   explicit BpAidlBufferSource(const ::ndk::SpAIBinder& binder);
21   virtual ~BpAidlBufferSource();
22 
23   ::ndk::ScopedAStatus onStart() override;
24   ::ndk::ScopedAStatus onStop() override;
25   ::ndk::ScopedAStatus onRelease() override;
26   ::ndk::ScopedAStatus onInputBufferAdded(int32_t in_bufferID) override;
27   ::ndk::ScopedAStatus onInputBufferEmptied(int32_t in_bufferID, const ::ndk::ScopedFileDescriptor& in_fence) override;
28 };
29 }  // namespace media
30 }  // namespace android
31 }  // namespace aidl
32