Home
last modified time | relevance | path

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

/external/fastrpc/src/
Dfastrpc_apps_user.c856 const char *pdName = name + std_strlen(ITRANSPORT_PREFIX "createstaticpd:"); in remote_handle_open_domain() local
857 hlist[domain].dsppdname = (char *)malloc((std_strlen(pdName) + 1)*(sizeof(char))); in remote_handle_open_domain()
859 std_strlcpy(hlist[domain].dsppdname, pdName, std_strlen(pdName) + 1); in remote_handle_open_domain()
860 if (!std_strncmp(pdName, "audiopd", std_strlen("audiopd"))) { in remote_handle_open_domain()
862 } else if (!std_strncmp(pdName, "sensorspd", std_strlen("sensorspd"))) { in remote_handle_open_domain()
864 } else if (!std_strncmp(pdName, "rootpd", std_strlen("rootpd"))) { in remote_handle_open_domain()