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

  /frameworks/base/cmds/bootanimation/
audioplay.h 23 namespace audioplay { namespace
Android.mk 6 audioplay.cpp \
audioplay.cpp 20 #include "audioplay.h"
23 #define LOG_TAG "audioplay"
33 namespace audioplay { namespace
83 audioplay::setPlaying(false);
250 audioplay::setPlaying(true);
353 audioplay::setPlaying(true);
400 } // namespace audioplay
BootAnimation.cpp 61 #include "audioplay.h"
123 audioplay::destroy();
680 // Create and initialize audioplay if there is a wav file in any of the animations.
683 if (!audioplay::create(partWithAudio->audioData, partWithAudio->audioLength)) {
794 audioplay::playClip(part.audioData, part.audioLength);
883 audioplay::setPlaying(false);
884 audioplay::destroy();
    [all...]

Completed in 3024 milliseconds