1 /*
2  * This file is auto-generated.  DO NOT MODIFY.
3  * Using: out/host/linux-x86/bin/aidl --lang=ndk --structured --version 1 --hash 514f08f7a595501066b94e5de878d240b4d49456 -t --stability vintf --min_sdk_version current -pout/soong/.intermediates/hardware/interfaces/sensors/aidl/android.hardware.sensors_interface/3/preprocessed.aidl -pout/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common_interface/2/preprocessed.aidl --ninja -d out/soong/.intermediates/frameworks/hardware/interfaces/sensorservice/aidl/android.frameworks.sensorservice-V1-ndk-source/gen/staging/android/frameworks/sensorservice/IEventQueue.cpp.d -h out/soong/.intermediates/frameworks/hardware/interfaces/sensorservice/aidl/android.frameworks.sensorservice-V1-ndk-source/gen/include/staging -o out/soong/.intermediates/frameworks/hardware/interfaces/sensorservice/aidl/android.frameworks.sensorservice-V1-ndk-source/gen/staging -Nframeworks/hardware/interfaces/sensorservice/aidl/aidl_api/android.frameworks.sensorservice/1 frameworks/hardware/interfaces/sensorservice/aidl/aidl_api/android.frameworks.sensorservice/1/android/frameworks/sensorservice/IEventQueue.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/frameworks/sensorservice/IEventQueue.h"
12 
13 #include <android/binder_ibinder.h>
14 
15 namespace aidl {
16 namespace android {
17 namespace frameworks {
18 namespace sensorservice {
19 class BpEventQueue : public ::ndk::BpCInterface<IEventQueue> {
20 public:
21   explicit BpEventQueue(const ::ndk::SpAIBinder& binder);
22   virtual ~BpEventQueue();
23 
24   ::ndk::ScopedAStatus disableSensor(int32_t in_sensorHandle) override;
25   ::ndk::ScopedAStatus enableSensor(int32_t in_sensorHandle, int32_t in_samplingPeriodUs, int64_t in_maxBatchReportLatencyUs) override;
26   ::ndk::ScopedAStatus getInterfaceVersion(int32_t* _aidl_return) override;
27   ::ndk::ScopedAStatus getInterfaceHash(std::string* _aidl_return) override;
28   int32_t _aidl_cached_version = -1;
29   std::string _aidl_cached_hash = "-1";
30   std::mutex _aidl_cached_hash_mutex;
31 };
32 }  // namespace sensorservice
33 }  // namespace frameworks
34 }  // namespace android
35 }  // namespace aidl
36