Loading sensors/1.0/vts/functional/SensorsHidlEnvironmentV1_0.h +0 −2 Original line number Diff line number Diff line Loading @@ -46,8 +46,6 @@ class SensorsHidlEnvironmentV1_0 bool resetHal() override; void startPollingThread() override; static void pollingThread(SensorsHidlEnvironmentV1_0* env, std::atomic_bool& stop); GTEST_DISALLOW_COPY_AND_ASSIGN_(SensorsHidlEnvironmentV1_0); }; #endif // ANDROID_SENSORS_HIDL_ENVIRONMENT_V1_0_H No newline at end of file sensors/aidl/vts/SensorsAidlEnvironment.h +0 −2 Original line number Diff line number Diff line Loading @@ -69,8 +69,6 @@ class SensorsAidlEnvironment : public SensorsVtsEnvironmentBase<Event> { */ void readEvents(); GTEST_DISALLOW_COPY_AND_ASSIGN_(SensorsAidlEnvironment); /** * Pointer to the Sensors HAL Interface that allows the test to call HAL functions. */ Loading sensors/common/vts/2_X/SensorsHidlEnvironmentV2_X.h +0 −2 Original line number Diff line number Diff line Loading @@ -79,8 +79,6 @@ class SensorsHidlEnvironmentV2_X */ void readEvents(); GTEST_DISALLOW_COPY_AND_ASSIGN_(SensorsHidlEnvironmentV2_X); /** * Pointer to the Sensors HAL Interface that allows the test to call HAL functions. */ Loading sensors/common/vts/utils/include/sensors-vts-utils/SensorsVtsEnvironmentBase.h +2 −2 Original line number Diff line number Diff line Loading @@ -115,6 +115,8 @@ class SensorsVtsEnvironmentBase { : mCollectionEnabled(false), mCallback(nullptr) { mServiceName = service_name; } SensorsVtsEnvironmentBase(const SensorsVtsEnvironmentBase&) = delete; SensorsVtsEnvironmentBase& operator=(const SensorsVtsEnvironmentBase&) = delete; virtual ~SensorsVtsEnvironmentBase(){}; void addEvent(const Event& ev) { Loading @@ -139,8 +141,6 @@ class SensorsVtsEnvironmentBase { std::mutex mEventsMutex; IEventCallback<Event>* mCallback; GTEST_DISALLOW_COPY_AND_ASSIGN_(SensorsVtsEnvironmentBase<Event>); }; #endif // ANDROID_SENSORS_VTS_ENVIRONMENT_BASE_H No newline at end of file Loading
sensors/1.0/vts/functional/SensorsHidlEnvironmentV1_0.h +0 −2 Original line number Diff line number Diff line Loading @@ -46,8 +46,6 @@ class SensorsHidlEnvironmentV1_0 bool resetHal() override; void startPollingThread() override; static void pollingThread(SensorsHidlEnvironmentV1_0* env, std::atomic_bool& stop); GTEST_DISALLOW_COPY_AND_ASSIGN_(SensorsHidlEnvironmentV1_0); }; #endif // ANDROID_SENSORS_HIDL_ENVIRONMENT_V1_0_H No newline at end of file
sensors/aidl/vts/SensorsAidlEnvironment.h +0 −2 Original line number Diff line number Diff line Loading @@ -69,8 +69,6 @@ class SensorsAidlEnvironment : public SensorsVtsEnvironmentBase<Event> { */ void readEvents(); GTEST_DISALLOW_COPY_AND_ASSIGN_(SensorsAidlEnvironment); /** * Pointer to the Sensors HAL Interface that allows the test to call HAL functions. */ Loading
sensors/common/vts/2_X/SensorsHidlEnvironmentV2_X.h +0 −2 Original line number Diff line number Diff line Loading @@ -79,8 +79,6 @@ class SensorsHidlEnvironmentV2_X */ void readEvents(); GTEST_DISALLOW_COPY_AND_ASSIGN_(SensorsHidlEnvironmentV2_X); /** * Pointer to the Sensors HAL Interface that allows the test to call HAL functions. */ Loading
sensors/common/vts/utils/include/sensors-vts-utils/SensorsVtsEnvironmentBase.h +2 −2 Original line number Diff line number Diff line Loading @@ -115,6 +115,8 @@ class SensorsVtsEnvironmentBase { : mCollectionEnabled(false), mCallback(nullptr) { mServiceName = service_name; } SensorsVtsEnvironmentBase(const SensorsVtsEnvironmentBase&) = delete; SensorsVtsEnvironmentBase& operator=(const SensorsVtsEnvironmentBase&) = delete; virtual ~SensorsVtsEnvironmentBase(){}; void addEvent(const Event& ev) { Loading @@ -139,8 +141,6 @@ class SensorsVtsEnvironmentBase { std::mutex mEventsMutex; IEventCallback<Event>* mCallback; GTEST_DISALLOW_COPY_AND_ASSIGN_(SensorsVtsEnvironmentBase<Event>); }; #endif // ANDROID_SENSORS_VTS_ENVIRONMENT_BASE_H No newline at end of file