Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/audio/hal/pathselect/src/
H A Daudio_pathselect.c280 static int32_t SetMatchRenderDevicePath( in SetMatchRenderDevicePath() function
370 ret = SetMatchRenderDevicePath(tpins, renderParam, cJsonObj, SPEAKER, AUDIO_DEV_ON); in AudioRenderParseDevice()
373 …ret |= SetMatchRenderDevicePath(PIN_OUT_HEADSET, renderParam, cJsonObj, HEADPHONES, AUDIO_DEV_OFF); in AudioRenderParseDevice()
378 ret = SetMatchRenderDevicePath(tpins, renderParam, cJsonObj, HEADPHONES, AUDIO_DEV_ON); in AudioRenderParseDevice()
381 … ret |= SetMatchRenderDevicePath(PIN_OUT_SPEAKER, renderParam, cJsonObj, SPEAKER, AUDIO_DEV_OFF); in AudioRenderParseDevice()
386 ret = SetMatchRenderDevicePath(tpins, renderParam, cJsonObj, EARPIECE, AUDIO_DEV_ON); in AudioRenderParseDevice()
390 … ret = SetMatchRenderDevicePath(tpins, renderParam, cJsonObj, BLUETOOTH_SCO, AUDIO_DEV_ON); in AudioRenderParseDevice()