HomeSort by relevance Sort by last modified time
    Searched refs:BufLog (Results 1 - 4 of 4) sorted by null

  /frameworks/av/services/audioflinger/
BufLog.h 21 * BUFLOG creates up to BUFLOG_MAXSTREAMS simultaneous streams [0:15] of audio buffer data
26 * Normally we strip BUFLOG dumps from release builds.
33 * #include "BufLog.h"
36 * BUFLOG(buff_id, buff_tag, format, channels, sampling_rate, max_bytes, buff_pointer, buff_size);
58 * BUFLOG(11, "loudnes_enhancer_out", format, channels, samplingRate, maxBytes,
62 * BUFLOG_EXISTS returns true if there is an instance of BufLog
64 * BUFLOG_RESET If an instance of BufLog exists, it stops the capture and closes all
66 * If a new call to BUFLOG(..) is done, new streams are created.
80 #ifndef BUFLOG
85 #define BUFLOG(STREAMID, TAG, FORMAT, CHANNELS, SAMPLINGRATE, MAXBYTES, BUF, SIZE)
    [all...]
BufLog.cpp 18 #include "BufLog.h"
19 #define LOG_TAG "BufLog"
36 BufLog *BufLogSingleton::mInstance = NULL;
39 mInstance = new BufLog();
41 "Warning: BUFLOG is defined in some part of your code.\n" \
46 BufLog *BufLogSingleton::instance() {
56 // BufLog
59 BufLog::BufLog() {
63 BufLog::~BufLog()
    [all...]
Android.mk 33 BufLog.cpp \
AudioFlinger.cpp 72 #include <BufLog.h>
    [all...]

Completed in 74 milliseconds