blob: c6a4c0a3e950105ae6ca2c7e1362baa7a3d13ac5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
This directory contains RRC HAL interface, which defines the interface of
Refresh Rate Controller and is used to build a RRC shared library.
This library is pre-built by MediaTek internal.
WHAT IT DOES?
=============
librrc.so provides api for notify multimedia scenarios.
HOW IT WAS BUILT?
==================
It needs the following library from AOSP:
1. liblog.so
2. libutils.so
3. libcutils.so
All source/dependency modules of this module are already put in
'vendor/mediatek/libs' folder.
HOW TO USE IT?
==============
Provide api for user notify the active scenarios to decide proper display refresh rate.
All the source code of this library were written by MediaTek co..
|