Home
last modified time | relevance | path

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

/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c476 u32 hnd = txn_handle(&txn); in recv_handle() local
477 inc_ref(fd, hnd); in recv_handle()
479 return hnd; in recv_handle()
546 void txn_bundle(txn_t *t, u32 *hnd) { in txn_bundle() argument
561 *hnd = txn_handle(t); in txn_bundle()
567 void txn_intent(txn_t *t, u32 *hnd) { in txn_intent() argument
586 txn_bundle(t, hnd); // extras in txn_intent()
589 void get_task_info(int fd, u32 app_task, u32 *hnd) { in get_task_info() argument
603 txn_intent(&txn, hnd); in get_task_info()
604 if (*hnd != ~0u) in get_task_info()
[all …]