replicant-frameworks_native/camera/libcameraservice
Chih-Chung Chang fa89f9f897 Fix 1933269: startPreview failed.
The reason we need this count is a new CameraService::connect() request may
come in while the previous Client's destructor has not been run or is still
running. If the last strong reference of the previous Client is gone but
destructor has not been run, we should not allow the new Client to be created
because we need to wait for the previous Client to tear down the hardware
first.
2009-06-24 15:50:57 +08: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 Fix 1933269: startPreview failed. 2009-06-24 15:50:57 +08:00
CameraService.h Fix 1933269: startPreview failed. 2009-06-24 15:50:57 +08: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