Searched defs:AudioHandle (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAudioHandle.java20 * The AudioHandle is used by the audio framework implementation to
25 class AudioHandle { class
28 AudioHandle(int id) { method in class:AudioHandle
38 if (o == null || !(o instanceof AudioHandle)) {
41 AudioHandle ah = (AudioHandle)o;

Completed in 44 milliseconds