HomeSort by relevance Sort by last modified time
    Searched refs:mAttributes (Results 51 - 75 of 269) sorted by null

1 23 4 5 6 7 8 91011

  /frameworks/av/media/libaudioclient/
AudioRecord.cpp 116 audioSourceString(record->mAttributes.source).c_str());
281 memset(&mAttributes, 0, sizeof(audio_attributes_t));
282 mAttributes.source = inputSource;
285 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t));
287 mAttributes.source, mAttributes.flags, mAttributes.tags);
636 mFlags, mOrigFlags, mAttributes.source);
710 input.attr = mAttributes;
    [all...]
  /frameworks/av/media/libmediaplayer2/include/mediaplayer2/
MediaPlayer2AudioOutput.h 115 audio_attributes_t * mAttributes;
  /frameworks/av/media/libaudioclient/include/media/
AudioRecord.h 252 audio_source_t inputSource() const { return mAttributes.source; }
    [all...]
AudioTrack.h     [all...]
  /frameworks/base/media/java/android/media/
AudioRecord.java 485 private AudioAttributes mAttributes;
507 mAttributes = new AudioAttributes.Builder()
532 mAttributes = attributes;
615 if (mAttributes == null) {
616 mAttributes = new AudioAttributes.Builder()
629 mAttributes, mFormat, mBufferSizeInBytes, mSessionId);
    [all...]
TtmlRenderer.java 260 out.append(node.mAttributes);
295 public final String mAttributes;
306 this.mAttributes = attributes;
AudioPlaybackConfiguration.java 205 mPlayerAttr = pic.mAttributes;
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationRecord.java 148 private AudioAttributes mAttributes;
189 mAttributes = calculateAttributes();
541 pw.println(prefix + "mAttributes= " + mAttributes);
755 return mAttributes != null && mAttributes.getUsage() == usage;
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp     [all...]
MediaPlayerService.h 163 audio_attributes_t * mAttributes;
  /hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
HWC2On1Adapter.cpp     [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.cpp     [all...]
HWC2On1Adapter.h 251 mAttributes() {}
283 std::unordered_map<HWC2::Attribute, int32_t> mAttributes;
  /frameworks/base/libs/hwui/
Program.h 427 KeyedVector<const char*, int> mAttributes;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ImageShader.java 56 private HashMap<String, VertexAttribute> mAttributes = new HashMap<String, VertexAttribute>();
632 for (VertexAttribute attr : mAttributes.values()) {
760 VertexAttribute result = mAttributes.get(name);
765 mAttributes.put(name, result);
  /frameworks/base/tools/aapt/
XMLNode.h 199 Vector<attribute_entry> mAttributes;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryGetter.java 209 final String version = header.mDictionaryOptions.mAttributes.get(VERSION_KEY);
ExpandableBinaryDictionary.java 703 header.mDictionaryOptions.mAttributes));
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CombinedInputOutput.java 226 destination.write(CombinedFormatUtils.formatAttributeMap(dict.mOptions.mAttributes));
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.cpp 532 if (mAttributes[i] != NULL) {
550 int result = nla_parse(mAttributes, NL80211_ATTR_MAX_INTERNAL, genlmsg_attrdata(mHeader, 0),
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictEncoderUtils.java     [all...]
FusionDictionary.java 239 mOptions.mAttributes.put(key, value);
  /frameworks/base/core/java/android/app/assist/
AssistStructure.java     [all...]
  /hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
HWC2On1Adapter.h 287 mAttributes() {}
319 std::unordered_map<HWC2::Attribute, int32_t> mAttributes;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBootSupport.c 28 UDC_ATTRIBUTES mAttributes = { 0, 0, 0, 0 };
    [all...]

Completed in 693 milliseconds

1 23 4 5 6 7 8 91011