Searched refs:KILL (Results 1 – 3 of 3) sorted by relevance
54 mMsgQueue.push(SoundPoolMsg(SoundPoolMsg::KILL, 0)); in quit()87 case SoundPoolMsg::KILL: in run()
30 enum MessageType { INVALID, KILL, LOAD_SAMPLE }; enumerator
45 private static final Event KILL_EVENT = new Event(Event.KILL, null);100 public static final int KILL = 12; field in GraphRunner.Event162 case Event.KILL: in loop()