Home
last modified time | relevance | path

Searched refs:mAudioSourceNode (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1449 mAudioSourceNode = audioSource; in createAudioSource()
2500 mAudioSourceNode = 0; in reset()
2541 if (mAudioSourceNode != 0) { in getMaxAmplitude()
2542 *max = mAudioSourceNode->getMaxAmplitude(); in getMaxAmplitude()
2572 if (mAudioSourceNode != 0) { in setInputDevice()
2573 return mAudioSourceNode->setInputDevice(deviceId); in setInputDevice()
2582 if (mAudioSourceNode != 0) { in getRoutedDeviceId()
2583 status_t status = mAudioSourceNode->getRoutedDeviceId(deviceId); in getRoutedDeviceId()
2597 if (mAudioSourceNode != 0 && callback != 0) { in enableAudioDeviceCallback()
2599 return mAudioSourceNode->addAudioDeviceCallback(callback); in enableAudioDeviceCallback()
[all …]
DStagefrightRecorder.h108 sp<AudioSource> mAudioSourceNode; member