Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_cache.c157 GKI_enqueue(&p_srvc_cb->cache_buffer, p_buf); in bta_gattc_alloc_cache_buf()
177 while (!GKI_queue_is_empty(&p_srvc_cb->cache_buffer)) in bta_gattc_init_cache()
178 GKI_freebuf (GKI_dequeue (&p_srvc_cb->cache_buffer)); in bta_gattc_init_cache()
1499 while (!GKI_queue_is_empty(&p_srvc_cb->cache_buffer)) in bta_gattc_rebuild_cache()
1500 GKI_freebuf (GKI_dequeue (&p_srvc_cb->cache_buffer)); in bta_gattc_rebuild_cache()
Dbta_gattc_utils.c416 while (!GKI_queue_is_empty(&p_tcb->cache_buffer)) in bta_gattc_srcb_alloc()
417 GKI_freebuf (GKI_dequeue (&p_tcb->cache_buffer)); in bta_gattc_srcb_alloc()
Dbta_gattc_act.c1048 while (!GKI_queue_is_empty(&p_clcb->p_srcb->cache_buffer)) in bta_gattc_disc_cmpl()
1050 GKI_freebuf (GKI_dequeue (&p_clcb->p_srcb->cache_buffer)); in bta_gattc_disc_cmpl()
1918 while (!GKI_queue_is_empty(&p_srvc_cb->cache_buffer)) in bta_gattc_process_api_refresh()
1919 GKI_freebuf (GKI_dequeue (&p_srvc_cb->cache_buffer)); in bta_gattc_process_api_refresh()
Dbta_gattc_int.h324 BUFFER_Q cache_buffer; /* buffer queue used for storing the cache data */ member