Searched refs:gDynamicFormat (Results 1 – 4 of 4) sorted by relevance
94 profiles.add(AudioProfile::createFullDynamic(gDynamicFormat)); in aidl2legacy_AudioHwModule_HwModule()108 profiles.add(AudioProfile::createFullDynamic(gDynamicFormat)); in aidl2legacy_AudioHwModule_HwModule()291 mDefaultOutputDevice->addAudioProfile(AudioProfile::createFullDynamic(gDynamicFormat)); in setDefault()293 defaultInputDevice->addAudioProfile(AudioProfile::createFullDynamic(gDynamicFormat)); in setDefault()
435 AudioProfileTraits::Element profile = new AudioProfile(formatFromString(format, gDynamicFormat), in deserialize()439 profile->setDynamicFormat(profile->getFormat() == gDynamicFormat); in deserialize()475 profiles.add(AudioProfile::createFullDynamic(gDynamicFormat)); in deserialize()580 profiles.add(AudioProfile::createFullDynamic(gDynamicFormat)); in deserialize()
107 audioProfileVector, gDynamicFormat); in addProfilesForFormats()
32 static const audio_format_t gDynamicFormat = AUDIO_FORMAT_DEFAULT; variable