Searched refs:inProfile (Results 1 – 2 of 2) sorted by relevance
169 sp<InputProfile> inProfile = new InputProfile("primary"); in setDefault() local170 inProfile->addAudioProfile(micProfile); in setDefault()171 inProfile->addSupportedDevice(defaultInputDevice); in setDefault()172 module->addInputProfile(inProfile); in setDefault()
1423 for (const auto &inProfile : inputProfiles) { in getMsdProfiles() local1424 if (hwAvSync == ((inProfile->getFlags() & AUDIO_INPUT_FLAG_HW_AV_SYNC) != 0) && in getMsdProfiles()1425 inProfile->supportsDevice(sourceDevice)) { in getMsdProfiles()1426 appendAudioProfiles(sourceProfiles, inProfile->getAudioProfiles()); in getMsdProfiles()5028 for (const auto& inProfile : hwModule->getInputProfiles()) { in onNewAudioModulesAvailableInt() local5029 if (!inProfile->canOpenNewIo()) { in onNewAudioModulesAvailableInt()5031 inProfile->maxOpenCount, inProfile->getTagName().c_str()); in onNewAudioModulesAvailableInt()5034 if (!inProfile->hasSupportedDevices()) { in onNewAudioModulesAvailableInt()5040 const DeviceVector &supportedDevices = inProfile->getSupportedDevices(); in onNewAudioModulesAvailableInt()5044 __func__, inProfile->getTagName().c_str()); in onNewAudioModulesAvailableInt()[all …]