HomeSort by relevance Sort by last modified time
    Searched refs:audio_usage_t (Results 1 - 7 of 7) sorted by null

  /frameworks/av/include/media/
AudioPolicy.h 50 AttributeMatchCriterion(audio_usage_t usage, audio_source_t source, uint32_t rule);
56 audio_usage_t mUsage;
  /frameworks/av/media/libmedia/
AudioPolicy.cpp 27 AttributeMatchCriterion::AttributeMatchCriterion(audio_usage_t usage,
45 mAttr.mUsage = (audio_usage_t)parcel->readInt32();
  /system/core/include/system/
audio.h 107 } audio_usage_t; typedef in typeref:enum:__anon84355
155 audio_usage_t usage;
    [all...]
  /frameworks/base/media/jni/soundpool/
android_media_SoundPool_SoundPoolImpl.cpp 203 paa->usage = (audio_usage_t) env->GetIntField(jaa, javaAudioAttrFields.fieldUsage);
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 272 paa->usage = (audio_usage_t) env->GetIntField(jaa, javaAudioAttrFields.fieldUsage);
    [all...]
android_media_AudioSystem.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 223 attributes->usage = (audio_usage_t) parcel.readInt32();
    [all...]

Completed in 376 milliseconds