blob: f320d34a8cda2489ece83d205a04744369541a26 [file] [log] [blame]
Eino-Ville Talvalaae70f8c2023-08-18 10:10:55 -07001package: "com.android.internal.camera.flags"
2
3flag {
4 namespace: "camera_platform"
Eino-Ville Talvala6f1a9c12023-09-14 17:26:28 -07005 name: "camera_hsum_permission"
6 description: "Camera access by headless system user"
7 bug: "273539631"
Eino-Ville Talvalaae70f8c2023-08-18 10:10:55 -07008}
Jyoti Bhayana5bdb5a62023-08-24 14:46:08 -07009
10flag {
11 namespace: "camera_platform"
Eino-Ville Talvala6f1a9c12023-09-14 17:26:28 -070012 name: "log_ultrawide_usage"
13 description: "Enable measuring how much usage there is for ultrawide-angle cameras"
14 bug: "300515796"
Jyoti Bhayana5bdb5a62023-08-24 14:46:08 -070015}
16
Rucha Katakwar0ff1af02023-08-11 13:25:20 -070017flag {
18 namespace: "camera_platform"
19 name: "camera_manual_flash_strength_control"
20 description: "Flash brightness level control in manual flash mode"
21 bug: "238348881"
22}
Jayant Chowdharyd65d9442023-07-11 01:18:06 +000023
24flag {
25 namespace: "camera_platform"
26 name: "lazy_aidl_wait_for_service"
27 description: "Use waitForService instead of getService with lazy AIDL HALs"
28 bug: "285546208"
29}
Shuzhen Wang6e08d202023-10-24 20:27:14 +000030
31flag {
32 namespace: "camera_platform"
33 name: "log_zoom_override_usage"
34 description: "Enable measuring how much usage there is for zoom settings overrde"
35 bug: "307409002"
36}
Vadim Caen7eccd7c2023-10-03 16:26:33 +020037
Jayant Chowdharyf60b3c82023-12-01 18:43:22 +000038flag {
39 namespace: "camera_platform"
40 name: "session_hal_buf_manager"
41 description: "Enable or disable HAL buffer manager as requested by the camera HAL"
42 bug: "311263114"
43}