Home
last modified time | relevance | path

Searched refs:audioplay (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/cmds/bootanimation/
Daudioplay.cpp36 namespace audioplay { namespace
88 audioplay::setPlaying(false); in bqPlayerCallback()
255 audioplay::setPlaying(true); in createBufferQueueAudioPlayer()
321 audioplay::create(mExampleAudioData, mExampleAudioLength); in threadLoop()
367 audioplay::playClip(part.audioData, part.audioLength); in playPart()
373 audioplay::setPlaying(false); in shutdown()
374 audioplay::destroy(); in shutdown()
426 audioplay::setPlaying(true); in playClip()
DAndroid.bp40 "audioplay.cpp",
59 "audioplay.cpp",
Daudioplay.h25 namespace audioplay {
Dbootanimation_main.cpp48 sp<BootAnimation> boot = new BootAnimation(audioplay::createAnimationCallbacks()); in main()