Home
last modified time | relevance | path

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

/external/fastrpc/src/
Dfastrpc_apps_user.c197 char *dsppdname; member
857 hlist[domain].dsppdname = (char *)malloc((std_strlen(pdName) + 1)*(sizeof(char))); in remote_handle_open_domain()
858 VERIFYC(NULL != hlist[domain].dsppdname, AEE_ENOMEMORY); in remote_handle_open_domain()
859 std_strlcpy(hlist[domain].dsppdname, pdName, std_strlen(pdName) + 1); in remote_handle_open_domain()
885 if (hlist[domain].dsppdname != NULL) in remote_handle_open_domain()
887 free(hlist[domain].dsppdname); in remote_handle_open_domain()
888 hlist[domain].dsppdname = NULL; in remote_handle_open_domain()
1356 if (hlist[domain].dsppdname != NULL) in domain_deinit()
1358 free(hlist[domain].dsppdname); in domain_deinit()
1359 hlist[domain].dsppdname = NULL; in domain_deinit()
[all …]