Searched refs:hash_function_pointer (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/btu/ |
D | btu_init.c | 161 hash_function_pointer, NULL, (data_free_fn)alarm_free, NULL); in BTU_StartUp() 173 hash_function_pointer, NULL, (data_free_fn)alarm_free, NULL); in BTU_StartUp() 185 hash_function_pointer, NULL, (data_free_fn)alarm_free, NULL); in BTU_StartUp()
|
/system/bt/osi/include/ |
D | hash_functions.h | 28 hash_index_t hash_function_pointer(const void *key);
|
/system/bt/osi/src/ |
D | hash_functions.c | 31 hash_index_t hash_function_pointer(const void *key) { in hash_function_pointer() function
|
D | allocation_tracker.c | 76 hash_function_pointer, in allocation_tracker_init()
|
/system/bt/test/suite/support/ |
D | hal.c | 82 timers = hash_map_new(TIMER_BUCKET_COUNT, hash_function_pointer, NULL, NULL, NULL); in set_wake_alarm()
|
/system/bt/btcore/src/ |
D | module.c | 51 hash_function_pointer, in module_management_start()
|
/system/bt/bta/sys/ |
D | bta_sys_main.c | 182 hash_function_pointer, NULL, (data_free_fn)alarm_free, NULL); in bta_sys_init()
|