Searched refs:adt (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/services/audioflinger/sounddose/ |
D | SoundDoseManager.cpp | 228 auto adt = AudioDeviceTypeAddr(type, address); in getIdForAudioDevice() local 229 auto deviceIt = mActiveDevices.find(adt); in getIdForAudioDevice() 231 ALOGI("%s: could not find port id for device %s", __func__, adt.toString().c_str()); in getIdForAudioDevice() 239 adt.toString().c_str()); in getIdForAudioDevice() 246 void SoundDoseManager::mapAddressToDeviceId(const AudioDeviceTypeAddr& adt, in mapAddressToDeviceId() argument 249 ALOGI("%s: map address: %d to device id: %d", __func__, adt.mType, deviceId); in mapAddressToDeviceId() 250 mActiveDevices[adt] = deviceId; in mapAddressToDeviceId() 251 mActiveDeviceTypes[deviceId] = adt.mType; in mapAddressToDeviceId()
|
D | SoundDoseManager.h | 121 void mapAddressToDeviceId(const AudioDeviceTypeAddr& adt, const audio_port_handle_t deviceId);
|
/frameworks/av/services/audioflinger/sounddose/tests/ |
D | sounddosemanager_tests.cpp | 264 const AudioDeviceTypeAddr adt{deviceType, address}; in TEST_F() local 269 mSoundDoseManager->mapAddressToDeviceId(adt, deviceId); in TEST_F() 277 const AudioDeviceTypeAddr adt{deviceType, address}; in TEST_F() local 283 mSoundDoseManager->mapAddressToDeviceId(adt, deviceId); in TEST_F()
|
/frameworks/av/services/audioflinger/ |
D | MelReporter.cpp | 155 AudioDeviceTypeAddr adt{patch.mAudioPatch.sinks[i].ext.device.type, in onCreateAudioPatch() local 157 mSoundDoseManager->mapAddressToDeviceId(adt, deviceId); in onCreateAudioPatch()
|
/frameworks/base/mime/java-res/ |
D | android.mime.types | 150 audio/aac aac adts adt
|