Home
last modified time | relevance | path

Searched refs:queueForPlay (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/jni/soundpool/
DSoundPool.cpp138 const int32_t streamID = mStreamManager.queueForPlay( in play()
DStreamManager.h395 int32_t queueForPlay(const std::shared_ptr<Sound> &sound,
DStreamManager.cpp152 int32_t StreamManager::queueForPlay(const std::shared_ptr<Sound> &sound, in queueForPlay() function in android::soundpool::StreamManager