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

  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 551 AudioTrack* newTrack;
610 newTrack = new AudioTrack(streamType, sampleRate, sample->format(),
613 newTrack = new AudioTrack(streamType, sampleRate, sample->format(),
617 status = newTrack->initCheck();
622 LOGV("setVolume %p", newTrack);
623 newTrack->setVolume(leftVolume, rightVolume);
624 newTrack->setLoop(0, frameCount, loop);
628 mAudioTrack = newTrack;
641 mAudioBufferSize = newTrack->frameCount()*newTrack->frameSize()
    [all...]
  /external/webkit/Source/WebKit/android/plugins/
ANPSoundInterface.cpp 149 si->newTrack = ANPCreateTrack;
android_npapi.h 748 // RO - repeat what was specified in newTrack()
750 // RO - repeat what was specified in newTrack()
786 The "user" parameter is the same value that was passed to newTrack()
    [all...]
  /development/samples/BrowserPlugin/jni/audio/
AudioPlugin.cpp 114 m_soundPlay->track = gSoundI.newTrack(44100, kPCM16Bit_ANPSampleFormat, 2, audioCallback, m_soundPlay);

Completed in 141 milliseconds