HomeSort by relevance Sort by last modified time
    Searched refs:cache_buffer (Results 1 - 4 of 4) sorted by null

  /system/bt/bta/gatt/
bta_gattc_cache.c 157 GKI_enqueue(&p_srvc_cb->cache_buffer, p_buf);
177 while (!GKI_queue_is_empty(&p_srvc_cb->cache_buffer))
178 GKI_freebuf (GKI_dequeue (&p_srvc_cb->cache_buffer));
    [all...]
bta_gattc_utils.c 416 while (!GKI_queue_is_empty(&p_tcb->cache_buffer))
417 GKI_freebuf (GKI_dequeue (&p_tcb->cache_buffer));
bta_gattc_act.c     [all...]
bta_gattc_int.h 324 BUFFER_Q cache_buffer; /* buffer queue used for storing the cache data */ member in struct:__anon68682

Completed in 2050 milliseconds