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

/system/bt/device/src/
H A Dinterop.cc65 const size_t db_size = local
67 for (size_t i = 0; i != db_size; ++i) {
170 const size_t db_size = local
172 for (size_t i = 0; i != db_size; ++i) {
/system/bt/bta/gatt/
H A Dbta_gattc_cache.cc1103 size_t db_size = 0;
1113 db_size++;
1122 db_size++;
1124 if (p_char->descriptors) db_size += list_length(p_char->descriptors);
1128 db_size += list_length(p_cur_srvc->included_svc);
1132 return db_size;
1163 size_t db_size = local
1166 void* buffer = osi_malloc(db_size * sizeof(btgatt_db_element_t));
1230 *count = db_size;
1359 size_t db_size local
[all...]
/system/bt/stack/gatt/
H A Dgatt_api.cc146 int db_size = 0; local
154 db_size += 1;
156 db_size += 2;
160 return db_size;

Completed in 167 milliseconds