Home
last modified time | relevance | path

Searched refs:kPlaying (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/modules/audioplayer/
H A DSkAudioPlayer.h28 kPlaying, member in SkAudioPlayer::State
40 void play() { this->setState(State::kPlaying); } in play()
44 bool isPlaying() const { return this->state() == State::kPlaying; } in isPlaying()
H A DSkAudioPlayer_sfml.cpp40 case State::kPlaying: fMusic.play(); break;
H A DSkAudioPlayer_oboe.cpp87 case State::kPlaying: fStream->start(); break;
/third_party/skia/samplecode/
H A DSampleAudio.cpp57 case SkAudioPlayer::State::kPlaying: fPlayer->pause(); break;

Completed in 2 milliseconds