blob: 7eec4a476fd82a432f357bb9388d528d3c72ce86 [file] [log] [blame]
#pragma once
#include <binder/IBinder.h>
#include <binder/IInterface.h>
#include <utils/Errors.h>
#include <android/gui/IFpsListener.h>
namespace android {
namespace gui {
class BpFpsListener : public ::android::BpInterface<IFpsListener> {
public:
explicit BpFpsListener(const ::android::sp<::android::IBinder>& _aidl_impl);
virtual ~BpFpsListener() = default;
::android::binder::Status onFpsReported(float fps) override;
}; // class BpFpsListener
} // namespace gui
} // namespace android