Home
last modified time | relevance | path

Searched refs:tempId (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/av_session/services/session/server/
H A Davrouter_impl.cpp223 int64_t tempId = 1; in OnCastSessionCreated() local
225 castHandle = static_cast<int64_t>((static_cast<uint64_t>(tempId) << 32) | in OnCastSessionCreated()
290 int64_t tempId = outputDeviceInfo.deviceInfos_[0].providerId_; in StartCast() local
292 castHandle = static_cast<int64_t>((static_cast<uint64_t>(tempId) << 32) | static_cast<uint32_t>(castId)); in StartCast()
/foundation/arkui/ui_lite/frameworks/common/
H A Dspannable_string.cpp272 uint16_t tempId = tempSpan->data_.fontId; in SetFontId() local
273 if (inputFontId == tempId) { in SetFontId()
279 tempLeft.fontId = tempId; in SetFontId()
283 tempRight.fontId = tempId; in SetFontId()
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_enhance_chain_manager.cpp667 uint32_t tempId = (sceneKeyCode & CAPTURER_ID_MASK) >> 8; in SetInputDevice() local
668 if ((tempId == captureId) && chain) { in SetInputDevice()
670 AUDIO_ERR_LOG("chain:%{public}u set input device failed", tempId); in SetInputDevice()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp1298 uint32_t tempId = desc->deviceId_; in SetRenderDeviceForUsage() local
1306 tempId, GetEncryptStr(desc->networkId_).c_str()); in SetRenderDeviceForUsage()
1315 tempId, GetEncryptStr(desc->networkId_).c_str()); in SetRenderDeviceForUsage()

Completed in 21 milliseconds