replicant-frameworks_native/camera/libcameraservice
Eric Laurent cbcb00eb73 AI 143177: am: CL 142889 Fix issue #1736153 Camera shutter sound can be muted by new AlarmClock setting.
Current implementation of Camera service plays the camera shutter sound over the ALARM stream so that it cannot be muted by silent mode in order to comply to some country specific requirement. A recent change made it possible for the user to mute the ALARM stream thus making this stream not suitable any more for the camera shutter sound.
  The fix consists in creating a new stream type only accessible by native code and that cannot be muted and use it to play camera sounds.
  Original author: elaurent
  Merged from: //branches/cupcake/...

Automated import of CL 143177
2009-03-27 16:27:16 -07:00
..
Android.mk Automated import from //branches/donutburger/...@141469,141469 2009-03-24 20:21:36 -07:00
CameraHardwareStub.cpp Automated import from //branches/donutburger/...@141782,141782 2009-03-24 20:53:55 -07:00
CameraHardwareStub.h auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
CameraService.cpp AI 143177: am: CL 142889 Fix issue #1736153 Camera shutter sound can be muted by new AlarmClock setting. 2009-03-27 16:27:16 -07:00
CameraService.h Automated import from //branches/donutburger/...@141469,141469 2009-03-24 20:21:36 -07:00
CannedJpeg.h auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
FakeCamera.cpp Automated import from //branches/donutburger/...@141782,141782 2009-03-24 20:53:55 -07:00
FakeCamera.h Automated import from //branches/donutburger/...@141992,141992 2009-03-24 21:16:04 -07:00