1package: "com.android.frameworks.sensorservice.flags"
2container: "system"
3
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"
9}
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"
16}
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}
24
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"
30}
31