Searched refs:loadResult (Results 1 – 3 of 3) sorted by relevance
189 Pair<Integer, SoundTriggerHwCallback> loadResult = loadGenericModel(module, hwHandle); in testLoadPreemptModel() local191 int handle = loadResult.first; in testLoadPreemptModel()192 SoundTriggerHwCallback hwCallback = loadResult.second; in testLoadPreemptModel()496 Pair<Integer, SoundTriggerHwCallback> loadResult = loadGenericModel(module, hwHandle); in testAbortRecognition() local497 int handle = loadResult.first; in testAbortRecognition()498 SoundTriggerHwCallback hwCallback = loadResult.second; in testAbortRecognition()528 Pair<Integer, SoundTriggerHwCallback> loadResult = loadPhraseModel(module, hwHandle); in testAbortPhraseRecognition() local529 int handle = loadResult.first; in testAbortPhraseRecognition()530 SoundTriggerHwCallback hwCallback = loadResult.second; in testAbortPhraseRecognition()
81 status_t loadResult = loadAudioPolicyEngineConfig(xmlFilePath); in loadFromXmlConfigWithFallback() local82 if (loadResult < 0) { in loadFromXmlConfigWithFallback()85 return loadResult; in loadFromXmlConfigWithFallback()
50 status_t loadResult = loadAudioEffectConfig_ll(effectsFactoryHal); in AudioPolicyEffects() local51 if (loadResult < 0) { in AudioPolicyEffects()59 } else if (loadResult > 0) { in AudioPolicyEffects()60 ALOGE("Effect config is partially invalid, skipped %d elements", loadResult); in AudioPolicyEffects()