Home
last modified time | relevance | path

Searched defs:adt (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/sounddose/tests/
Dsounddosemanager_tests.cpp264 const AudioDeviceTypeAddr adt{deviceType, address}; in TEST_F() local
277 const AudioDeviceTypeAddr adt{deviceType, address}; in TEST_F() local
/frameworks/av/services/audioflinger/
DMelReporter.cpp155 AudioDeviceTypeAddr adt{patch.mAudioPatch.sinks[i].ext.device.type, in onCreateAudioPatch() local
/frameworks/av/services/audioflinger/sounddose/
DSoundDoseManager.cpp228 auto adt = AudioDeviceTypeAddr(type, address); in getIdForAudioDevice() local
246 void SoundDoseManager::mapAddressToDeviceId(const AudioDeviceTypeAddr& adt, in mapAddressToDeviceId()