Home
last modified time | relevance | path

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

/system/bt/device/src/
Dinterop.cc64 const size_t db_size = in interop_match_name() local
66 for (size_t i = 0; i != db_size; ++i) { in interop_match_name()
173 const size_t db_size = in interop_match_fixed_() local
175 for (size_t i = 0; i != db_size; ++i) { in interop_match_fixed_()
/system/bt/bta/gatt/
Dbta_gattc_cache.cc563 size_t db_size = 0; in bta_gattc_get_db_size() local
570 db_size++; in bta_gattc_get_db_size()
573 db_size++; in bta_gattc_get_db_size()
575 db_size += charac.descriptors.size(); in bta_gattc_get_db_size()
578 db_size += service.included_services.size(); in bta_gattc_get_db_size()
581 return db_size; in bta_gattc_get_db_size()
613 size_t db_size = bta_gattc_get_db_size(p_srvc_cb->gatt_database.Services(), in bta_gattc_get_gatt_db_impl() local
616 void* buffer = osi_malloc(db_size * sizeof(btgatt_db_element_t)); in bta_gattc_get_gatt_db_impl()
657 *count = db_size; in bta_gattc_get_gatt_db_impl()
/system/bt/stack/gatt/
Dgatt_api.cc101 int db_size = 0; in compute_service_size() local
109 db_size += 1; in compute_service_size()
111 db_size += 2; in compute_service_size()
115 return db_size; in compute_service_size()