Searched refs:in_bus_tone_frequency_map (Results 1 – 2 of 2) sorted by relevance
1417 int *frequency = hashmapGet(adev->in_bus_tone_frequency_map, address); in create_or_fetch_tone_frequency()1421 hashmapPut(adev->in_bus_tone_frequency_map, strdup(address), frequency); in create_or_fetch_tone_frequency()1604 if (adev->in_bus_tone_frequency_map) { in adev_close()1605 hashmapFree(adev->in_bus_tone_frequency_map); in adev_close()1723 adev->in_bus_tone_frequency_map = hashmapCreate(5, str_hash_fn, str_eq); in adev_open()
36 Hashmap *in_bus_tone_frequency_map; // Extended field. Constant after init member