Home | History | Annotate | Download | only in soundpool

Lines Matching defs:msg

25 void SoundPoolThread::write(SoundPoolMsg msg) {
33 mMsgQueue.push(msg);
43 SoundPoolMsg msg = mMsgQueue[0];
46 return msg;
84 SoundPoolMsg msg = read();
85 ALOGV("Got message m=%d, mData=%d", msg.mMessageType, msg.mData);
86 switch (msg.mMessageType) {
91 doLoadSample(msg.mData);
95 msg.mMessageType);