Searched refs:KILL (Results 1 - 3 of 3) sorted by path

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

Completed in 168 milliseconds