SensorNotifierUtils.h 241 B

1234567891011121314
  1. /*
  2. * Copyright (C) 2024 The LineageOS Project
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #pragma once
  7. #include <memory>
  8. #include <display/drm/mi_disp.h>
  9. bool readBool(int fd);
  10. std::shared_ptr<disp_event_resp> parseDispEvent(int fd);