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.c142 char *devKey = NULL; in SetRenderPathDefaultValue() local
160 devKey = renderSwName->valuestring; in SetRenderPathDefaultValue()
165 PATHPLAN_COUNT, devKey, strlen(devKey) + 1); in SetRenderPathDefaultValue()
184 char *devKey = NULL; in SetCapturePathDefaultValue() local
201 devKey = captureSwName->valuestring; in SetCapturePathDefaultValue()
206 PATHPLAN_COUNT, devKey, strlen(devKey) + 1); in SetCapturePathDefaultValue()
226 char *devKey = NULL; in SetRenderPathValue() local
250 devKey = swName->valuestring; in SetRenderPathValue()
255 PATHPLAN_COUNT, devKey, strlen(devKey) + 1); in SetRenderPathValue()