Searched refs:AUDIO_DEV_ON (Results 1 - 1 of 1) sorted by relevance
/drivers/peripheral/audio/hal/pathselect/src/ |
H A D | audio_pathselect.c | 42 #define AUDIO_DEV_ON 1 macro 267 if (swVal->valueint > AUDIO_DEV_ON) { in SetRenderPathValue() 332 ret = SetRenderPathValue((int32_t)j, cJsonObj, renderParam, AUDIO_DEV_ON); in SetMatchRenderOtherDevicePath() 370 ret = SetMatchRenderDevicePath(tpins, renderParam, cJsonObj, SPEAKER, AUDIO_DEV_ON); in AudioRenderParseDevice() 378 ret = SetMatchRenderDevicePath(tpins, renderParam, cJsonObj, HEADPHONES, AUDIO_DEV_ON); 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() 393 ret = SetMatchRenderOtherDevicePath(tpins, renderParam, cJsonObj, AUDIO_DEV_ON); in AudioRenderParseDevice() 497 if (swVal->valueint > AUDIO_DEV_ON) { in SetCapturePathValue() 603 ret = SetMatchCaptureDevicePath(captureParam, cJsonObj, tpins, MIC, AUDIO_DEV_ON); in AudioCaptureParseDevice() [all...] |
Completed in 1 milliseconds