blob: d4501683cab45cdc771d2647c388858a8ebe15c1 [file] [log] [blame]
#pragma once
#include "aidl/android/hardware/automotive/occupant_awareness/IOccupantAwarenessClientCallback.h"
#include <android/binder_ibinder.h>
namespace aidl {
namespace android {
namespace hardware {
namespace automotive {
namespace occupant_awareness {
class BpOccupantAwarenessClientCallback : public ::ndk::BpCInterface<IOccupantAwarenessClientCallback> {
public:
explicit BpOccupantAwarenessClientCallback(const ::ndk::SpAIBinder& binder);
virtual ~BpOccupantAwarenessClientCallback();
::ndk::ScopedAStatus onSystemStatusChanged(int32_t in_detectionFlags, ::aidl::android::hardware::automotive::occupant_awareness::OccupantAwarenessStatus in_status) override;
::ndk::ScopedAStatus onDetectionEvent(const ::aidl::android::hardware::automotive::occupant_awareness::OccupantDetections& in_detections) override;
::ndk::ScopedAStatus getInterfaceVersion(int32_t* _aidl_return) override;
::ndk::ScopedAStatus getInterfaceHash(std::string* _aidl_return) override;
int32_t _aidl_cached_version = -1;
std::string _aidl_cached_hash = "-1";
std::mutex _aidl_cached_hash_mutex;
};
} // namespace occupant_awareness
} // namespace automotive
} // namespace hardware
} // namespace android
} // namespace aidl