Xin Li
46143e52bc
[automerger skipped] Merge Android 12L am: d36a4710b1
-s ours am: ce05f25ef5
-s ours
...
am skip reason: Merged-In I08d1df9ce847a1973d75e21bee7103cc77132baf with SHA-1 6253979ff6
is already in history
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/2011694
Change-Id: Id2e36773bf86976aa38c0a297ef31a8b4c8ff8e5
2022-03-08 11:03:56 +00:00
Xin Li
3def5591b0
[automerger skipped] Merge "Merge Android 12L" am: 5935794511
-s ours
...
am skip reason: Merged-In I08d1df9ce847a1973d75e21bee7103cc77132baf with SHA-1 6253979ff6
is already in history
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/2011694
Change-Id: Id16f34a7e7fa609854a4436ca98152fa4ba2b067
2022-03-08 10:22:00 +00:00
Xin Li
ce05f25ef5
[automerger skipped] Merge Android 12L am: d36a4710b1
-s ours
...
am skip reason: Merged-In I08d1df9ce847a1973d75e21bee7103cc77132baf with SHA-1 6253979ff6
is already in history
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/2011694
Change-Id: I2bd5775f35e41551461bad7eb7017239cfaa50bb
2022-03-08 10:19:05 +00:00
Xin Li
5935794511
Merge "Merge Android 12L"
2022-03-08 06:53:03 +00:00
Xin Li
d36a4710b1
Merge Android 12L
...
Bug: 222710654
Merged-In: I08d1df9ce847a1973d75e21bee7103cc77132baf
Change-Id: I6e4e8ccfddd50c430ef1dfdbbc4b1d447753fcf7
2022-03-08 00:18:39 +00:00
Bob Badour
95cbdffb90
Merge "Declare license metadata for copied files." am: 0725d206fa
am: 6253979ff6
am: 856b0574d8
...
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/1984823
Change-Id: I2910c8fe4ea6e93a90aa8453738d5c18b9beb7a8
2022-02-15 03:42:56 +00:00
Bob Badour
856b0574d8
Merge "Declare license metadata for copied files." am: 0725d206fa
am: 6253979ff6
...
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/1984823
Change-Id: I2c49e01cd9b02ec9d0d8208655d82d18203d2370
2022-02-15 03:19:49 +00:00
Bob Badour
6253979ff6
Merge "Declare license metadata for copied files." am: 0725d206fa
...
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/1984823
Change-Id: I08d1df9ce847a1973d75e21bee7103cc77132baf
2022-02-15 03:06:11 +00:00
Bob Badour
0725d206fa
Merge "Declare license metadata for copied files."
2022-02-15 02:30:12 +00:00
Xin Li
ee6b0ed0cf
[automerger skipped] Merge sc-v2-dev-plus-aosp-without-vendor@8084891 am: d65087bcaf
-s ours am: ae018fe8b4
-s ours
...
am skip reason: Merged-In I99947e7fc58b5f6ab7d75f2af63b6bf9384917c3 with SHA-1 6c8e9f4b94
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/16845244
Change-Id: Ide8333889e67041ec6f6df923b87586bcd1b9725
2022-02-14 18:21:01 +00:00
Xin Li
ae018fe8b4
[automerger skipped] Merge sc-v2-dev-plus-aosp-without-vendor@8084891 am: d65087bcaf
-s ours
...
am skip reason: Merged-In I99947e7fc58b5f6ab7d75f2af63b6bf9384917c3 with SHA-1 6c8e9f4b94
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/16845244
Change-Id: I7ff1ad5cd5c4a9e8ab70d63f83c50fd21cda5bb6
2022-02-14 18:03:37 +00:00
Bob Badour
2c199ab96e
Declare license metadata for copied files.
...
Bug: 151177513
Test: m all dist reportmissinglicenses
Change-Id: Ia6f96edd7aea0b726bc0643b4a4c7c2ce9fe127b
2022-02-13 17:16:51 -08:00
Xin Li
d65087bcaf
Merge sc-v2-dev-plus-aosp-without-vendor@8084891
...
Bug: 214455710
Merged-In: I99947e7fc58b5f6ab7d75f2af63b6bf9384917c3
Change-Id: I2a497f8cd91f0a67b10d35ecfb51becebedb7311
2022-02-11 06:57:38 +00:00
Isaac Chiou
e1aad8d6ec
Add HAL APIs and configurations for CHRE NAN RTT
...
Add HAL APIs and configuration in wifi_hal.h.
Test: Build pass
Test: New APIs work fine.
Bug: 206614765
Change-Id: I30681a580f1751518a30c258524a9b6216aab705
2022-01-29 07:31:06 +08:00
Sunil Ravi
3f3737abcd
wifi: Get the supported radio combinations matrix
...
Added API to get the supported radio combinations
of the chip. This is mainly to check if the chip is
capable of multi band simultaneous operation.
For Example in case of a chip which has two radios, where one radio is
capable of 2.4GHz 2X2 only and another radio which is capable of either
5GHz or 6GHz 2X2, number of possible radio combinations in this case
are 5 and possible combinations are
{{{2G 2X2}}, //Standalone 2G
{{5G 2X2}}, //Standalone 5G
{{6G 2X2}}, //Standalone 6G
{{2G 2X2}, {5G 2X2}}, //2G+5G DBS
{{2G 2X2}, {6G 2X2}}} //2G+6G DBS
Bug: 208877624
Test: unit test
Change-Id: I4c90f80002ca138133a575bca80dfdef2a593ab2
2022-01-26 23:21:57 -08:00
Sunil Ravi
8ec08d0216
Wifi: API to set the indoor state of device
...
If set, it indicates that the device is operating
in an indoor environment. When driver receives this
indication, it can safely enable WFD GO operation
on indoor channels.
Bug: 207671411
Test: Manual basic wifi tests
Change-Id: I970dd54f538ee85d76d702b1ce36432bad901602
2022-01-25 11:44:15 -08:00
Ahmed ElArabawy
60d787cd15
Wifi: Add needed definitions for 11be support
...
This commit adds the necessary defines for 11be(WiFi-7) support
Bug: 198746544
Test: Builds Successfully
Change-Id: I5be07dac3f5eb196717474ac8a1f2e3b1e2556d5
2022-01-21 22:09:46 +00:00
Roshan Pius
10c3ee551c
libpower: Set uwb apex sdk to Tiramisu
...
Bug: 215526504
Test: Compiles
Change-Id: I7da60eaa71cecbf96e7d4cfa235a16f947d5a416
2022-01-20 18:52:07 +00:00
Nate(Qiang) Jiang
a07d7c97d0
Merge "Add wifi-aware 3.1 support"
2022-01-07 01:43:57 +00:00
Nate Jiang
4dac6dcef8
Add wifi-aware 3.1 support
...
Add instant communication mode and NCS-PK support
Bug: 203220137
Test: build
Change-Id: I46fd18d1e1780b76c40f59ed05503e39b71e3aa6
2021-10-18 16:57:57 -07:00
Veerendranath Jakkam
6a489c0360
wifi: Add feature flag to indicate support for set MAC without iface reset
...
This commit adds the enum to indicate driver support for MAC address
change without iface reset.
Bug: 202424223
Test: atest VtsHalWifiV1_5TargetTest
Test: Manual - Connect STA to AP and check random mac is set
Change-Id: I29662153d83eedf9986142f8371f3a7251b625dc
2021-10-14 13:05:42 -07:00
Xin Li
75ebab6ba4
[automerger skipped] Merge "Merge Android 12" am: 5282db2a81
-s ours am: a954bc4fe0
-s ours am: 45c9cb51ce
-s ours am: e2555413d1
-s ours am: 0ed1edd8d4
-s ours
...
am skip reason: Merged-In I63befde52711ce60502d5ddfcb47e6f1faddbad0 with SHA-1 27b19b918b
is already in history
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/1847662
Change-Id: Ie2ede4dbc22fba9d0554033aaef8a3fbfe3c3cc6
2021-10-08 08:59:35 +00:00
Xin Li
0ed1edd8d4
[automerger skipped] Merge "Merge Android 12" am: 5282db2a81
-s ours am: a954bc4fe0
-s ours am: 45c9cb51ce
-s ours am: e2555413d1
-s ours
...
am skip reason: Merged-In I63befde52711ce60502d5ddfcb47e6f1faddbad0 with SHA-1 27b19b918b
is already in history
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/1847662
Change-Id: Ieaaa64aa67b8efa10166a1e4c2ba9ca7502b6e01
2021-10-08 08:29:24 +00:00
Xin Li
e2555413d1
[automerger skipped] Merge "Merge Android 12" am: 5282db2a81
-s ours am: a954bc4fe0
-s ours am: 45c9cb51ce
-s ours
...
am skip reason: Merged-In I63befde52711ce60502d5ddfcb47e6f1faddbad0 with SHA-1 27b19b918b
is already in history
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/1847662
Change-Id: If487827dc94bd27296fbcef48fa98bcab80cc831
2021-10-08 07:56:26 +00:00
Xin Li
45c9cb51ce
[automerger skipped] Merge "Merge Android 12" am: 5282db2a81
-s ours am: a954bc4fe0
-s ours
...
am skip reason: Merged-In I63befde52711ce60502d5ddfcb47e6f1faddbad0 with SHA-1 27b19b918b
is already in history
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/1847662
Change-Id: Ia5340359b4dbb5916ce611ad9a50a3cc36d241cd
2021-10-08 01:39:10 +00:00
Xin Li
a954bc4fe0
[automerger skipped] Merge "Merge Android 12" am: 5282db2a81
-s ours
...
am skip reason: Merged-In I63befde52711ce60502d5ddfcb47e6f1faddbad0 with SHA-1 27b19b918b
is already in history
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/1847662
Change-Id: I9c9740f32aa192661db7b494f4ffc388fd1490e8
2021-10-08 01:19:44 +00:00
Xin Li
5282db2a81
Merge "Merge Android 12"
2021-10-07 23:50:45 +00:00
Xin Li
0a1470ac3c
Merge Android 12
...
Bug: 202323961
Merged-In: I63befde52711ce60502d5ddfcb47e6f1faddbad0
Change-Id: I58d44f7c910fa23a1d3fdc279252eca063aa32cf
2021-10-06 22:53:41 +00:00
Steven Moreland
cadeb73a86
[automerger skipped] Merge "Remove ndk_platform backend. Use the ndk backend." am: 18e980bac2
am: 27b19b918b
am: ef90be2d62
am: a39725ccb6
am: e1a8d21728
-s ours
...
am skip reason: Merged-In Ifadc89ec1cdb32dc39d5639665167c7bae336836 with SHA-1 1f909ca20a
is already in history
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/1789270
Change-Id: I76a11f87ab347c4f8957c24a655100a79328c1d2
2021-08-27 10:28:10 +00:00
Steven Moreland
e1a8d21728
Merge "Remove ndk_platform backend. Use the ndk backend." am: 18e980bac2
am: 27b19b918b
am: ef90be2d62
am: a39725ccb6
...
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/1789270
Change-Id: I0faddab755e6e430cc67cd3cfb0f752708860aa3
2021-08-27 10:14:11 +00:00
Steven Moreland
a39725ccb6
Merge "Remove ndk_platform backend. Use the ndk backend." am: 18e980bac2
am: 27b19b918b
am: ef90be2d62
...
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/1789270
Change-Id: I7cd02e886e2c6af101a1ddcba7d567ffab2710d5
2021-08-25 20:17:20 +00:00
Steven Moreland
ef90be2d62
Merge "Remove ndk_platform backend. Use the ndk backend." am: 18e980bac2
am: 27b19b918b
...
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/1789270
Change-Id: I3d7edd928a51e9af582690705db9da9e2d026d40
2021-08-25 20:02:03 +00:00
Steven Moreland
27b19b918b
Merge "Remove ndk_platform backend. Use the ndk backend." am: 18e980bac2
...
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/1789270
Change-Id: I63befde52711ce60502d5ddfcb47e6f1faddbad0
2021-08-25 19:45:22 +00:00
Steven Moreland
18e980bac2
Merge "Remove ndk_platform backend. Use the ndk backend."
2021-08-25 19:28:36 +00:00
Roshan Pius
7813a70208
uwb: Allow uwb apex to include libpower
...
Bug: 188911079
Test: Compiles
Change-Id: Ia04e09f1f589dd49534bffe2878ef84e32434a7d
2021-08-19 12:19:50 -07:00
Xin Li
21752b993e
[automerger skipped] Merge sc-dev-plus-aosp-without-vendor@7634622 am: 4381e43edc
-s ours am: ea7041e7a9
-s ours am: 3e8852b8ac
-s ours am: fde9a61c30
-s ours
...
am skip reason: Merged-In I784966b69df92eb1fde4fa4d80e0b1fad9c70a01 with SHA-1 019e325e34
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/15564470
Change-Id: I06941dd1f20e636ee69ea66300f40b7c25149cbb
2021-08-18 00:23:34 +00:00
Xin Li
fde9a61c30
[automerger skipped] Merge sc-dev-plus-aosp-without-vendor@7634622 am: 4381e43edc
-s ours am: ea7041e7a9
-s ours am: 3e8852b8ac
-s ours
...
am skip reason: Merged-In I784966b69df92eb1fde4fa4d80e0b1fad9c70a01 with SHA-1 019e325e34
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/15564470
Change-Id: Id30c1996aa802ac2e57bbc0da61dc1185fe5d488
2021-08-17 20:32:15 +00:00
Xin Li
3e8852b8ac
[automerger skipped] Merge sc-dev-plus-aosp-without-vendor@7634622 am: 4381e43edc
-s ours am: ea7041e7a9
-s ours
...
am skip reason: Merged-In I784966b69df92eb1fde4fa4d80e0b1fad9c70a01 with SHA-1 019e325e34
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/15564470
Change-Id: Ie46cebf3b19a98fe3713481b9ee519732c31f73b
2021-08-17 19:46:10 +00:00
Xin Li
ea7041e7a9
[automerger skipped] Merge sc-dev-plus-aosp-without-vendor@7634622 am: 4381e43edc
-s ours
...
am skip reason: Merged-In I784966b69df92eb1fde4fa4d80e0b1fad9c70a01 with SHA-1 019e325e34
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/15564470
Change-Id: Ie1b18de9be5279089f53843129e402859b262c3b
2021-08-17 18:35:40 +00:00
Xin Li
4381e43edc
Merge sc-dev-plus-aosp-without-vendor@7634622
...
Merged-In: I784966b69df92eb1fde4fa4d80e0b1fad9c70a01
Change-Id: I2b9353fae26aab847985bfe1b702f67f57e82a2f
2021-08-14 06:30:58 +00:00
Jiyong Park
6c8e9f4b94
Remove ndk_platform backend. Use the ndk backend.
...
The ndk_platform backend will soon be deprecated because the ndk backend
can serve the same purpose. This is to eliminate the confusion about
having two variants (ndk and ndk_platform) for the same ndk backend.
Bug: 161456198
Test: m
Merged-In: Ifadc89ec1cdb32dc39d5639665167c7bae336836
Change-Id: I99947e7fc58b5f6ab7d75f2af63b6bf9384917c3
2021-08-09 09:06:11 +09:00
TreeHugger Robot
7af2715a1e
Merge "Remove ndk_platform backend. Use the ndk backend."
2021-08-05 09:35:37 +00:00
Kalesh Singh
f77e00c734
Merge "libpower: Check if suspend service is null" am: a719829bb8
am: 17c06cc780
am: 019e325e34
am: d6d2e1a677
...
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/1786228
Change-Id: Ie5be5290f639e6c17882a9109917568c00e5be8d
2021-08-04 21:14:33 +00:00
Kalesh Singh
d6d2e1a677
Merge "libpower: Check if suspend service is null" am: a719829bb8
am: 17c06cc780
am: 019e325e34
...
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/1786228
Change-Id: I1c4069600119831b09c529b9ad2924ff59cd7260
2021-08-04 21:03:57 +00:00
Kalesh Singh
019e325e34
Merge "libpower: Check if suspend service is null" am: a719829bb8
am: 17c06cc780
...
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/1786228
Change-Id: I784966b69df92eb1fde4fa4d80e0b1fad9c70a01
2021-08-04 20:50:10 +00:00
Kalesh Singh
17c06cc780
Merge "libpower: Check if suspend service is null" am: a719829bb8
...
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/1786228
Change-Id: I7419ba70ee90ea493f8b0174a31040d1225d2af8
2021-08-04 20:29:06 +00:00
Kalesh Singh
a719829bb8
Merge "libpower: Check if suspend service is null"
2021-08-04 20:13:01 +00:00
Kalesh Singh
06c0d048b1
libpower: Check if suspend service is null
...
Before requesting wakelock ensure that we have a valid suspend service.
Use waitForService instead of checkService.
Test: libpower_test
Test: block_suspend
Test: atest NexusLauncherOutOfProcTests:MemoryTests#testAppLaunchFromWorkspace --rerun-until-failure 10
Bug: 195319784
Change-Id: If13e233360a7b5f372dd2991c1891ee0bee8544b
2021-08-04 19:30:18 +00:00
Jiyong Park
1f909ca20a
Remove ndk_platform backend. Use the ndk backend.
...
The ndk_platform backend will soon be deprecated because the ndk backend
can serve the same purpose. This is to eliminate the confusion about
having two variants (ndk and ndk_platform) for the same ndk backend.
Bug: 161456198
Test: m
Change-Id: Ifadc89ec1cdb32dc39d5639665167c7bae336836
2021-08-04 12:48:07 +09:00
Kalesh Singh
caa24e956c
Merge "libpower: Use AIDL suspend HAL" am: fc7f7499c2
am: c7b64322c2
am: da1d02fbee
am: 18db79755b
...
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/1773450
Change-Id: I2365b2d75faf5a46d55d9b2ced6b872db4ab19e7
2021-07-23 18:59:57 +00:00