HomeSort by relevance Sort by last modified time
    Searched full:audiohandle (Results 1 - 12 of 12) sorted by null

  /frameworks/base/media/java/android/media/
AudioHandle.java 20 * The AudioHandle is used by the audio framework implementation to
25 class AudioHandle {
28 AudioHandle(int id) {
38 if (o == null || !(o instanceof AudioHandle)) {
41 AudioHandle ah = (AudioHandle)o;
AudioPatch.java 32 private final AudioHandle mHandle;
36 AudioPatch(AudioHandle patchHandle, AudioPortConfig[] sources, AudioPortConfig[] sinks) {
AudioMixPort.java 33 AudioMixPort(AudioHandle handle, int ioHandle, int role, String deviceName,
AudioPort.java 69 AudioHandle mHandle;
79 AudioPort(AudioHandle handle, int role, String name,
93 AudioHandle handle() {
AudioDevicePort.java 39 AudioDevicePort(AudioHandle handle, String deviceName,
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp     [all...]
  /frameworks/av/services/audioflinger/
Effects.h 28 // AudioHandle -> ThreadBase -> EffectChain -> EffectModule
  /prebuilts/misc/common/robolectric/lib/
android-all-5.0.0_r2-robolectric-1-sources.jar 
android-all-6.0.0_r1-robolectric-0-sources.jar 
  /frameworks/base/
preloaded-classes     [all...]
compiled-classes-phone     [all...]
  /frameworks/base/services/
profile-classes     [all...]

Completed in 298 milliseconds