Home
last modified time | relevance | path

Searched refs:tempVal (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/audio/core/src/
H A Daudio_core.c416 uint32_t tempVal; in AudioUpdateCodecRegBits() local
433 tempVal = curValue & controlMask; in AudioUpdateCodecRegBits()
434 if (tempVal == value) { in AudioUpdateCodecRegBits()
458 uint32_t tempVal; in AudioUpdateDaiRegBits() local
477 tempVal = curValue & mixerControlMask; in AudioUpdateDaiRegBits()
478 if (tempVal == value) { in AudioUpdateDaiRegBits()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_object.cpp887 TextBackgroundStyle tempVal = GetBackgroundColor(); in AddSpanStyle() local
888 spanItem->backgroundStyle = tempVal; in AddSpanStyle()