Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:mAudioSourceNode

987     mAudioSourceNode = audioSource;
1819 mAudioSourceNode = 0;
1855 if (mAudioSourceNode != 0) {
1856 *max = mAudioSourceNode->getMaxAmplitude();
1903 snprintf(buffer, SIZE, " Max amplitude: %d\n", mAudioSourceNode == 0? 0: mAudioSourceNode->getMaxAmplitude());