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

1 23 4 5 6 7

  /frameworks/base/media/java/android/media/
AudioRecord.java 479 private AudioAttributes mAttributes;
501 mAttributes = new AudioAttributes.Builder()
526 mAttributes = attributes;
609 if (mAttributes == null) {
610 mAttributes = new AudioAttributes.Builder()
623 mAttributes, mFormat, mBufferSizeInBytes, mSessionId);
    [all...]
TtmlRenderer.java 260 out.append(node.mAttributes);
295 public final String mAttributes;
306 this.mAttributes = attributes;
  /frameworks/av/media/libmedia/
AudioTrack.cpp 181 mAttributes.content_type = AUDIO_CONTENT_TYPE_UNKNOWN;
182 mAttributes.usage = AUDIO_USAGE_UNKNOWN;
183 mAttributes.flags = 0x0;
184 strcpy(mAttributes.tags, "");
366 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t));
368 mAttributes.usage, mAttributes.content_type, mAttributes.flags, mAttributes.tags);
370 if ((mAttributes.flags & AUDIO_FLAG_HW_AV_SYNC) != 0)
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp     [all...]
MediaPlayerService.h 147 audio_attributes_t * mAttributes;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2On1Adapter.cpp     [all...]
HWC2On1Adapter.h 250 mAttributes() {}
282 std::unordered_map<HWC2::Attribute, int32_t> mAttributes;
  /frameworks/base/libs/hwui/
Program.h 409 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 515 if (mAttributes[i] != NULL) {
533 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);