msm8953: kang light hal from moto msm8937 tree

This commit is contained in:
jeangraff30
2020-12-27 23:38:19 -03:00
parent d92733b312
commit 5d7dcdfc69
11 changed files with 109 additions and 147 deletions

View File

@@ -1,17 +1,7 @@
/*
* Copyright (C) 2017 The LineageOS Project
* SPDX-License-Identifier: GPL-3.0-or-later
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* Copyright (C) 2019, Harshit Jain
*/
#ifndef ANDROID_HARDWARE_LIGHT_V2_0_LIGHT_H
@@ -38,14 +28,14 @@ using ::android::hardware::light::V2_0::Status;
using ::android::hardware::light::V2_0::Type;
class Light : public ILight {
public:
Light();
public:
Light();
Return<Status> setLight(Type type, const LightState& state) override;
Return<void> getSupportedTypes(getSupportedTypes_cb _hidl_cb) override;
Return<Status> setLight(Type type, const LightState& state) override;
Return<void> getSupportedTypes(getSupportedTypes_cb _hidl_cb) override;
private:
std::mutex globalLock;
private:
std::mutex globalLock;
};
} // namespace implementation
@@ -54,4 +44,4 @@ class Light : public ILight {
} // namespace hardware
} // namespace android
#endif // ANDROID_HARDWARE_LIGHT_V2_0_LIGHT_H
#endif // ANDROID_HARDWARE_LIGHT_V2_0_LIGHT_H