mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-01 07:47:55 +00:00
No description
caece2d972
* Instead of messing around with indices, look up the requestNumber in the array. * This has a cost of O(N) instead of O(1) with the previous implementation, but we don't receive unsol response codes frequently enough to be worried about this. * This was needed because a few vendor reponses, aka RIL_UNSOL_SNDMGR_WB_AMR_REPORT at index 33 and RIL_UNSOL_SNDMGR_CLOCK_CTRL at index 34 could not be addressed by their array indices anymore because we cannot calculate their index by the unsol response code we receive from the modem. Change-Id: I27319e621c777fe19ae8908d7e0c4a46d6dd6d3b |
||
---|---|---|
AdvancedDisplay | ||
audio | ||
cmhw/org/cyanogenmod/hardware | ||
consumerir | ||
dtbhtool | ||
exynos/multimedia | ||
exynos3/s5pc110 | ||
exynos4 | ||
fingerprint | ||
liblights | ||
macloader | ||
modemloader | ||
power | ||
ril | ||
wifiloader | ||
Android.mk | ||
exynos4x12.mk | ||
exynos4210.mk | ||
mkbootimg.mk | ||
s5pc110.mk |