Searched refs:AudioHandle (Results 1 - 6 of 6) 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;
H A DAudioPatch.java32 private final AudioHandle mHandle;
36 AudioPatch(AudioHandle patchHandle, AudioPortConfig[] sources, AudioPortConfig[] sinks) {
H A DAudioPort.java69 AudioHandle mHandle;
79 AudioPort(AudioHandle handle, int role, String name,
93 AudioHandle handle() {
H A DAudioMixPort.java33 AudioMixPort(AudioHandle handle, int ioHandle, int role, String deviceName,
H A DAudioDevicePort.java39 AudioDevicePort(AudioHandle handle, String deviceName,
/frameworks/base/
H A Dcompiled-classes-phone2308 android.media.AudioHandle

Completed in 103 milliseconds