sm8250-common: livedisplay: Uprev to 2.1
Change-Id: I98b2ea16ed342339ee652d5cb79dcfd22f8c0a0d
This commit is contained in:
@@ -14,18 +14,18 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef VENDOR_LINEAGE_LIVEDISPLAY_V2_0_DISPLAYMODES_H
|
||||
#define VENDOR_LINEAGE_LIVEDISPLAY_V2_0_DISPLAYMODES_H
|
||||
#ifndef VENDOR_LINEAGE_LIVEDISPLAY_V2_1_DISPLAYMODES_H
|
||||
#define VENDOR_LINEAGE_LIVEDISPLAY_V2_1_DISPLAYMODES_H
|
||||
|
||||
#include <hidl/MQDescriptor.h>
|
||||
#include <hidl/Status.h>
|
||||
#include <vendor/lineage/livedisplay/2.0/IDisplayModes.h>
|
||||
#include <vendor/lineage/livedisplay/2.1/IDisplayModes.h>
|
||||
#include <map>
|
||||
|
||||
namespace vendor {
|
||||
namespace lineage {
|
||||
namespace livedisplay {
|
||||
namespace V2_0 {
|
||||
namespace V2_1 {
|
||||
namespace implementation {
|
||||
|
||||
using ::android::hardware::Return;
|
||||
@@ -36,7 +36,7 @@ class DisplayModes : public IDisplayModes {
|
||||
public:
|
||||
DisplayModes();
|
||||
|
||||
// Methods from ::vendor::lineage::livedisplay::V2_0::IDisplayModes follow.
|
||||
// Methods from ::vendor::lineage::livedisplay::V2_1::IDisplayModes follow.
|
||||
Return<void> getDisplayModes(getDisplayModes_cb resultCb) override;
|
||||
Return<void> getCurrentDisplayMode(getCurrentDisplayMode_cb resultCb) override;
|
||||
Return<void> getDefaultDisplayMode(getDefaultDisplayMode_cb ResultCb) override;
|
||||
@@ -52,9 +52,9 @@ class DisplayModes : public IDisplayModes {
|
||||
};
|
||||
|
||||
} // namespace implementation
|
||||
} // namespace V2_0
|
||||
} // namespace V2_1
|
||||
} // namespace livedisplay
|
||||
} // namespace lineage
|
||||
} // namespace vendor
|
||||
|
||||
#endif // VENDOR_LINEAGE_LIVEDISPLAY_V2_0_DISPLAYMODES_H
|
||||
#endif // VENDOR_LINEAGE_LIVEDISPLAY_V2_1_DISPLAYMODES_H
|
||||
|
||||
Reference in New Issue
Block a user