| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | libhardware_legacy: Add support for renaming secure containers | San Mehat | 2010-01-23 | 1 | -0/+1 | |
| | | | | | Signed-off-by: San Mehat <san@google.com> | |||||
| * | Merge "Create base class for audio policy manager." | Eric Laurent | 2010-01-20 | 1 | -0/+279 | |
| |\ | ||||||
| | * | Create base class for audio policy manager. | Eric Laurent | 2010-01-13 | 1 | -0/+279 | |
| | | | | | | | | | | | First implementations of audio policy manager in Eclair branch have shown that most code is common to all platforms. Creating AudioPolicyManagerBase base class will improve code maintainability and readability. | |||||
| * | | libhardware_legacy: Add new unmount asec api call | San Mehat | 2010-01-18 | 1 | -0/+1 | |
| | | | | | | | | | Signed-off-by: San Mehat <san@google.com> | |||||
| * | | libhardware_legacy: Rename MountService method names | San Mehat | 2010-01-15 | 1 | -3/+3 | |
| |/ | | | | Signed-off-by: San Mehat <san@google.com> | |||||
| * | libhardware_legacy: asec: Rename 'Cache' -> 'Container' | San Mehat | 2010-01-11 | 1 | -6/+6 | |
| | | | | | Signed-off-by: San Mehat <san@google.com> | |||||
| * | Legacy MountService: Update binder interface to match MountService | San Mehat | 2010-01-09 | 1 | -12/+2 | |
| | | | | | Signed-off-by: San Mehat <san@google.com> | |||||
| * | legacy: Add asec binder transaction support to c++ wrappers | San Mehat | 2010-01-06 | 1 | -0/+19 | |
| | | | | | Signed-off-by: San Mehat <san@google.com> | |||||
| * | Remove obsolete flashlight support. | Mike Lockwood | 2009-11-25 | 1 | -32/+0 | |
| | | | | | | Change-Id: I7d366449301ee685bb3202c738ade06c3102229e Signed-off-by: Mike Lockwood <lockwood@android.com> | |||||
| * | Log for issue 2203561. | Eric Laurent | 2009-11-03 | 1 | -0/+3 | |
| | | | | | Added dump() method to AudioPolicyInterface. | |||||
| * | Fix issue 2192181: AudioFlinger must provide separated methods to set ↵ | Eric Laurent | 2009-10-21 | 1 | -0/+3 | |
| | | | | | | | VOICE_CALL stream volume and down link audio volume. Added setVoiceVolume() method to AudioPolicyClientInterface. | |||||
| * | Merge change 21760 into eclair | Android (Google) Code Review | 2009-08-27 | 1 | -0/+162 | |
| |\ | | | | | | | | | * changes: gps: Network initiated SUPL | |||||
| | * | gps: Network initiated SUPL | Danke Xie | 2009-08-27 | 1 | -0/+162 | |
| | | | | | | | | | | | | | Initial contribution from Qualcomm. Signed-off-by: Mike Lockwood <lockwood@android.com> | |||||
| * | | Fix issue 2045911: Camera Shutter tone does not play correctly while ↵ | Eric Laurent | 2009-08-27 | 1 | -2/+2 | |
| |/ | | | | | | listening to music. Add the possibility to delay routing and volume commands in AudioPolicyClientInterface. The delay is not blocking for the caller. | |||||
| * | gps: Add callback for reporting NMEA data. | Mike Lockwood | 2009-08-06 | 1 | -0/+4 | |
| | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com> | |||||
| * | Fix issue 1795088 Improve audio routing code | Eric Laurent | 2009-07-17 | 3 | -59/+244 | |
| | | | | | Initial commit for review. | |||||
| * | am df37ea7b: Add virtual destructor. | Marco Nelissen | 2009-07-07 | 1 | -0/+2 | |
| |\ | | | | | | | | | | | | | Merge commit 'df37ea7b73f8ede7955067d5f7fcac4b9e66b79c' * commit 'df37ea7b73f8ede7955067d5f7fcac4b9e66b79c': Add virtual destructor. | |||||
| | * | Add virtual destructor. | Marco Nelissen | 2009-07-07 | 1 | -0/+2 | |
| | | | ||||||
| * | | am 205021cd: gps: Set SUPL server via hostname rather than IP address. | Mike Lockwood | 2009-06-19 | 1 | -2/+2 | |
| |\| | | | | | | | | | | | | | Merge commit '205021cd79eb84b4931ed79fd6d995aa8ca8c29e' * commit '205021cd79eb84b4931ed79fd6d995aa8ca8c29e': gps: Set SUPL server via hostname rather than IP address. | |||||
| | * | gps: Set SUPL server via hostname rather than IP address. | Mike Lockwood | 2009-06-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | The GPS engine needs the hostname for the secure SUPL case and deferring the DNS lookup to the HAL might be helpful in the future if the SUPL server is on a carrier's private network. Signed-off-by: Mike Lockwood <lockwood@android.com> | |||||
| * | | am 4403519a: gps: Add hooks for GPS location injection. | Mike Lockwood | 2009-06-11 | 1 | -0/+7 | |
| |\| | | | | | | | | | | | | | Merge commit '4403519ac60f99bf0100a7d6eed79b09bd9e5be7' * commit '4403519ac60f99bf0100a7d6eed79b09bd9e5be7': gps: Add hooks for GPS location injection. | |||||
| | * | gps: Add hooks for GPS location injection. | Mike Lockwood | 2009-06-11 | 1 | -0/+7 | |
| | | | | | | | | | | | | | This will allow injecting cell ID location to the GPS (not implemented yet). Signed-off-by: Mike Lockwood <lockwood@android.com> | |||||
| * | | Merge changes 2103,2104 | Android (Google) Code Review | 2009-05-20 | 1 | -1/+1 | |
| |\ \ | |/ |/| | | | | | | | * changes: move libbinder's header files under includes/binder add libbinder to makefile | |||||
| | * | move libbinder's header files under includes/binder | Mathias Agopian | 2009-05-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Remove deprecated version of openInputStream. | Dave Sparks | 2009-05-19 | 1 | -13/+0 | |
| | | | | | | | | | Continuation of bug 1846343 | |||||
| * | | Add input source parameter to openInputStream factory function. | Dave Sparks | 2009-05-19 | 1 | -0/+14 | |
| |/ | | | | | | | | This change lays the foundation for recording from different sources. A series of changes will follow that implement the factory function for the various hardware configurations. Finally, the deprecated function will be removed. Bug 1846343 | |||||
| * | GPS: Generalize SUPL support to include AGPS for CDMA | Mike Lockwood | 2009-05-11 | 1 | -35/+39 | |
| | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com> | |||||
| * | gps: Add support for bringing up a GSM data connection on demand for SUPL. | Mike Lockwood | 2009-04-14 | 1 | -2/+43 | |
| | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com> | |||||
| * | auto import from //branches/cupcake_rel/...@140373 | The Android Open Source Project | 2009-03-18 | 3 | -57/+12 | |
| | | ||||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 11 | -0/+1068 | |
| | | ||||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 11 | -1068/+0 | |
| | | ||||||
| * | auto import from //branches/cupcake/...@132276 | The Android Open Source Project | 2009-02-19 | 1 | -1/+2 | |
| | | ||||||
| * | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 2 | -1/+18 | |
| | | ||||||
| * | auto import from //branches/cupcake/...@126645 | The Android Open Source Project | 2009-01-15 | 11 | -0/+1050 | |
