blob: 7abfbaab0785baed34f82f316736d5bb12530969 [file] [log] [blame]
Rocky Fang43dee112023-12-14 21:11:07 +00001package: "com.android.frameworks.sensorservice.flags"
Oriol Prieto Gasco33fd22e2024-02-06 18:34:41 +00002container: "system"
Rocky Fang43dee112023-12-14 21:11:07 +00003
4flag {
5 name: "dynamic_sensor_hal_reconnect_handling"
6 namespace: "sensors"
7 description: "This flag controls if the dynamic sensor data will be clean up after HAL is disconnected."
8 bug: "307782607"
Rocky Fang337cc162023-12-19 00:54:47 +00009}
10
11flag {
12 name: "sensor_device_on_dynamic_sensor_disconnected"
13 namespace: "sensors"
14 description: "This flag controls if the callback onDynamicSensorsDisconnected is implemented or not."
15 bug: "316958439"
Rocky Fang46952452024-05-08 21:42:46 +000016}
17
18flag {
19 name: "sensor_event_connection_send_event_require_nonnull_scratch"
20 namespace: "sensors"
21 description: "This flag controls we allow to pass in nullptr as scratch in SensorEventConnection::sendEvents()"
22 bug: "339306599"
23}
Rocky Fangc72e9862024-05-21 18:49:32 +000024
25flag {
26 name: "sensor_service_clear_dynamic_sensor_data_at_the_end"
27 namespace: "sensors"
28 description: "When this flag is enabled, sensor service will only erase dynamic sensor data at the end of the threadLoop to prevent race condition."
29 bug: "329020894"
Rocky Fangb09ba1e2024-06-03 22:42:58 +000030}