Home
last modified time | relevance | path

Searched refs:LOW_LATENCY_RENDER_ID (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_audio/audiohandler/src/
H A Ddaudio_handler.cpp155 dhItem.dhId = std::to_string(LOW_LATENCY_RENDER_ID); in RealQuery()
157 DHLOGD("Query result: dhId: %{public}d, attrs: %{public}s.", LOW_LATENCY_RENDER_ID, jsonInfo); in RealQuery()
/foundation/distributedhardware/distributed_audio/common/include/
H A Ddaudio_constants.h72 static constexpr int32_t LOW_LATENCY_RENDER_ID = 1 << 1 | 1 << 0; member
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_dev.cpp85 spkClientMap_[LOW_LATENCY_RENDER_ID] = in InitAVTransEngines()
86 std::make_shared<DSpeakerClient>(devId_, LOW_LATENCY_RENDER_ID, shared_from_this()); in InitAVTransEngines()
87 spkClientMap_[LOW_LATENCY_RENDER_ID]->InitReceiverEngine(providerPtr); in InitAVTransEngines()

Completed in 5 milliseconds