Searched refs:retbuf (Results 1 - 3 of 3) sorted by path

/system/netd/
H A DCommandListener.cpp827 char *retbuf = NULL; local
841 rc = sSoftapCtrl->clientsSoftap(&retbuf);
843 cli->sendMsg(ResponseCode::CommandOkay, retbuf, false);
844 free(retbuf);
848 asprintf(&retbuf, "Softap service %s",
850 cli->sendMsg(ResponseCode::SoftapStatusResult, retbuf, false);
851 free(retbuf);
H A DSoftapController.cpp260 int SoftapController::clientsSoftap(char **retbuf) argument
H A DSoftapController.h45 int clientsSoftap(char **retbuf);

Completed in 42 milliseconds