Home
last modified time | relevance | path

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

/aosp12/system/core/libcutils/include/cutils/
H A Dhashmap.h44 Hashmap* hashmapCreate(size_t initialCapacity,
/aosp12/system/core/libcutils/include_outside_system/cutils/
H A Dhashmap.h44 Hashmap* hashmapCreate(size_t initialCapacity,
/aosp12/system/core/libcutils/
H A Dstr_parms.cpp75 s->map = hashmapCreate(5, str_hash_fn, str_eq); in str_parms_create()
H A Dhashmap.cpp43 Hashmap* hashmapCreate(size_t initialCapacity, in hashmapCreate() function
/aosp12/hardware/qcom/audio/hal/audio_extn/
H A Dsndmonitor.c597 sndmonitor.listeners = hashmapCreate(5, hashfn, hasheq); in listeners_init()