summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* am eaa89f74: Merge change 5172 into donutAndroid (Google) Code Review2009-06-241-23/+0
|\ | | | | | | | | | | | | Merge commit 'eaa89f74c04c0f10d5f3f8190b457087537bff2e' * commit 'eaa89f74c04c0f10d5f3f8190b457087537bff2e': Remove deprecated callback function support.
| * Remove deprecated callback function support.Dave Sparks2009-06-241-23/+0
| | | | | | | | | | | | | | This is the last of a 3-part change to modify the camera to use a more streamlined callback interface. This change removes the old code. Bug 1884362
* | am 3d7b8d1a: Merge change 5158 into donutAndroid (Google) Code Review2009-06-241-0/+13
|\ \ | |/ | | | | | | | | | | Merge commit '3d7b8d1aa6a362292f56defbe8fb2d5653f79282' * commit '3d7b8d1aa6a362292f56defbe8fb2d5653f79282': Use a ref-counted callback interface for Camera.
| * Use a ref-counted callback interface for Camera.Dave Sparks2009-06-241-0/+13
| | | | | | | | | | | | | | | | | | This allows the camera service to hang onto the callback interface until all callbacks have been processed. This prevents problems where pending callbacks in binder worker threads are processed after the Java camera object and its associated native resources have been released. Bug 1884362
* | Direct api to the native media player.Nicolas Catania2009-06-245-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MediaPlayer.java has 3 new methods: * newRequest creates a Parcel that can be used to send data to the native player using invoke. * invoke issues synchronous calls to the native player using opaque parcels for the request and reply. IMediaPlayer.h has 1 new abstract method: * invoke The Midi and Vorbis players have a stub for these. So far only PV makes use of that new feature. To avoid any copy overhead, the JNI interface uses Parcel as a java object (no serialization/copy happens at the JNI layer). The remote interface token is inserted when the Parcel is constructed in java. That way the parcel is already routable when it reaches IMediaPlayer.cpp (proxy). No extra copy is needed there.
* | am 1bee98af: Merge change 5100 into donutAndroid (Google) Code Review2009-06-231-1/+83
|\ \ | |/ | | | | | | | | | | Merge commit '1bee98af6532eba3c6cda636eee890530c95a2a7' * commit '1bee98af6532eba3c6cda636eee890530c95a2a7': Fill in CDMA gaps and clean up ToneGenerator code
| * Merge change 5100 into donutAndroid (Google) Code Review2009-06-231-1/+83
| |\ | | | | | | | | | | | | * changes: Fill in CDMA gaps and clean up ToneGenerator code
| | * Fill in CDMA gaps and clean up ToneGenerator codeDavid Krause2009-06-231-1/+83
| | |
* | | am 11b15779: Add file mode to the file-backup saved state blobsChristopher Tate2009-06-231-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '11b157790234d3d2f116ce4c7ed1d3d00fb78bc3' * commit '11b157790234d3d2f116ce4c7ed1d3d00fb78bc3': Add file mode to the file-backup saved state blobs
| * | Add file mode to the file-backup saved state blobsChristopher Tate2009-06-231-0/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change puts the file's access mode into the saved-state blob used by the file backup helpers. The tests have been updated for the new blob content format. What this change *doesn't* do is actually backup/restore the file mode. This change is a prerequisite for that, but mode preservation in backup/restore will require adding metadata to the backup data stream itself, so will be approached a bit more carefully. (Also fixed one outright bug in the test program: ReadEntityData() had been changed to return a ssize_t union of either a byte-count or a negative number indicating error, but the test program was still assuming that nonzero == error, and was spuriously failing.)
* | am 5277103d: Merge change 5035 into donutAndroid (Google) Code Review2009-06-221-1/+1
|\ \ | |/ | | | | | | | | | | Merge commit '5277103db9033226814edc8fcba6f4ba4e846678' * commit '5277103db9033226814edc8fcba6f4ba4e846678': add glTexParameteri() and fix glTexParameteriv()
| * add glTexParameteri() and fix glTexParameteriv()Mathias Agopian2009-06-221-1/+1
| |
* | am 72be4049: Merge change 4910 into donutAndroid (Google) Code Review2009-06-221-13/+13
|\ \ | |/ | | | | | | | | | | Merge commit '72be40490951d3f9d0ada16fcf5288d0c3306d88' * commit '72be40490951d3f9d0ada16fcf5288d0c3306d88': fix warnings that will show up with GCC 4.4 (in master)
| * Merge change 4910 into donutAndroid (Google) Code Review2009-06-221-13/+13
| |\ | | | | | | | | | | | | * changes: fix warnings that will show up with GCC 4.4 (in master)
| | * fix warnings that will show up with GCC 4.4 (in master)Mathias Agopian2009-06-221-13/+13
| | |
* | | am 856dd8a6: Merge change 4952 into donutAndroid (Google) Code Review2009-06-221-0/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '856dd8a60a70a5b7dca2bf2114872ce063e2ad60' * commit '856dd8a60a70a5b7dca2bf2114872ce063e2ad60': Helper API cleanup. Allows multiple helpers to function,
| * | Helper API cleanup. Allows multiple helpers to function,Joe Onorato2009-06-221-0/+3
| |/ | | | | | | | | because they'll always go in the same order, and this lets us not have to write headers to keep them paired.
* | am 1585bd24: Merge change 4828 into donutAndroid (Google) Code Review2009-06-191-1/+1
|\ \ | |/ | | | | | | | | | | Merge commit '1585bd24c10d16351f89e32dddbfa799f18db6bd' * commit '1585bd24c10d16351f89e32dddbfa799f18db6bd': Report densities in badging, debugging for nine patch bug.
| * Report densities in badging, debugging for nine patch bug.Dianne Hackborn2009-06-191-1/+1
| | | | | | | | | | | | | | The aapt tool now reports all available densities like it already did for locales. Also this includes more resource data output, which I was using to examine bug #1867049 (which at this point I am unable to reproduce).
* | am 5502f04c: Merge change 4709 into donutAndroid (Google) Code Review2009-06-181-0/+1
|\ \ | |/ | | | | | | | | | | Merge commit '5502f04c1dcf2b1918858bacb99fb0480a711707' * commit '5502f04c1dcf2b1918858bacb99fb0480a711707': backup stuff
| * backup stuffJoe Onorato2009-06-181-0/+1
| |
* | am 16ce3504: Merge change 4708 into donutAndroid (Google) Code Review2009-06-181-0/+35
|\ \ | |/ | | | | | | | | | | Merge commit '16ce3504c5bf98d95d5c36001f755bb4b15253c9' * commit '16ce3504c5bf98d95d5c36001f755bb4b15253c9': Make RestoreHelper and friends also write out the snapshot state.
| * Make RestoreHelper and friends also write out the snapshot state.Joe Onorato2009-06-181-0/+35
| |
* | am de72697b: Merge change 4524 into donutAndroid (Google) Code Review2009-06-171-1/+1
|\ \ | |/ | | | | | | | | | | Merge commit 'de72697b771d33738c5f9d6c28087504e0796622' * commit 'de72697b771d33738c5f9d6c28087504e0796622': FileRestoreHelper and RestoreHelperDispatcher work.
| * FileRestoreHelper and RestoreHelperDispatcher work.Joe Onorato2009-06-171-1/+1
| |
* | am 5f15d151: checkpoint BackupDatAInput / RestoreHelperJoe Onorato2009-06-171-24/+3
|\ \ | |/ | | | | | | | | | | Merge commit '5f15d151b5101fadfe6cba1e8f4aa6367e8c603e' * commit '5f15d151b5101fadfe6cba1e8f4aa6367e8c603e': checkpoint BackupDatAInput / RestoreHelper
| * checkpoint BackupDatAInput / RestoreHelperJoe Onorato2009-06-161-24/+3
| |
* | am f1170fb5: Merge change 4251 into donutAndroid (Google) Code Review2009-06-161-7/+11
|\ \ | |/ | | | | | | | | | | Merge commit 'f1170fb5386ea86d704480d321ee9d1ee4858244' * commit 'f1170fb5386ea86d704480d321ee9d1ee4858244': Updating TTS engine interface for setting the language based on language, country and variant codes
| * Updating TTS engine interface for setting the language based on language, ↵Jean-Michel Trivi2009-06-161-7/+11
| | | | | | | | | | | | country and variant codes coming from a java.util.Locale instance.
* | am d670b8c6: Merge change 3981 into donutAndroid (Google) Code Review2009-06-123-4/+2
|\ \ | |/ | | | | | | | | | | Merge commit 'd670b8c61ebd13324ac21bdbc08d8a02fc0a765a' * commit 'd670b8c61ebd13324ac21bdbc08d8a02fc0a765a': Removed trailing whitespaces.
| * Merge change 3981 into donutAndroid (Google) Code Review2009-06-123-4/+2
| |\ | | | | | | | | | | | | * changes: Removed trailing whitespaces.
| | * Removed trailing whitespaces.Nicolas Catania2009-06-113-4/+2
| | |
* | | am 78f0f8cb: Merge changes 3953,3954 into donutAndroid (Google) Code Review2009-06-121-1/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | Merge commit '78f0f8cb2efe9410127c39201e240f6d438eb53c' * commit '78f0f8cb2efe9410127c39201e240f6d438eb53c': Make the file backup helper not crash if a file you requested Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files.
| * | Make the file backup helper not crash if a file you requestedJoe Onorato2009-06-111-0/+1
| | | | | | | | | | | | | | | can't be stated. This means you don't need to know if the files you are backing up exist or not -- we'll figure it out for you.
| * | Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files.Joe Onorato2009-06-111-1/+2
| |/ | | | | | | This took quite a bit of refactoring.
* | am b2df1699: Merge change 1548 into donutAndroid (Google) Code Review2009-06-081-7/+31
|\ \ | |/ | | | | | | | | | | Merge commit 'b2df1699c996e62baa78877978cd2c5607ea4194' * commit 'b2df1699c996e62baa78877978cd2c5607ea4194': NJ-1409: (frameworks/base) Support new audio encoding types(AMR and AAC).
| * Merge change 1548 into donutAndroid (Google) Code Review2009-06-081-7/+31
| |\ | | | | | | | | | | | | * changes: NJ-1409: (frameworks/base) Support new audio encoding types(AMR and AAC).
| | * NJ-1409: (frameworks/base) Support new audio encoding types(AMR and AAC).Jianhong Jiang2009-06-081-7/+31
| | |
* | | am e3523054: Merge change 3356 into donutAndroid (Google) Code Review2009-06-051-44/+73
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'e3523054ded8c6e86935a978aa136c3ed2c0ba12' * commit 'e3523054ded8c6e86935a978aa136c3ed2c0ba12': Cleaning up comments in interface for TTS engines.
| * | Cleaning up comments in interface for TTS engines.Jean-Michel Trivi2009-06-051-44/+73
| | |
* | | am 327da854: Merge change 3344 into donutAndroid (Google) Code Review2009-06-051-17/+22
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '327da854e8fbc444150b40941668b3c9187c34b9' * commit '327da854e8fbc444150b40941668b3c9187c34b9': Updating TtsEngine.h and SynthProxy.cpp so that buffer memory
| * | Updating TtsEngine.h and SynthProxy.cpp so that buffer memoryCharles Chen2009-06-051-17/+22
| | | | | | | | | | | | management is handled on the system side.
* | | get rid of LogSocket which wasn't even implemented (enabled)Mathias Agopian2009-06-051-20/+0
| | |
* | | break dependency on utils/ZipEntry.h and utils/ZipFile.h, get rid of ↵Mathias Agopian2009-06-054-797/+0
| | | | | | | | | | | | inet_address.h and Socket.h which were not used
* | | rename string_array.h to StringArray.h and move the implementation from the ↵Mathias Agopian2009-06-052-135/+83
| | | | | | | | | | | | | | | | | | header file to a new cpp file. StringArray is used in two places in framework/base and in the Sim. Ideally we should get rid of it and use Vector<String8> instead of creating new code.
* | | am 2a318867: Merge change 3203 into donutAndroid (Google) Code Review2009-06-041-0/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '2a3188672ab2b65c0ce7c9c598a463e382c47696' * commit '2a3188672ab2b65c0ce7c9c598a463e382c47696': rename a few files to camel-case, add copyright notices
| * | rename a few files to camel-case, add copyright noticesMathias Agopian2009-06-041-0/+0
| |/
* | move utils/Pipe.h to the simulatorMathias Agopian2009-06-011-108/+0
| |
* | get rid of TimerProbe which is never usedMathias Agopian2009-06-011-72/+0
| |
* | get rid of sleepForInterval() which didn't seem to be used anywhere in the ↵Mathias Agopian2009-05-312-53/+0
| | | | | | | | source tree. Also get rid of ported.h which seem to be used only (possibly) in the sim. moved the implementation there.