Home
last modified time | relevance | path

Searched refs:mAttrib (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java44 @NonNull private final ResolvingAttributeSet mAttrib; field in BridgeXmlBlockParser
77 mAttrib = new NopAttributeSet(); in BridgeXmlBlockParser()
410 return mAttrib.getAttributeBooleanValue(index, defaultValue); in getAttributeBooleanValue()
421 return mAttrib.getAttributeFloatValue(index, defaultValue); in getAttributeFloatValue()
431 return mAttrib.getAttributeIntValue(index, defaultValue); in getAttributeIntValue()
452 return mAttrib.getAttributeNameResource(index); in getAttributeNameResource()
477 return mAttrib.getClassAttribute(); in getClassAttribute()
482 return mAttrib.getIdAttribute(); in getIdAttribute()
487 return mAttrib.getIdAttributeResourceValue(defaultValue); in getIdAttributeResourceValue()
492 return mAttrib.getStyleAttribute(); in getStyleAttribute()
[all …]
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
H A DAudioPlayer.java96 + mAttrib.getUsage());
107 + mAttrib.getUsage());
138 private final AudioAttributes mAttrib; field in AudioPlayer
157 mAttrib = attrib; in AudioPlayer()
162 return mAttrib.getSystemUsage(); in getUsage()
180 Log.i(TAG, "Asking for focus for usage " + mAttrib.getUsage()); in start()
183 .setAudioAttributes(mAttrib) in start()
193 Log.i(TAG, "MediaPlayer got focus for usage " + mAttrib.getUsage()); in start()
197 Log.i(TAG, "MediaPlayer delayed focus for usage " + mAttrib.getUsage()); in start()
202 Log.i(TAG, "MediaPlayer denied focus for usage " + mAttrib.getUsage()); in start()
[all …]
/aosp12/frameworks/av/media/codec2/vndk/util/
H A DC2InterfaceHelper.cpp80 return mAttrib; in attrib()
86 index(), (C2ParamDescriptor::attrib_t)mAttrib, in build()
178 } else if (mAttrib & attrib_t::IS_CONST) { in setFields()
213 mAttrib |= attrib_t::IS_CONST; in validate()
218 if (mAttrib & attrib_t::IS_CONST) { in validate()
245 attrib_t mAttrib; member in C2InterfaceHelper::ParamHelper::Impl
/aosp12/frameworks/av/media/codec2/components/raw/
H A DC2SoftRawDec.cpp53 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/aosp12/frameworks/av/media/codec2/components/g711/
H A DC2SoftG711Dec.cpp62 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/aosp12/frameworks/av/media/codec2/components/base/include/
H A DSimpleC2Interface.h136 std::shared_ptr<C2ComponentAttributesSetting> mAttrib; member
/aosp12/frameworks/av/media/codec2/components/gsm/
H A DC2SoftGsmDec.cpp53 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/aosp12/frameworks/av/media/codec2/components/amr_nb_wb/
H A DC2SoftAmrNbEnc.cpp54 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
H A DC2SoftAmrDec.cpp68 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
H A DC2SoftAmrWbEnc.cpp55 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/aosp12/frameworks/av/media/codec2/components/flac/
H A DC2SoftFlacDec.cpp53 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
H A DC2SoftFlacEnc.cpp54 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/aosp12/frameworks/av/media/codec2/components/opus/
H A DC2SoftOpusDec.cpp57 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
H A DC2SoftOpusEnc.cpp60 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/aosp12/frameworks/av/media/codec2/components/vorbis/
H A DC2SoftVorbisDec.cpp61 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/aosp12/frameworks/av/media/codec2/components/mp3/
H A DC2SoftMp3Dec.cpp57 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/aosp12/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxEnc.h255 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
H A DC2SoftVpxDec.cpp63 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/aosp12/frameworks/av/media/codec2/components/aac/
H A DC2SoftAacEnc.cpp55 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A DC2SoftMpeg4Enc.cpp71 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
H A DC2SoftMpeg4Dec.cpp72 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/aosp12/frameworks/av/media/codec2/components/aom/
H A DC2SoftAomDec.cpp49 addParameter(DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/aosp12/frameworks/av/media/codec2/components/gav1/
H A DC2SoftGav1Dec.cpp50 addParameter(DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/aosp12/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcDec.cpp70 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/aosp12/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcDec.cpp63 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()

12