| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
* These are currently in FrameworksResTarget, but were
moved to sysprops in Android 13.
https://android.googlesource.com/platform/system/libsysprop/+/976d33062b51e77edde44faad1a6e801c5dc0188%5E%21/#F0
Change-Id: I5bff67a15c537e8a47a19f30776fca6bf2c9fbe5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The class of device is a string with a list of uint8t values:
90,2,12
The meaning is as follows:
{Service Field, Major class, Minor class}
Service Field: 0x5A -> 90
Bit 17: Networking
Bit 19: Capturing
Bit 20: Object Transfer
Bit 22: Telephony
MAJOR_CLASS: 0x02 -> 2 (Phone)
MINOR_CLASS: 0x0C -> 12 (Smart Phone)
Bug: 217452259
Test: make -j; -- check that bluetooth.device.class_of_device is
correct
Change-Id: I24fd57bacbf6786a26f7079e7a6e9857dbe170d1
|
|
|
|
|
|
| |
Bug: 217448211
Test: atest BluetoothInstrumentationTests
Change-Id: I9312b9b70b51603aca6da6f4081533ab73c1614d
|
|
|
|
|
|
| |
Bug: 217448211
Test: make -j
Change-Id: Idd7e52b7822915ed61299f1c0b29bf87ca0339fe
|
|
|
|
| |
Change-Id: Ic0fbdc97961808eba939b5785a4e1c2a275bed63
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a squash of the following:
1. Set refresh rate idle timeout in SF
* This allows refresh rate to drop to 60Hz when idle,
leading to minor power savings.
* Kanged from redfin with minor modification.
2. Relax automatic refresh rate switching
* In some cases there maybe a slight flickering while
switching refresh rate. Increase the timeout to
reduce the frequent switching and improve UX.
* Move the props to product to override the ones in
vendor which is set by display HAL configuration.
Change-Id: I5fbfd45fb30479db46970214db15a115acb075ef
|
|
|
|
|
|
| |
Bug: 175231451
Test: CtsMediaTranscodingTestCases:MediaTranscodeManagerTest
Change-Id: Id25ce60b58ab29a8670695c77be20dd53d63981a
|
|
- V13.0.8.0.RKCMIXM
Change-Id: I54c4a00971a42750a4b0809913250f72b0b7c167
|