• R/O
  • HTTP
  • SSH
  • HTTPS

コミット一覧

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

frameworks/base


RSS
Rev. 日時 作者
9d07110 honeycomb-x86 2012-01-11 20:31:28 Josh Stone

libutils: Fix an improper const-cast in RefBase

Under Fedora 15 Beta, gcc 4.6.0 warns:

frameworks/base/libs/utils/RefBase.cpp: In member function
‘void android::RefBase::weakref_type::trackMe(bool, bool)’:
frameworks/base/libs/utils/RefBase.cpp:483:67: error: passing
‘const android::RefBase::weakref_impl’ as ‘this’ argument of
‘void android::RefBase::weakref_impl::trackMe(bool, bool)’
discards qualifiers [-fpermissive]

trackMe is not a const function, so don't use const in the static_cast
to a weakref_impl pointer.

Change-Id: I3c9ba73eb127985f5f54197ffecf2939c50f632c

8b3ef09 2012-01-01 21:32:46 Chih-Wei Huang

InputReader: add 5-point calibration

232fef0 2011-12-15 17:49:38 Chih-Wei Huang

EventHub: load a default .idc if no other .idc found for touchscreen

The patch moves loadConfigurationLocked to later stage that may cause issues
if upstream changes. Needs to review it on rebasing.

f4471d5 2011-11-17 01:58:39 Chih-Wei Huang

Merge branch 'aosp/honeycomb-LTE-release' into honeycomb-mr2-x86

e9e23fa 2011-09-13 16:35:59 Chih-Wei Huang

a temporary fix the hardware layer issue

7944ef8 2011-09-12 08:46:33 Robert Greenwalt

Make copies of NetworkInfo to give out.

Otherwise we'll change it out from under those we've given it too.
bug:5233462

Change-Id: Iffc886849edfa6ced3da1133f9d363e11b2733f8

6e21183 2011-09-12 08:46:32 Kazuhiro Ondo

Fix no data issue after system server crash

FW was checking "Radio Available" instead of "Radio On" when
broadcasting data availability. This was causing an issue in
a certain recovery case (system server restart/phone process
restart) where "Radio (modem) is available" but radio was
turned off.

This patch obsolete the use of mRadioAvailable attribute and
use RadioState from RIL directly to check if Radio is ON.

Bug:5077346
Change-Id: Ie7ac05e3d5e328e3d5303541ca41326754f309c1

afa50d4 2011-09-01 15:41:36 Chih-Wei Huang

wifi: get interface name from wlan.interface

abc6493 2011-08-19 18:16:39 Chih-Wei Huang

wifi: do not disable interface when network connection lost

8d3336e 2011-08-19 18:15:37 Chih-Wei Huang

BatteryService: fix unknown status issue

73c45ab 2011-08-11 15:01:52 Julian_Chu

Compute dirty regions aggressively

The exposed region consists of two components:
1) What's VISIBLE now and was COVERED before
2) What's EXPOSED now less that was EXPOSED before

However, the first component should be regarded as dirty
region in above layer. For efficiency reason we compute
dirty region aggressively.

e8692fa 2011-08-11 12:47:41 Chia-I Wu

surfaceflinger: Compute dirty region aggressively

This is to make software cursor work more smoothly.

8850557 2011-08-11 12:47:40 Wallace Wang

make audio recorder ok

fef2323 2011-08-09 17:07:05 Chih-Wei Huang

surfaceflinger: fix display issue

090df1d 2011-08-05 08:10:11 Wink Saville

Merge "Delay connectivity change notifications." into honeycomb-LTE

628b085 2011-08-05 07:01:58 Wink Saville

Delay connectivity change notifications.

Because changes to the route tables take time to propagate
we add a delay when sending out change notifications. This allows
applications, such as GTalk, to create sockets without encountering
a 3 minute timeout.

Bug: 5008488
Change-Id: I0eefb03a5d6358a58ea6ae5b4f697ff302b5511d

c4d93ba 2011-08-05 02:59:59 Steve Block

Cherry-pick DeviceMotionService CL from master [do not merge]

In DeviceMotionService, handle the fact that we may receive updates from SensorManager after unregistering.

cherry-pick of Change: d09001fea476ca6c6eaff5e29a1bb6f3aebe5bd5

Bug: 5110230
Change-Id: Id1d1f51b445ce4a14bfcdfad8f173922e01b6563

1a23088 2011-07-30 02:51:32 Robert Greenwalt

Merge "Fix NPE when going from proxy to no proxy." into honeycomb-LTE

fde1eb7 2011-07-30 02:03:37 Robert Greenwalt

Fix NPE when going from proxy to no proxy.

bug:5081431
Change-Id: I68a8cca94e4612bd9ee2faf1123e0b63dc25b833

0d8acea 2011-07-29 09:21:25 Robert Greenwalt

Make copy-constructor make deep copy.

Used to grab immutables but now will copy the data so the result
is mutable and we don't get crashes.

bug:5051667
Change-Id: I0878bf8c58069055f528121541d1911f404cbe49

d20f60c 2011-07-28 12:35:52 Wink Saville

Merge "Support of LTE Only mode" into honeycomb-LTE

d5f8d84 2011-07-28 12:34:15 Ramesh Sudini

Support of LTE Only mode

In CDMA-LTE hybrid mode, the service state is derived based on
CDMA state. However, CDMA radio is off while in LTE only mode
so thre will be no signal bar or data type icon displayed on
the status UI.

This patch handles LTE only mode scenario. The service state
is derived from LTE if CDMA is OOS and LTE only mode is used.

Bug: 5070240
Change-Id: Ie55daaf9eea1b16ca73312ebab208810b145d2bc

9a87deb 2011-07-28 07:04:24 Ramesh Sudini

DataConnection: Clear cid when entering inactive state.

Bug: 5083242

Change-Id: I0657739da54bc424433063a2244d045e47411e5f

41394a3 2011-07-27 05:21:09 Robert Greenwalt

Merge "Use dns proxy a bit." into honeycomb-LTE

ac74551 2011-07-26 13:53:15 John Michelau

Disable name lookups for dumpstate calls to "iptables -L"

The name lookups are not helpful enough to warrant the large delays
they can cause.

Change-Id: I8710e76b15b7cf060b7f4f89128ea3249fcdbd0d

572b704 2011-07-26 09:00:13 Robert Greenwalt

Use dns proxy a bit.

Sets the current default interface and sets the dns per interface.
port of changes 23041 and 22098 from opensource.
bug:5060618

Change-Id: I80e7ef88727eeb8ff2b48059f69b270e5a6b5c16

32d106e 2011-07-26 07:26:56 Wink Saville

Filter out addresses that are 0.

If the address is "any" address, i.e. an address which is all zeros
for both IPv4 and IPv6 ignore it.

Bug: 5073048
Change-Id: I8b9f64103aaffd001114a672375ff5f99616c327

deb62be 2011-07-25 01:11:28 Wink Saville

Merge "Configure RAT dependent retry pattern in GSM DCT." into honeycomb-LTE

4281817 2011-07-25 00:10:53 Kazuhiro Ondo

Allow suggestedRetryTime to indicate no retry is needed.

If suggestedRetryTime is 0x7fffffff then no retry is needed
and the framework should not initiate a retry.

Bug: 4949208
Change-Id: I3756ef6a3e93beec4ee95863cbc111b9952e5e06

789df16 2011-07-24 05:48:12 Kazuhiro Ondo

Configure RAT dependent retry pattern in GSM DCT.

In case GSM DCT is used with EHRPD, retry pattern should follow
the ones for CDMA.

Bug: 5058426
Change-Id: Id9badc9ac14fb20ac62c1746061f056fa2f9ed1b