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

  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]
Tracks.cpp 840 if (vl > MAX_GAIN_INT) {
841 vl = MAX_GAIN_INT;
843 if (vr > MAX_GAIN_INT) {
844 vr = MAX_GAIN_INT;
    [all...]
AudioFlinger.h 82 #define MAX_GAIN_INT 0x1000

Completed in 89 milliseconds