summaryrefslogtreecommitdiffstats
path: root/core/jni
Commit message (Expand)AuthorAgeFilesLines
* Rename registerPhoneStateChange to registerPreciseCallStateChangeJaikumar Ganesh2009-07-141-0/+0
* am 9181bc9a: Merge change 7079 into donutAndroid (Google) Code Review2009-07-141-9/+0
|\
| * Cleanup of unused enumsDave Sparks2009-07-141-9/+0
* | am c4ca4206: Fix buildDave Sparks2009-07-131-1/+1
|\ \ | |/
| * Fix buildDave Sparks2009-07-131-1/+1
* | am 8ceba810: Merge change 6871 into donutAndroid (Google) Code Review2009-07-131-4/+1
|\ \ | |/
| * Use SetByteArrayRegion to minimize copy overhead and JNI calls.Dave Sparks2009-07-101-4/+1
* | am 086bd7fe: Merge change 6846 into donutAndroid (Google) Code Review2009-07-121-2/+2
|\ \ | |/
| * Avoid memcpy's by using GetPrimitiveArrayCritical.Dave Sparks2009-07-101-2/+2
* | Merge change 6823Android (Google) Code Review2009-07-101-0/+12
|\ \
| * | wifi: Keep the WLAN network interface up whenever wifi is enabled.Mike Lockwood2009-07-101-0/+12
* | | rename libsgl/libcorecg to libskiaMike Reed2009-07-101-2/+1
|/ /
* | am 463aacfb: Merge change 6661 into donutAndroid (Google) Code Review2009-07-091-12/+16
|\ \ | |/
| * Merge change 6661 into donutAndroid (Google) Code Review2009-07-091-12/+16
| |\
| | * wifi: WifiManager.startScan() will now do passive scans by default.Mike Lockwood2009-07-091-12/+16
* | | am 16f676f4: Merge change 6660 into donutAndroid (Google) Code Review2009-07-091-1/+1
|\ \ \ | |/ /
| * | Merge change 6660 into donutAndroid (Google) Code Review2009-07-091-1/+1
| |\ \ | | |/ | |/|
| | * Fix a small bug in array length bounds checking.Dan Egnor2009-07-091-1/+1
* | | Fix couple of bugs in the meminfo report.Grace Kloba2009-07-081-4/+6
* | | resolved conflicts for merge of 04c7d0f8 to masterDave Sparks2009-07-081-0/+7
|\ \ \ | |/ /
| * | Add timestamps to video frames to improve A/V sync.Dave Sparks2009-07-081-0/+7
| |/
* | Merge change 6320Android (Google) Code Review2009-07-071-6/+86
|\ \
| * | Add method to read events from a file. Remove unused method. Fixed after re...Jim Miller2009-07-061-6/+86
* | | am 88e209dc: Fix issue 1743700: AudioTrack: setPlaybackRate can not set the p...Eric Laurent2009-07-071-3/+4
|\ \ \ | | |/ | |/|
| * | Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate ...Eric Laurent2009-07-071-3/+4
* | | Merge commit 'goog/master' into merge_masterMathias Agopian2009-07-061-6/+0
|\ \ \
| * \ \ am c7396025: Merge change 6084 into donutAndroid (Google) Code Review2009-07-061-6/+0
| |\ \ \ | | |/ /
| | * | Return CAMERA_ERROR_SERVER_DIED to camera app when camera service dies (bug 1...James Dong2009-07-021-6/+0
* | | | Merge commit 'goog/master' into merge_masterMathias Agopian2009-07-0110-258/+745
|\ \ \ \ | |/ / /
| * | | am b1a97523: Merge change 5739 into donutAndroid (Google) Code Review2009-07-011-0/+4
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Check to make sure the Java camera object is still valid on theDave Sparks2009-06-301-0/+4
| * | am b8a10fe4: Allow setPreviewDisplay after startPreview.Wu-cheng Li2009-07-011-1/+4
| |\ \ | | |/
| | * Allow setPreviewDisplay after startPreview.Wu-cheng Li2009-07-011-1/+4
| * | am d09f86ce: Merge changes 5548,5549 into donutAndroid (Google) Code Review2009-06-291-2/+10
| |\ \ | | |/
| | * Merge changes 5548,5549 into donutAndroid (Google) Code Review2009-06-261-2/+10
| | |\
| | | * Add an extra null terminator. String8::unlockBuffer isJoe Onorato2009-06-261-2/+10
| * | | am 17a80081: Merge change 5544 into donutAndroid (Google) Code Review2009-06-291-42/+6
| |\ \ \ | | |/ /
| | * | Merge change 5544 into donutAndroid (Google) Code Review2009-06-261-42/+6
| | |\ \
| | | * | Pipe all the camera callbacks to Java to facilitate the additionDave Sparks2009-06-261-42/+6
| | | |/
| * | | am 72eb0aca: Merge change 5483 into donutAndroid (Google) Code Review2009-06-291-2/+3
| |\ \ \ | | |/ /
| | * | Expand support for different screen sizes.Dianne Hackborn2009-06-261-2/+3
| | |/
| * | Merge change 5600Android (Google) Code Review2009-06-291-208/+172
| |\ \
| | * | Rework the property parsing code.Jaikumar Ganesh2009-06-291-208/+172
| * | | am 7d619f18: framework: process: Set the control group of a thread to the bac...San Mehat2009-06-261-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | framework: process: Set the control group of a thread to the background groupSan Mehat2009-06-261-2/+2
| * | | am b505ae41: Merge change 5459 into donutAndroid (Google) Code Review2009-06-253-1/+255
| |\ \ \ | | |/ /
| | * | Make the BackupHelperDispatcher properly handle multiple helpers.Joe Onorato2009-06-253-1/+255
| * | | am c44989d6: Merge change 5350 into donutAndroid (Google) Code Review2009-06-254-1/+290
| |\ \ \ | | |/ /
| | * | move ui/Time.cpp to core/jni, since this is the only place it is usedMathias Agopian2009-06-254-1/+290
| * | | am 35a47a6e: Merge change 5389 into donutAndroid (Google) Code Review2009-06-251-1/+1
| |\ \ \ | | |/ / | | | / | | |/ | |/|