Home
last modified time | relevance | path

Searched refs:attributesWrapper (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioContext.java358 AudioAttributesWrapper attributesWrapper =
360 if (AUDIO_ATTRIBUTE_TO_CONTEXT.containsKey(attributesWrapper)) {
361 int mappedContext = AUDIO_ATTRIBUTE_TO_CONTEXT.get(attributesWrapper);
363 attributesWrapper, mappedContext, info.getId()); in Slogf.wtf() argument
365 AUDIO_ATTRIBUTE_TO_CONTEXT.put(attributesWrapper, info.getId()); in AUDIO_ATTRIBUTE_TO_CONTEXT.put() argument
369 ALL_SUPPORTED_ATTRIBUTES.add(attributesWrapper);
427 AudioAttributesWrapper attributesWrapper = in CarAudioContext() local
429 if (mAudioAttributesToContext.containsKey(attributesWrapper)) { in CarAudioContext()
430 int mappedContext = mAudioAttributesToContext.get(attributesWrapper); in CarAudioContext()
432 attributesWrapper, mappedContext, info.getId()); in CarAudioContext()
[all …]