Home
last modified time | relevance | path

Searched refs:KILL (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/jni/soundpool/
DSoundPoolThread.cpp54 mMsgQueue.push(SoundPoolMsg(SoundPoolMsg::KILL, 0)); in quit()
87 case SoundPoolMsg::KILL: in run()
DSoundPoolThread.h30 enum MessageType { INVALID, KILL, LOAD_SAMPLE }; enumerator
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGraphRunner.java45 private static final Event KILL_EVENT = new Event(Event.KILL, null);
100 public static final int KILL = 12; field in GraphRunner.Event
162 case Event.KILL: in loop()