/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
H A D | BridgeXmlBlockParser.java | 44 @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 D | AudioPlayer.java | 96 + 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 D | C2InterfaceHelper.cpp | 80 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 D | C2SoftRawDec.cpp | 53 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/aosp12/frameworks/av/media/codec2/components/g711/ |
H A D | C2SoftG711Dec.cpp | 62 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/aosp12/frameworks/av/media/codec2/components/base/include/ |
H A D | SimpleC2Interface.h | 136 std::shared_ptr<C2ComponentAttributesSetting> mAttrib; member
|
/aosp12/frameworks/av/media/codec2/components/gsm/ |
H A D | C2SoftGsmDec.cpp | 53 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/aosp12/frameworks/av/media/codec2/components/amr_nb_wb/ |
H A D | C2SoftAmrNbEnc.cpp | 54 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
H A D | C2SoftAmrDec.cpp | 68 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
H A D | C2SoftAmrWbEnc.cpp | 55 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/aosp12/frameworks/av/media/codec2/components/flac/ |
H A D | C2SoftFlacDec.cpp | 53 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
H A D | C2SoftFlacEnc.cpp | 54 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/aosp12/frameworks/av/media/codec2/components/opus/ |
H A D | C2SoftOpusDec.cpp | 57 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
H A D | C2SoftOpusEnc.cpp | 60 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/aosp12/frameworks/av/media/codec2/components/vorbis/ |
H A D | C2SoftVorbisDec.cpp | 61 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/aosp12/frameworks/av/media/codec2/components/mp3/ |
H A D | C2SoftMp3Dec.cpp | 57 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/aosp12/frameworks/av/media/codec2/components/vpx/ |
H A D | C2SoftVpxEnc.h | 255 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
H A D | C2SoftVpxDec.cpp | 63 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/aosp12/frameworks/av/media/codec2/components/aac/ |
H A D | C2SoftAacEnc.cpp | 55 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/ |
H A D | C2SoftMpeg4Enc.cpp | 71 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
H A D | C2SoftMpeg4Dec.cpp | 72 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/aosp12/frameworks/av/media/codec2/components/aom/ |
H A D | C2SoftAomDec.cpp | 49 addParameter(DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/aosp12/frameworks/av/media/codec2/components/gav1/ |
H A D | C2SoftGav1Dec.cpp | 50 addParameter(DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/aosp12/frameworks/av/media/codec2/components/avc/ |
H A D | C2SoftAvcDec.cpp | 70 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/aosp12/frameworks/av/media/codec2/components/hevc/ |
H A D | C2SoftHevcDec.cpp | 63 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|