• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // This file is autogenerated by hidl-gen. Do not edit manually.
2 // Source: android.hardware.audio@7.1
3 // Location: hardware/interfaces/audio/7.1/
4 
5 #ifndef HIDL_GENERATED_ANDROID_HARDWARE_AUDIO_V7_1_EXPORTED_CONSTANTS_H_
6 #define HIDL_GENERATED_ANDROID_HARDWARE_AUDIO_V7_1_EXPORTED_CONSTANTS_H_
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 typedef enum {
13     AUDIO_LATENCY_MODE_FREE = 0,
14     AUDIO_LATENCY_MODE_LOW = 1,
15 } audio_latency_mode_t;
16 
17 #ifdef __cplusplus
18 }
19 #endif
20 
21 #endif  // HIDL_GENERATED_ANDROID_HARDWARE_AUDIO_V7_1_EXPORTED_CONSTANTS_H_
22