-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix method not found for NotProvisionedException hidden api #2632
Closed
manxiaoliang
wants to merge
110
commits into
projectceladon:celadon/u/mr0/master
from
manxiaoliang:dev_widevine
Closed
Fix method not found for NotProvisionedException hidden api #2632
manxiaoliang
wants to merge
110
commits into
projectceladon:celadon/u/mr0/master
from
manxiaoliang:dev_widevine
Conversation
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
Tracked-On: None Signed-off-by: swaroopb <swaroop.balan@intel.com>
Google base vendor hidl service and changes done to work with Intel connectivity solution. Tracked-On: OAM-73774 Signed-off-by: Jeevaka Prabu Badrappan <jeevaka.badrappan@intel.com>
This is first version of NN GPU HAL, which is based on OpenGL ES compute shader as backend. Tracked-On: OAM-79386 Signed-off-by: Fei Jiang <fei.jiang@intel.com>
1) Changes to send SCO handle to btusb sound card driver 2) Controller shows the support for Enhanced esco in the Local supported command response, but hfp is not working in this configuration. Hence masking the enhanced esco supportrd bit in the Command complete event of Local supported Commands Tracked-On: OAM-75510 Signed-off-by: Aiswarya Cyriac <aiswarya.cyriac@intel.com>
sprintf does not check the buffer boundaries, and hence it create KWerrors. Change the sprintf to snprintf Tracked-On: OAM-80092 Signed-off-by: Aiswarya Cyriac <aiswarya.cyriac@intel.com>
Intel Bluetooth device 9460/9560 also known as Jefferson Peak (JfP), 9160/9260 (also known as ThunderPeak) Tracked-On: OAM-80209 Signed-off-by: Aiswarya Cyriac <aiswarya.cyriac@intel.com>
Tracked-On: OAM-83232 Signed-off-by: Fei Jiang <fei.jiang@intel.com>
Fix for Possible memory leak - Dynamic memory stored in 'dev_list' allocated through function 'libusb_get_device_list' is not freed when the value of count <= 0 Tracked-On: OAM-81025 Signed-off-by: Amrita Raju <amrita.raju@intel.com>
Tracked-On: OAM-84111 Signed-off-by: Fei Jiang <fei.jiang@intel.com>
Initial release of health HAL Change-Id: Ie2a930c7a9e00771304d8d3be34e867c24dc3482 Tracked-On: OAM-84554 Signed-off-by: Sun Xinx xinx.sun@intel.com Reviewed-on: 677285
Change-Id: I1f9f53d0746e3059ef0af111f6829f1c0fc5c269 Tracked-On: OAM-84831 Signed-off-by: yipengya <yipeng.yao@intel.com> Reviewed-on: 677742
Initial release of thermal HAL Change-Id: I0c34d9bd8a104eac0df230e4972b28d0e77ba623 Tracked-On: OAM-84757 Signed-off-by: Sun Xinx xinx.sun@intel.com Reviewed-on: 677518
Addition of garbage collection utility as new feature in android Q Change-Id: I745210e98c31c3932ca9da45b94586656dbd9e9d Tracked-On: OAM-85114 Signed-off-by: tkaur <taranpreet.kaur@intel.com> Reviewed-on: 678344
run NN GPU HAL with GLES backend by default, it can be switched to vulkan backend by command "setprop nn.gpgpu.vulkan 1". Tracked-On: OAM-86881 Signed-off-by: Fei Jiang <fei.jiang@intel.com> Signed-off-by: yifang ma <yifangx.ma@intel.com>
Tracked-On: OAM-88717 Signed-off-by: yifang ma <yifangx.ma@intel.com>
Changes specific to marvell controller for esco MSBC is not required for celadon Tracked-On: OAM-89564 Signed-off-by: Aiswarya Cyriac <aiswarya.cyriac@intel.com>
Added Error messages for failures and ensured that function indicate error condition to calling functions Tracked-On: OAM-89564 Signed-off-by: Aiswarya Cyriac <aiswarya.cyriac@intel.com>
The backlight couldn't change on celadon, add the backlight control code. Tracked-On: OAM-90495 Signed-off-by: HeYue <yue.he@intel.com>
This patch adds support in thermal HAL to fetch CPU and battery temperature from host OS thermal utility via vsock communication. Tracked-On: OAM-90879 Signed-off-by: Saranya Gopal <saranya.gopal@intel.com>
This patch adds changes for health HAL to communicate with host battery utility to fetch battery info via vsock. Tracked-On: OAM-90939 Signed-off-by: Saranya Gopal <saranya.gopal@intel.com>
This patch fixes critical KW issues in thermal and health HAL. In addition, it also fixes few cosmetic issues like having same TEMP_UNIT macro for all temperature units and spacing issues. Tracked-On: OAM-91055 Signed-off-by: Saranya Gopal <saranya.gopal@intel.com>
This patch fixes KW error issues in thermal and health HAL. Tracked-On: OAM-91087 Signed-off-by: saranya <saranya.gopal@intel.com>
VTS expects temperature and threshold values in 2 ways. If filterType argument is true, only temperature and thresholds of that temperature type should be returned by getCurrentTemperatures() and getTemperatureThresholds() methods. CIV currently supports only CPU temperature and emulated test battery temperature. Other temperatures are not supported. This patch adds workaround to send fake data for other temperature types to pass VTS. Also, when filterType argument is false, VTS test expects temperatures to be sent in order. So, CPU, GPU and battery temperatures should be sent in order. GPU temperature is missing in CIV. So, add a dummy entry for GPU. Tracked-On: OAM-91198 Signed-off-by: Saranya Gopal <saranya.gopal@intel.com>
Tracked-On: OAM-91370 Signed-off-by: Raveendra Babu Chennakesavulu <raveendra.babu.chennakesavulu@intel.com>
This patch updates intelipc ID field size in thermal and health HALs to match with the host utilities. Tracked-On: OAM-91350 Signed-off-by: Saranya Gopal <saranya.gopal@intel.com>
This patch updates the port numbers used by virtual sockets so that they don't conflict with other domains. Tracked-On: OAM-91429 Signed-off-by: Saranya Gopal <saranya.gopal@intel.com>
This patch changes TEMP_UNIT to 1000.0 to prevent truncation during integer division. This also changes the data type of 'type' variable as int16_t so that it can take '-1' as value since as per AOSP, unknown temperature type should be -1. Tracked-On: OAM-90936 Signed-off-by: Saranya Gopal <saranya.gopal@intel.com>
Tracked-On: OAM-92853 Signed-off-by: ahs <amrita.h.s@intel.com>
It is recommended to have health HAL 2.1 in Android 11. This involves changes in few interfaces. This patch enables health HAL 2.1. Tracked-On: OAM-94214 Signed-off-by: saranya <saranya.gopal@intel.com>
Updating the maximum cpu cores to get cpu usage. Fix vts issue in CpuUsageTest Change-Id: I682bf3edaa81db0fac3c951a5b23e92485bd3364 Tracked-On: OAM-95360 Signed-off-by: mbegumx <mogalx.begum@intel.com> Signed-off-by: Kishan Mochi <kishan.mochi@intel.com>
bing8deng
approved these changes
Sep 26, 2024
sysopenci
added
Pending Developer Approval
Pending Developer Approval
Developer Approved
and removed
Developer Approved
Pending Developer Approval
Pending Developer Approval
labels
Sep 26, 2024
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
Tracked-On: OAM-119852 Signed-off-by: Long, Hanyu <hanyu.long@intel.com> Signed-off-by: manxiaoliang <xiaoliangx.man@intel.com>
manxiaoliang
force-pushed
the
dev_widevine
branch
from
September 26, 2024 07:49
310e08c
to
710488e
Compare
sysopenci
added
Valid commit message
and removed
Valid commit message
PR approved
labels
Sep 26, 2024
sysopenci
requested review from
balajim001,
bing8deng,
dyang23,
gkdeepa,
JeevakaPrabu,
kaushlen,
lchen43,
sgnanase,
shivasku82,
shyjumon-n,
swaroopbalan,
vilasrk,
yyao3 and
zhy1030
September 26, 2024 07:52
SUCCESS: Android CI has completed Engineering Build for this issue.Please check the linked Tracked-On issue/Android CI Web for more details. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The patch was ported from google to fix the error
(:Missing patch https://r.android.com/2770659 ) of ats case wvts.MediaDrmParameterizedTests#testInvalidDrmDeviceCertResponse[L3]
Tests done:
Tracked-On: OAM-119851