Lines Matching refs:SoundPoolMsg
25 void SoundPoolThread::write(SoundPoolMsg msg) {
38 const SoundPoolMsg SoundPoolThread::read() {
43 SoundPoolMsg msg = mMsgQueue[0];
54 mMsgQueue.push(SoundPoolMsg(SoundPoolMsg::KILL, 0));
84 SoundPoolMsg msg = read();
87 case SoundPoolMsg::KILL:
90 case SoundPoolMsg::LOAD_SAMPLE:
102 write(SoundPoolMsg(SoundPoolMsg::LOAD_SAMPLE, sampleID));