Home
last modified time | relevance | path

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

/drivers/peripheral/audio/hal/pathselect/src/
Daudio_pathselect.c149 char *devKey = NULL; in SetRenderPathDefaultValue() local
167 devKey = renderSwName->valuestring; in SetRenderPathDefaultValue()
172 PATHPLAN_COUNT, devKey, strlen(devKey) + 1); in SetRenderPathDefaultValue()
191 char *devKey = NULL; in SetCapturePathDefaultValue() local
208 devKey = captureSwName->valuestring; in SetCapturePathDefaultValue()
213 PATHPLAN_COUNT, devKey, strlen(devKey) + 1); in SetCapturePathDefaultValue()
233 char *devKey = NULL; in SetRenderPathValue() local
257 devKey = swName->valuestring; in SetRenderPathValue()
262 PATHPLAN_COUNT, devKey, strlen(devKey) + 1); in SetRenderPathValue()