HomeSort by relevance Sort by last modified time
    Searched full:audiooutput (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.h 36 class AudioOutput;
147 Phonon::AudioOutput* m_audioOutput;
MediaPlayerPrivatePhonon.cpp 43 #include <phonon/audiooutput.h>
93 , m_audioOutput(new AudioOutput())
140 LOG(Media, "MediaPlayerPrivatePhonon::dtor deleting audiooutput");
  /frameworks/base/media/libmediaplayerservice/
MediaPlayerService.cpp 208 /* static */ int MediaPlayerService::AudioOutput::mMinBufferCount = 4;
209 /* static */ bool MediaPlayerService::AudioOutput::mIsOnEmulator = false;
312 status_t MediaPlayerService::AudioOutput::dump(int fd, const Vector<String16>& args) const
318 result.append(" AudioOutput\n");
702 mAudioOutput = new AudioOutput(mAudioSessionId);
752 mAudioOutput = new AudioOutput(mAudioSessionId);
773 mAudioOutput = new AudioOutput(mAudioSessionId);
    [all...]
MediaPlayerService.h 67 class AudioOutput : public MediaPlayerBase::AudioSink
70 AudioOutput(int sessionId);
71 virtual ~AudioOutput();
328 sp<AudioOutput> mAudioOutput;
  /external/webkit/Source/WebCore/platform/audio/mac/
AudioDestinationMac.cpp 165 AudioDestinationMac* audioOutput = static_cast<AudioDestinationMac*>(userData);
166 return audioOutput->render(numberOfFrames, ioData);
  /external/qemu/audio/
coreaudio.c 491 /* callback to feed audiooutput buffer */
629 /* callback to feed audiooutput buffer */
  /frameworks/base/docs/html/guide/developing/devices/
managing-avds.jd 200 <td>hw.audioOutput</td>
managing-avds-cmdline.jd 310 <td>hw.audioOutput</td>
  /external/qemu/android/avd/
hardware-properties.ini 163 name = hw.audioOutput

Completed in 151 milliseconds