Searched defs: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
/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 126 milliseconds