1. 7952436 Camera: Disallow dumping clients directly am: c400396525 by Eino-Ville Talvala · 10 years ago
  2. c400396 Camera: Disallow dumping clients directly by Eino-Ville Talvala · 10 years ago
  3. 5adc76c DO NOT MERGE: libcameraservice: Fix nullptr crash when no client. by Tom Keel · 10 years ago
  4. 3e60089 Camera: frameworks: Add NULL check for callback by Ranjith Kagathi Ananda · 10 years ago
  5. ceb10ea Merge "Camera: setup vendor tags before get_camera_info" into mnc-dr-dev by Yin-Chia Yeh · 10 years ago
  6. 82104eb Camera: Add video recording stop sound by Chien-Yu Chen · 10 years ago
  7. d4a653a Camera: setup vendor tags before get_camera_info by Yin-Chia Yeh · 10 years ago
  8. fefa614 Reduce DUMP permission denial output to one line. by dcashman · 10 years ago
  9. a84bbe6 CameraService: Add more systracing, fix module init order by Eino-Ville Talvala · 10 years ago
  10. 24901c8 CameraService: Link to client binder death at end of connect by Eino-Ville Talvala · 10 years ago
  11. 52aad85 CameraService: Treat TOP_SLEEPING same as TOP for priority. by Eino-Ville Talvala · 10 years ago
  12. ef78266 am fe751bea: Camera: Fix flashlight deadlock by Chien-Yu Chen · 10 years ago
  13. fe751be Camera: Fix flashlight deadlock by Chien-Yu Chen · 10 years ago
  14. 412fe56 CameraService: Notify camera service proxy of device status by Eino-Ville Talvala · 11 years ago
  15. bad4358 Camera: Add camera type to ICameraService.getNumberOfCameras. by Eino-Ville Talvala · 11 years ago
  16. 3450ba7 camera2: Fix native binder interface and add tests. by Ruben Brunk · 11 years ago
  17. e3afb2c Camera: Change error for app ops reject, propagate binder errors by Eino-Ville Talvala · 11 years ago
  18. cb18ec0 Merge "Track camera and flashlight usage in battery stats." into mnc-dev by Ruben Brunk · 11 years ago
  19. 99e6971 Track camera and flashlight usage in battery stats. by Ruben Brunk · 11 years ago
  20. 2232aee Merge "camera: Add AIDL interface for CameraServiceProxy." into mnc-dev by Ruben Brunk · 11 years ago
  21. 2823ce0 camera: Add AIDL interface for CameraServiceProxy. by Ruben Brunk · 11 years ago
  22. 022f0cb CameraService: Logcat conflicting devices on rejected open by Eino-Ville Talvala · 11 years ago
  23. 6267b53 camera2: Fix work-profile eviction handling. by Ruben Brunk · 11 years ago
  24. 2882bb9 Merge "camera2: Fix arbitration priority calculation." into mnc-dev by Ruben Brunk · 11 years ago
  25. be0b6b4 camera2: Fix arbitration priority calculation. by Ruben Brunk · 11 years ago
  26. 28e8ef7 Fail gracefully when camera app op is not enabled. by Svetoslav · 11 years ago
  27. 280405a Revert "Add camera app op - camera" by Svetoslav Ganov · 11 years ago
  28. 32fa6d0 Add camera app op - camera by Svet Ganov · 11 years ago
  29. 0bbf8b2 camera2: Fix fuzztesting segfault in connect. by Ruben Brunk · 11 years ago
  30. f2326ac Merge "CameraService: Add support for module init, some logging updates" by Eino-Ville Talvala · 11 years ago
  31. f6463fc camera2: remove unnecessary flashlight error messages by Chien-Yu Chen · 11 years ago
  32. 1527f07 CameraService: Add support for module init, some logging updates by Eino-Ville Talvala · 11 years ago
  33. 4f9576b camera: Fix client eviction/disconnect race. by Ruben Brunk · 11 years ago
  34. a8ca915 camera: Update camera service logging and validation. by Ruben Brunk · 11 years ago
  35. 36597b2 camera2: Enforce client eviction on user switch. by Ruben Brunk · 11 years ago
  36. 4027296 Merge "camera: update CameraModule" by Yin-Chia Yeh · 11 years ago
  37. 676b21b camera: update CameraModule by Chien-Yu Chen · 11 years ago
  38. 9efdf95 camera2: Remove ProCamera. by Ruben Brunk · 11 years ago
  39. 54b4246 Fix link error of PROCESS_STATE_NONEXISTENT. by Chih-Hung Hsieh · 11 years ago
  40. cc77671 camera2: Add camera client eviction enforcement. by Ruben Brunk · 11 years ago
  41. d231fd6 camera: implement flashlight for HAL v1 devices by Chien-Yu Chen · 11 years ago
  42. 88da526 camera: fix flashlight implementation for HAL v2 by Chien-Yu Chen · 11 years ago
  43. a9284a8 Merge "camera: implement flashlight control" by Chien-Yu Chen · 11 years ago
  44. 228711d Look up user-specific device policy for disabling camera by Amith Yamasani · 11 years ago
  45. 3068d73 camera: implement flashlight control by Chien-Yu Chen · 11 years ago
  46. e074a93 CameraService: intercept Camera module by Yin-Chia Yeh · 11 years ago
  47. 6b6d8a7 am ffa3e71e: am bc0f452b: Merge "Camera2: Fix CameraParameters parse segfault." into lmp-mr1-dev by Ruben Brunk · 11 years ago
  48. 5fc9d90 Camera2: Fix CameraParameters parse segfault. by Ruben Brunk · 11 years ago
  49. f888020 Update calls to IInterface::asBinder() by Marco Nelissen · 11 years ago
  50. e992e75 Camera: Guard against asBinder() calls on NULL interfaces by Eino-Ville Talvala · 11 years ago
  51. a858ea0 camera: Allow shutter sounds to be disabled from camera2 api by Igor Murashkin · 12 years ago
  52. f67e23e CameraService: Clean up availability listeners and HAL error codes by Eino-Ville Talvala · 12 years ago
  53. cd8fce8 Camera2: get stream configs by device verison by Yin-Chia Yeh · 12 years ago
  54. 3d07d1a camera: Let #connectLegacy calls through with unspecified HAL version by Igor Murashkin · 12 years ago
  55. b10cdad cameraservice: Implement HAL1 and higher HAL API coexistence by Zhijun He · 12 years ago
  56. 07b5667 Merge "camera: Add #getLegacyParameters, #supportsCameraApi to ICameraService" by Igor Murashkin · 12 years ago
  57. 65d14b9 camera: Add #getLegacyParameters, #supportsCameraApi to ICameraService by Igor Murashkin · 12 years ago
  58. 63d877f CameraService: Fix permissions check issues by Eino-Ville Talvala · 12 years ago
  59. 152dbcf camera2: Add jpeg sizes to legacy mode static characteristics. by Ruben Brunk · 12 years ago
  60. b2119af camera2: Update CameraService for HAL1 shim. by Ruben Brunk · 12 years ago
  61. f2776a5 Merge "camera3: Update CameraMetadata vendor tag handling." by Ruben Brunk · 12 years ago
  62. e1b55da NULL check in ConnectPro by Natalie Silvanovich · 12 years ago
  63. f81648e camera3: Update CameraMetadata vendor tag handling. by Ruben Brunk · 12 years ago
  64. 6770260 Revert "camera3: Update CameraMetadata vendor tag handling." by Ruben Brunk · 12 years ago
  65. 4764324 camera3: Update CameraMetadata vendor tag handling. by Ruben Brunk · 12 years ago
  66. cb0652e CameraService: trigger appropriate callbacks for burst capture. by Jianing Wei · 12 years ago
  67. 95dd5ba Camera3: fix HAL3.x version check issue by Zhijun He · 12 years ago
  68. 29cdd9b am a1aaaf86: am 4f53fe74: Merge "CameraService: deadlock fix" by Eino-Ville Talvala · 12 years ago
  69. a1aaaf8 am 4f53fe74: Merge "CameraService: deadlock fix" by Eino-Ville Talvala · 12 years ago
  70. 6ec3a15 CameraService: deadlock fix by Kalle Lampila · 13 years ago
  71. 32ce52b am 5c679d41: resolved conflicts for merge of 3d7c5002 to klp-modular-dev-plus-aosp by Colin Cross · 12 years ago
  72. 5c679d4 resolved conflicts for merge of 3d7c5002 to klp-modular-dev-plus-aosp by Colin Cross · 12 years ago
  73. e5729fa libcameraservice: fix 64-bit print format warnings by Colin Cross · 12 years ago
  74. 9ff25ce am 557847ee: am a6ca0acf: am bd3e2e03: camera2: Fix segfault when using null availability listener by Igor Murashkin · 12 years ago
  75. 557847e am a6ca0acf: am bd3e2e03: camera2: Fix segfault when using null availability listener by Igor Murashkin · 12 years ago
  76. e1445da camera2: Don't log vendor tag errors when camera HAL too old by Igor Murashkin · 12 years ago
  77. bd3e2e0 camera2: Fix segfault when using null availability listener by Igor Murashkin · 12 years ago
  78. d1176ef camera3: Pass vendor tags through binder. by Ruben Brunk · 12 years ago
  79. 1d6fa7a resolved conflicts for merge of 566be7c3 to master by Narayan Kamath · 12 years ago
  80. 377b2ec Make frameworks/av 64-bit compatible by Kévin PETIT · 12 years ago
  81. 1b86fe0 FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to media code by Andreas Huber · 12 years ago
  82. ff3e31d camera: Collect stack traces when bad things happen, print with dumpsys by Igor Murashkin · 12 years ago
  83. f05e50e Camera: only return static metadata for HAL3 device by Zhijun He · 12 years ago
  84. 2b59be8 Camera: Implement getCameraCharacteristics by Zhijun He · 12 years ago
  85. 17963d1 Fix CameraService error flag when running HAL1 with API2. by Ruben Brunk · 13 years ago
  86. 0f61d8f Refactor CameraService to handle errors properly. by Ruben Brunk · 13 years ago
  87. 7b82efe Camera: Rename new API to camera2, rearrange camera service by Eino-Ville Talvala · 13 years ago
  88. 4711005 Camera: ProCamera connect need support HAL3 device by Zhijun He · 13 years ago
  89. 98e2472 Make android.hardware.photography.Camera work on HAL3+ devices by Igor Murashkin · 13 years ago
  90. e7ee763 Initial implementation of android.hardware.photography.CameraDevice (service) by Igor Murashkin · 13 years ago
  91. 93747b9 Camera: Hotplug - conditionally transition to PRESENT when clients disconnect by Igor Murashkin · 13 years ago
  92. d09801b Camera2: Fix deadlock on shutdown due to client getting killed. by Eino-Ville Talvala · 13 years ago
  93. cba2c16 Camera: Add hotplug support (for fixed # of cameras) by Igor Murashkin · 13 years ago
  94. acd695c ProCamera: Fix rare deadlock when client destructs inside the connect call by Igor Murashkin · 13 years ago
  95. e6800ce Camera: Make ProCamera connect take the same paths as Camera connect by Igor Murashkin · 13 years ago
  96. 44cfcf0 CameraService: Refactor Camera2Client to share a base with ProCameraClient by Igor Murashkin · 13 years ago
  97. bfc9915 Camera: Drop ProCamera connections when a Camera connection happens by Igor Murashkin · 13 years ago
  98. b99c5b8 Camera: Start of support for version 3.0 of camera device HAL by Eino-Ville Talvala · 13 years ago
  99. c073ba5 camera_client: refactor Camera/ProCamera commonalities into BasicCamera by Igor Murashkin · 13 years ago
  100. ceb388d CameraService and Stagefright: Support AppOps by Eino-Ville Talvala · 13 years ago