Home
last modified time | relevance | path

Searched refs:mem_free (Results 1 – 4 of 4) sorted by relevance

/system/bt/test/headless/sdp/
Dsdp_db.cc42 fprintf(filep, "memory size:0x%x free:0x%x\n", db_->mem_size, db_->mem_free); in Print()
/system/bt/stack/sdp/
Dsdp_discovery.cc762 if (p_db->mem_free < sizeof(tSDP_DISC_REC)) return (NULL); in add_record()
766 p_db->mem_free -= sizeof(tSDP_DISC_REC); in add_record()
838 if (p_db->mem_free < total_len) return (NULL); in add_attr()
856 p_db->mem_free -= sizeof(tSDP_DISC_ATTR); in add_attr()
935 p_db->mem_free -= sizeof(tSDP_DISC_ATTR); in add_attr()
978 p_db->mem_free -= total_len; in add_attr()
Dsdp_api.cc81 p_db->mem_free = p_db->mem_size; in SDP_InitDiscoveryDb()
/system/bt/stack/include/
Dsdp_api.h114 uint32_t mem_free; /* Memory still available */ member