Searched refs:KILL (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmedia/
H A DSoundPoolThread.h30 enum MessageType { INVALID, KILL, LOAD_SAMPLE }; enumerator in enum:android::SoundPoolMsg::MessageType
H A DSoundPoolThread.cpp54 mMsgQueue.push(SoundPoolMsg(SoundPoolMsg::KILL, 0));
87 case SoundPoolMsg::KILL:

Completed in 35 milliseconds