Loading services/audioflinger/AudioFlinger.h +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ #ifndef ANDROID_AUDIO_FLINGER_H #define ANDROID_AUDIO_FLINGER_H #include "Configuration.h" #include <stdint.h> #include <sys/types.h> #include <limits.h> Loading services/audioflinger/StateQueue.h +2 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,8 @@ // arithmetic on the state pointers. However to the mutator, the state pointers // are in a definite circular order. #include "Configuration.h" namespace android { #ifdef STATE_QUEUE_DUMP Loading Loading
services/audioflinger/AudioFlinger.h +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ #ifndef ANDROID_AUDIO_FLINGER_H #define ANDROID_AUDIO_FLINGER_H #include "Configuration.h" #include <stdint.h> #include <sys/types.h> #include <limits.h> Loading
services/audioflinger/StateQueue.h +2 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,8 @@ // arithmetic on the state pointers. However to the mutator, the state pointers // are in a definite circular order. #include "Configuration.h" namespace android { #ifdef STATE_QUEUE_DUMP Loading