Home
last modified time | relevance | path

Searched defs:hash_entry (Results 1 – 2 of 2) sorted by relevance

/system/sepolicy/tools/
Dcheck_seapp.c49 typedef struct hash_entry hash_entry; typedef
134 struct hash_entry { struct
135 list_element listify;
136 rule_map *r; /** The rule map to store at that location */
/system/bt/stack/btm/
Dbtm_ble_bgconn.c93 static bool background_connections_pending_cb(hash_map_entry_t *hash_entry, void *context) { in background_connections_pending_cb()