Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1213 mAudioSourceNode = audioSource; in createAudioSource()
2214 mAudioSourceNode = 0; in reset()
2255 if (mAudioSourceNode != 0) { in getMaxAmplitude()
2256 *max = mAudioSourceNode->getMaxAmplitude(); in getMaxAmplitude()
2286 if (mAudioSourceNode != 0) { in setInputDevice()
2287 return mAudioSourceNode->setInputDevice(deviceId); in setInputDevice()
2296 if (mAudioSourceNode != 0) { in getRoutedDeviceId()
2297 status_t status = mAudioSourceNode->getRoutedDeviceId(deviceId); in getRoutedDeviceId()
2311 if (mAudioSourceNode != 0 && callback != 0) { in enableAudioDeviceCallback()
2313 return mAudioSourceNode->addAudioDeviceCallback(callback); in enableAudioDeviceCallback()
[all …]
DStagefrightRecorder.h105 sp<AudioSource> mAudioSourceNode; member