Home
last modified time | relevance | path

Searched defs:isPlaying (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
H A DPlayer.h48 void setPlaying(bool isPlaying) { mIsPlaying = isPlaying; resetPlayHead(); }; in setPlaying() argument
/third_party/skia/modules/skottie/tests/
H A DAudioLayer.cpp59 bool isPlaying() const { return fCurrentTime >= 0; } in DEF_TEST() function in final
[all...]
/third_party/skia/third_party/externals/oboe/samples/iolib/src/main/cpp/player/
H A DSampleSource.h50 bool isPlaying() { return mIsPlaying; } in isPlaying() function in iolib::SampleSource
/third_party/skia/modules/audioplayer/
H A DSkAudioPlayer.h44 bool isPlaying() const { return this->state() == State::kPlaying; } in isPlaying() function in SkAudioPlayer
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/java/com/google/oboe/samples/liveEffect/
H A DMainActivity.java54 private boolean isPlaying = false; field in MainActivity

Completed in 4 milliseconds