Searched refs:originalConfig (Results 1 – 3 of 3) sorted by relevance
43 struct audio_config originalConfig = *config; in openOutputStream() local71 bool wrapperNeeded = !audio_has_proportional_frames(originalConfig.format) in openOutputStream()76 if (SPDIFEncoder::isFormatSupported(originalConfig.format)) { in openOutputStream()77 outputStream = new SpdifStreamOut(this, flags, originalConfig.format); in openOutputStream()78 status = outputStream->open(handle, deviceType, &originalConfig, address); in openOutputStream()87 originalConfig.format); in openOutputStream()
1229 ZenModeConfig originalConfig = mZenModeHelperSpy.mConfig.copy(); in testCountdownConditionSubscription() local1234 assertEquals(originalConfig, mZenModeHelperSpy.mConfig); in testCountdownConditionSubscription()
4362 WifiConfiguration originalConfig = WifiConfigurationTestUtil.createOpenNetwork(); in testSetNetworkRandomizedMacAddressUpdatesInternalMacAddress() local4363 NetworkUpdateResult result = verifyAddNetworkToWifiConfigManager(originalConfig); in testSetNetworkRandomizedMacAddressUpdatesInternalMacAddress()4367 MacAddress originalMac = originalConfig.getOrCreateRandomizedMacAddress(); in testSetNetworkRandomizedMacAddressUpdatesInternalMacAddress()