Searched defs:text (Results 1 - 6 of 6) sorted by relevance

/system/core/init/
H A Dparser.h27 char *text; member in struct:parse_state
/system/bt/stack/smp/
H A Dsmp_cmac.c37 UINT8 *text; member in struct:__anon1274
71 ** Description utility function to padding the given text to be a 128 bits
119 if (cmac_cb.text != NULL)
121 GKI_freebuf(cmac_cb.text);
146 smp_xor_128(&cmac_cb.text[(cmac_cb.round - i)*BT_OCTET16_LEN], x); /* Mi' := Mi (+) X */
148 if (!SMP_Encrypt(key, BT_OCTET16_LEN, &cmac_cb.text[(cmac_cb.round - i)*BT_OCTET16_LEN], BT_OCTET16_LEN, &output))
198 smp_xor_128(&cmac_cb.text[0], k1);
202 padding(&cmac_cb.text[0], (UINT8)(cmac_cb.len % 16));
204 smp_xor_128(&cmac_cb.text[0], k2);
286 ** input - text t
[all...]
/system/core/libcutils/
H A Dconfig_utils.c117 char *text; member in struct:__anon1405
225 cs->text = s;
236 tok == T_TEXT ? cs->text : "");
267 node = config_find(root, cs->text);
269 node = _config_create(root, cs->text);
276 node = _config_create(node, cs->text);
280 node->value = cs->text;
H A Dsched_policy.c77 char text[22]; local
78 char *end = text + sizeof(text) - 1;
/system/core/libutils/
H A DRefBase.cpp188 String8 text; local
194 text.append(buf);
195 printRefsLocked(&text, mStrongRefs);
197 text.append(buf);
198 printRefsLocked(&text, mWeakRefs);
206 write(rc, text.string(), text.length());
/system/media/audio/include/system/
H A Dsound_trigger.h118 char text[SOUND_TRIGGER_MAX_STRING_LEN]; /* phrase text in UTF-8 format. */ member in struct:sound_trigger_phrase

Completed in 95 milliseconds