Home
last modified time | relevance | path

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

/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c217 void *buf_alloc(buf_t *b, u32 s) { in buf_alloc() function
228 char *p = buf_alloc(b, sizeof(u32)); in buf_u32()
233 char *p = buf_alloc(b, sizeof(u64)); in buf_u64()
238 char *p = buf_alloc(b, sizeof(u64)); in buf_uintptr()
249 u16 *dst = (u16*)buf_alloc(b, (len + 1) * 2); in buf_str16()
257 struct flat_binder_object *fp = buf_alloc(b, sizeof(*fp)); in buf_binder()
319 tr = buf_alloc(buf, sizeof(*tr)); in do_send_txn()
1383 tr = buf_alloc(buf, sizeof(*tr)); in alloc_txns()