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

Commit 2234002b authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Start pulling bits of FastMixer up to FastThread

Change-Id: I4c6f7b8f88fcf107bb29ee6432feecd4ab6554d2
parent 67ee990d
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