Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4799fa44 authored by Glenn Kasten's avatar Glenn Kasten Committed by Android (Google) Code Review
Browse files

Merge "Start pulling bits of FastMixer up to FastThread"

parents c12ea1ce 2234002b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -61,7 +61,8 @@ LOCAL_STATIC_LIBRARIES := \
LOCAL_MODULE:= libaudioflinger
LOCAL_32_BIT_ONLY := true

LOCAL_SRC_FILES += FastMixer.cpp FastMixerState.cpp AudioWatchdog.cpp FastThreadState.cpp
LOCAL_SRC_FILES += FastMixer.cpp FastMixerState.cpp AudioWatchdog.cpp
LOCAL_SRC_FILES += FastThread.cpp FastThreadState.cpp

LOCAL_CFLAGS += -DSTATE_QUEUE_INSTANTIATIONS='"StateQueueInstantiations.cpp"'

+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@

// uncomment to enable fast mixer to take performance samples for later statistical analysis
#define FAST_MIXER_STATISTICS
// FIXME rename to FAST_THREAD_STATISTICS

// uncomment for debugging timing problems related to StateQueue::push()
//#define STATE_QUEUE_DUMP
+327 −561

File changed.

Preview size limit exceeded, changes collapsed.

+38 −96

File changed.

Preview size limit exceeded, changes collapsed.

+95 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading