-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GD: Hold wakelock when starting and stopping the Bluetooth stack
* Hold wakelock when starting and stopping the Bluetooth stack so that it can meet the timing requirement * Rename GD wakelock to bluetooth_gd_timer for easier debugging * Use native HAL based wakelock in GD Bug: 184608842 Tag: #gd-refactor Test: atest bluetooth_test_gd_unit BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines Ignore-AOSP-First: Cherry-pick to release branch Change-Id: Ib4679782061b82a70a240a2a614f7ee587e5c7c7 (cherry picked from commit 3ea82dbbb74beeb94a2ae15c6d9d1748a14c43ae)
- Loading branch information
Jack He
committed
May 21, 2021
1 parent
234f5ee
commit 9d88eb9
Showing
8 changed files
with
31 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -137,6 +137,7 @@ cc_library_shared { | |
android: { | ||
shared_libs: [ | ||
"android.system.suspend.control-V1-ndk", | ||
"[email protected]", | ||
"libaaudio", | ||
"libfmq", | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,7 @@ cc_test { | |
"[email protected]", | ||
"[email protected]", | ||
"android.system.suspend.control-V1-ndk", | ||
"[email protected]", | ||
"libaaudio", | ||
"libbase", | ||
"libbinder_ndk", | ||
|