1 /* 2 * This file is auto-generated. DO NOT MODIFY. 3 * Using: out/host/linux-x86/bin/aidl-cpp -dout/soong/.temp/sbox/130b1e564013de5ae8764a3d7b3148b0efeddefb/out/android/IOMXBufferSource.cpp.d --ninja -Iframeworks/av/media/libmedia/aidl -t --min_sdk_version=platform_apis -Iframeworks/av/media/libmedia/aidl/ frameworks/av/media/libmedia/aidl/android/IOMXBufferSource.aidl out/soong/.temp/sbox/130b1e564013de5ae8764a3d7b3148b0efeddefb/out out/soong/.temp/sbox/130b1e564013de5ae8764a3d7b3148b0efeddefb/out/android/IOMXBufferSource.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/IOMXBufferSource.h> 15 16 namespace android { 17 class LIBBINDER_EXPORTED BpOMXBufferSource : public ::android::BpInterface<IOMXBufferSource> { 18 public: 19 explicit BpOMXBufferSource(const ::android::sp<::android::IBinder>& _aidl_impl); 20 virtual ~BpOMXBufferSource() = default; 21 ::android::binder::Status onOmxExecuting() override; 22 ::android::binder::Status onOmxIdle() override; 23 ::android::binder::Status onOmxLoaded() override; 24 ::android::binder::Status onInputBufferAdded(int32_t bufferID) override; 25 ::android::binder::Status onInputBufferEmptied(int32_t bufferID, const ::android::OMXFenceParcelable& fenceParcel) override; 26 }; // class BpOMXBufferSource 27 } // namespace android 28