Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
dabfdafb81c4b431377ca5b51c0e3a49fef4cb16
/
services
/
camera
/
libcameraservice
/
CameraService.cpp
9c4eec2
Hold onto linked binder.
by Steven Moreland
· 6 years ago
b61526c
cameraserver: Stop appOps camera reporting for vendor clients.
by Jayant Chowdhary
· 6 years ago
c578a50
cameraservice: re-map oom_adj scores and states of native vendor clients.
by Jayant Chowdhary
· 6 years ago
0e2eefd
cameraserver: log setTorchMode calls.
by Jayant Chowdhary
· 6 years ago
a74c727
Merge "Include calling uid proc state in CameraService reject log." into qt-dev
by Varun Shah
· 6 years ago
b42f1eb
Include calling uid proc state in CameraService reject log.
by Varun Shah
· 6 years ago
72b8b7d
Merge "Cameraservice: Cache camera service proxy interface" into qt-dev
by TreeHugger Robot
· 6 years ago
7d5569f
Cameraservice: Cache camera service proxy interface
by Eino-Ville Talvala
· 6 years ago
a362033
Allow a --user param for cmd media.camera commands.
by Nicholas Sauer
· 6 years ago
e097f4a
Merge "Allow VNDK 'users' which are not foreground to connect to camera devices."
by Jayant Chowdhary
· 6 years ago
f73c851
Merge "Camera: Lazy load sound files to speed up camera startup" am: 2b65dca6e1 am: 2e6ed61d17
by username
· 6 years ago
5755fea
Camera: Lazy load sound files to speed up camera startup
by username
· 6 years ago
53722fa
Camera: Update listeners about permission changes
by Emilian Peev
· 6 years ago
8ec41c1
Allow VNDK 'users' which are not foreground to connect to camera devices.
by Jayant Chowdhary
· 6 years ago
5a9b492
Merge "Camera service: Support for device state change notifications"
by Eino-Ville Talvala
· 6 years ago
63f3611
Camera service: Support for device state change notifications
by Eino-Ville Talvala
· 6 years ago
f949ddd
cameraserver: Add support for hiding secure cameras.
by Jayant Chowdhary
· 6 years ago
d1d435a
Prevent camera access when sensor privacy is enabled
by Michael Groover
· 6 years ago
a29c135
Camera: Support lazy HALs
by Peter Kalauskas
· 7 years ago
e1aedc5
Camera: Do not update state at HAL starts up if state already exists
by Shuzhen Wang
· 6 years ago
950eca0
Merge "Camera: Do not update state at HAL starts up if state already exists"
by TreeHugger Robot
· 6 years ago
aa1b815
fix indentation for coding rule
by Jeongik Cha
· 6 years ago
cf461b2
remove linking against aidl enum
by Jeongik Cha
· 6 years ago
6ba3f5e
Camera: Do not update state at HAL starts up if state already exists
by Shuzhen Wang
· 6 years ago
aa5e64c
remove linking against aidl enum
by Jeongik Cha
· 6 years ago
f2f38ba
Merge changes from topic "cameraserver-hidl-impl"
by Jayant Chowdhary
· 6 years ago
b98450a
Merge "CameraService: Fix missing torch state callback" am: 5a80267cc4 am: 28c5bca5a9
by Shuzhen Wang
· 6 years ago
be543d4
cameraserver: Implement HIDL ICameraService skeleton.
by Jayant Chowdhary
· 7 years ago
7d859d4
CameraService: Fix missing torch state callback
by Shuzhen Wang
· 6 years ago
1236193
cameraserver: Wrap calls to IPCThreadState functions to factor in different transports.
by Jayant Chowdhary
· 7 years ago
91175d9
Camera service: Extend UID check timeout to 300ms.
by Eino-Ville Talvala
· 7 years ago
bd39b49
Handle race between UID state and activty resume
by Svet Ganov
· 7 years ago
603414d
Merge "Camera: Add support for hidden physical camera IDs"
by Shuzhen Wang
· 7 years ago
e20c637
Camera: Filter camera characteristics
by Emilian Peev
· 7 years ago
f9d2c02
Camera: Add support for hidden physical camera IDs
by Shuzhen Wang
· 7 years ago
6b8cf11
Camera service: Extend UID check timeout to 300ms. am: 32b8c20dbc am: 29a50b741b
by Eino-Ville Talvala
· 7 years ago
32b8c20
Camera service: Extend UID check timeout to 300ms.
by Eino-Ville Talvala
· 7 years ago
06fcfb0
Camera: Play shutter sound in absence of CAMERA_MSG_SHUTTER
by Shuzhen Wang
· 7 years ago
94ec46f
Handle race between UID state and activty resume
by Svet Ganov
· 7 years ago
f13bda5
Camera: send disable error code to API1 client
by Yin-Chia Yeh
· 7 years ago
2db86ff
Revert "Camera: Use fully qualified name for camera eviction logic"
by Shuzhen Wang
· 7 years ago
9e3055d
Camera: Use fully qualified name for camera eviction logic
by Shuzhen Wang
· 7 years ago
7f25e5f
Camera: Synchronize access to torch status map
by Emilian Peev
· 7 years ago
7b4ab78
Improve camera availability for active UIDs
by Svet Ganov
· 7 years ago
ef49805
Handle failure of creating MediaPlayer properly
by Jaekyun Seok
· 7 years ago
8abec3f
CameraService: Handle ActivityManager death for UidPolicy
by Eino-Ville Talvala
· 7 years ago
10164d0
Merge "Update app op calls due to internal API change"
by TreeHugger Robot
· 7 years ago
f5bc9a9
Merge "Camera: Add API level to service proxy notification"
by TreeHugger Robot
· 7 years ago
1d51910
Update app op calls due to internal API change
by Svet Ganov
· 7 years ago
7dc2089
Merge "Camera: Cache monitored tag options in service"
by TreeHugger Robot
· 7 years ago
dbfcb38
Camera: fix corner case in eviction logic
by Yin-Chia Yeh
· 7 years ago
573291c
Camera: Add API level to service proxy notification
by Emilian Peev
· 7 years ago
c3e9d6f
Camera: expose external camera to API1
by Yin-Chia Yeh
· 7 years ago
bd8c503
Camera: Cache monitored tag options in service
by Emilian Peev
· 7 years ago
59a8ef0
Read media files from /product/media/audio
by Jaekyun Seok
· 7 years ago
763226f
Merge "CameraService: fix camera removal paths" am: 930c980043 am: 1f1584afba
by Guennadi Liakhovetski
· 7 years ago
6034bf5
CameraService: fix camera removal paths
by Guennadi Liakhovetski
· 7 years ago
a453d0d
No camera for idle uids - av framework
by Svet Ganov
· 7 years ago
151e3be
CameraService: Update camera and torch state lists also at runtime
by Guennadi Liakhovetski
· 7 years ago
e8c96c7
CameraService: Clean up ICameraServiceProxy; send it more info
by Eino-Ville Talvala
· 8 years ago
fad3228
Camera: fix camera status after HAL crash
by Yin-Chia Yeh
· 8 years ago
92e3321
Camera: fix new device register logic
by Yin-Chia Yeh
· 8 years ago
aee727d
Camera: Re-enumarate new providers
by Emilian Peev
· 8 years ago
f53f66e
Camera: Cleanup 'CameraModule' dependend code
by Emilian Peev
· 8 years ago
71c73a2
Camera: Support vendor tags from multiple providers
by Emilian Peev
· 8 years ago
b96b515
Merge "CameraProviderManager: Handle transaction errors, HAL process death"
by Eino-Ville Talvala
· 8 years ago
8d942f9
CameraProviderManager: Handle transaction errors, HAL process death
by Eino-Ville Talvala
· 8 years ago
5ff9c91
cameraservice: remove String\d+::std_string
by Steven Moreland
· 8 years ago
20bd4b5
Remove unused includes.
by Steven Moreland
· 8 years ago
e2ce936
Merge "Camera: Check for invalid camera during API version calls"
by TreeHugger Robot
· 8 years ago
2f140ed
CameraService: don't skip device dump when there is no client
by Zhijun He
· 8 years ago
28ad2ea
Camera: Check for invalid camera during API version calls
by Emilian Peev
· 8 years ago
8131a26
Camera service: Update client eviction priorities
by Emilian Peev
· 8 years ago
d00111e
Camera service: Fix dump() for treble path and rearrange it
by Eino-Ville Talvala
· 8 years ago
8131418
Camera service: Clean up dump() command indenting.
by Eino-Ville Talvala
· 8 years ago
6963d0a
CameraService: Fill in missing facing information in Treble path
by Eino-Ville Talvala
· 8 years ago
9cbbc83
Camera service: Switch to HIDL by default, add prop to disable
by Eino-Ville Talvala
· 8 years ago
067428c
Camera: setup vendor tag in binderized mode
by Yin-Chia Yeh
· 8 years ago
52778d4
Camera: patching camera service for treble
by Yin-Chia Yeh
· 8 years ago
2f09bac
Camera: Update camera service to use new HIDL HALs, part 1
by Eino-Ville Talvala
· 8 years ago
f51fca2
Camera service: Updates in preparation for HIDL
by Eino-Ville Talvala
· 8 years ago
f4db13d
Camera service: Speed up camera service startup on boot
by Eino-Ville Talvala
· 8 years ago
e67f6da
Camera: fix camera facing override logic am: 13cd59a7ea
by Yin-Chia Yeh
· 8 years ago
13cd59a
Camera: fix camera facing override logic
by Yin-Chia Yeh
· 8 years ago
56b0c92
Merge "Mark unused parameters as UNUSED in BRILLO." am: 1567662f5a am: 002a0ffe14
by Alex Deymo
· 9 years ago
9c2a2c2
Mark unused parameters as UNUSED in BRILLO.
by Alex Deymo
· 9 years ago
f5e60b1
Merge "Silence warning about unused variables in BRILLO." am: bcd87f5969 am: ca59abe191
by Alex Deymo
· 9 years ago
eb4c32d
Silence warning about unused variables in BRILLO.
by Alex Deymo
· 9 years ago
7bc559a
resolve merge conflicts of 70066d9 to stage-aosp-master am: 311f99eade
by Chih-Hung Hsieh
· 9 years ago
311f99e
resolve merge conflicts of 70066d9 to stage-aosp-master
by Chih-Hung Hsieh
· 9 years ago
5404ee1
Fix clang-tidy warnings in camera.
by Chih-Hung Hsieh
· 9 years ago
203d7b2
CameraService: Notify flashlight about device close am: e4fe21bb7c
by Chien-Yu Chen
· 9 years ago
e4fe21b
CameraService: Notify flashlight about device close
by Chien-Yu Chen
· 9 years ago
55943ae
Merge \"Camera service: Trust telephony service to forward client UIDs.\" into nyc-mr1-dev
by Eino-Ville Talvala
· 9 years ago
af9d030
Camera service: Trust telephony service to forward client UIDs.
by Eino-Ville Talvala
· 9 years ago
5bef437
Merge "Camera: update service to support HAL3.4" into nyc-dev am: f15d88daa7
by Zhijun He
· 9 years ago
1ac5a45
Merge "Camera: update service to support HAL3.4" into nyc-dev am: f15d88daa7
by Zhijun He
· 9 years ago
4afbdec
Camera: update service to support HAL3.4
by Zhijun He
· 9 years ago
3755a45
Merge "Camera: override external facing for API1 client" into nyc-dev am: c3c06c4
by Yin-Chia Yeh
· 9 years ago
0f695eb
Merge "Camera: override external facing for API1 client" into nyc-dev
by Yin-Chia Yeh
· 9 years ago
Next »