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

  /frameworks/av/services/audioflinger/
BufLog.h 21 * BUFLOG creates up to BUFLOG_MAXSTREAMS simultaneous streams [0:15] of audio buffer data
159 // streamid: int [0:BUFLOG_MAXSTREAMS-1] buffer id.
184 static const unsigned int BUFLOG_MAXSTREAMS = 16;
185 BufLogStream *mStreams[BUFLOG_MAXSTREAMS];
BufLog.cpp 66 for (unsigned int id = 0; id < BUFLOG_MAXSTREAMS; id++) {
77 unsigned int id = streamid % BUFLOG_MAXSTREAMS;
96 for (unsigned int id = 0; id < BUFLOG_MAXSTREAMS; id++) {

Completed in 553 milliseconds