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

/frameworks/av/media/libmedia/
H A DSoundPoolThread.h28 class SoundPoolMsg { class in namespace:android
31 SoundPoolMsg() : mMessageType(INVALID), mData(0) {} function in class:android::SoundPoolMsg
32 SoundPoolMsg(MessageType MessageType, int data) : function in class:android::SoundPoolMsg
47 void write(SoundPoolMsg msg);
55 const SoundPoolMsg read();
59 Vector<SoundPoolMsg> mMsgQueue;

Completed in 1151 milliseconds