Searched refs:mPlayerAttr (Results 1 – 2 of 2) sorted by relevance
186 private AudioAttributes mPlayerAttr; // never null field in AudioPlaybackConfiguration206 mPlayerAttr = pic.mAttributes; in AudioPlaybackConfiguration()237 anonymCopy.mPlayerAttr = new AudioAttributes.Builder() in anonymizedCopy()238 .setUsage(in.mPlayerAttr.getUsage()) in anonymizedCopy()239 .setContentType(in.mPlayerAttr.getContentType()) in anonymizedCopy()240 .setFlags(in.mPlayerAttr.getFlags()) in anonymizedCopy()242 in.mPlayerAttr.getAllowedCapturePolicy() == ALLOW_CAPTURE_BY_ALL in anonymizedCopy()258 return mPlayerAttr; in getAudioAttributes()358 final boolean changed = !attr.equals(mPlayerAttr); in handleAudioAttributesEvent()359 mPlayerAttr = attr; in handleAudioAttributesEvent()[all …]
909 private final AudioAttributes mPlayerAttr; field in PlaybackActivityMonitor.NewPlayerEvent916 mPlayerAttr = apc.getAudioAttributes(); in NewPlayerEvent()924 + " attr:" + mPlayerAttr); in eventToString()951 private final AudioAttributes mPlayerAttr; field in PlaybackActivityMonitor.AudioAttrEvent955 mPlayerAttr = attr; in AudioAttrEvent()960 return new String("player piid:" + mPlayerIId + " new AudioAttributes:" + mPlayerAttr); in eventToString()