Searched refs:strings (Results 1 – 6 of 6) sorted by relevance
49 * This request passes strings between framework and vendor code.52 * @param data data passed as strings
35 * Attribute is a key-value pair of strings. The `value` member is generally
1980 const char** strings = (const char**)data;; local1983 asprintf(&cmd, "AT+CPIN=%s", strings[0]);1985 asprintf(&cmd, "AT+CPIN=%s,%s", strings[0], strings[1]);
124 * The information in these ASCII strings are vendor specific and does not
6636 char **strings = (char **) response; in onUssdInd() local6637 char *mode = strings[0]; in onUssdInd()6638 hidl_string msg = convertCharPtrToHidlString(strings[1]); in onUssdInd()
123 # only done if one of the specified strings matches the left-hand part of