Searched refs:avct_lcb_evt (Results 1 - 5 of 5) sorted by relevance

/system/bt/stack/avct/
H A Davct_api.cc170 tAVCT_LCB_EVT avct_lcb_evt; local
171 avct_lcb_evt.p_ccb = p_ccb;
172 avct_lcb_event(p_lcb, AVCT_LCB_UL_BIND_EVT, &avct_lcb_evt);
209 tAVCT_LCB_EVT avct_lcb_evt; local
210 avct_lcb_evt.p_ccb = p_ccb;
211 avct_lcb_event(p_ccb->p_lcb, AVCT_LCB_UL_UNBIND_EVT, &avct_lcb_evt);
274 tAVCT_LCB_EVT avct_lcb_evt; local
275 avct_lcb_evt.p_ccb = p_ccb;
276 avct_bcb_event(p_bcb, AVCT_LCB_UL_BIND_EVT, &avct_lcb_evt);
309 tAVCT_LCB_EVT avct_lcb_evt; local
426 tAVCT_LCB_EVT avct_lcb_evt; local
433 tAVCT_LCB_EVT avct_lcb_evt; local
[all...]
H A Davct_l2c.cc199 tAVCT_LCB_EVT avct_lcb_evt; local
200 avct_lcb_evt.result = result;
201 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt);
336 tAVCT_LCB_EVT avct_lcb_evt; local
337 avct_lcb_evt.result = result;
338 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt);
367 tAVCT_LCB_EVT avct_lcb_evt; local
368 avct_lcb_evt.result = res;
369 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt);
391 tAVCT_LCB_EVT avct_lcb_evt; local
[all...]
H A Davct_l2c_br.cc195 tAVCT_LCB_EVT avct_lcb_evt; local
196 avct_lcb_evt.result = result;
197 avct_bcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt);
347 tAVCT_LCB_EVT avct_lcb_evt; local
348 avct_lcb_evt.result = result;
349 avct_bcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt);
374 tAVCT_LCB_EVT avct_lcb_evt; local
375 avct_lcb_evt.result = res;
376 avct_bcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt);
396 tAVCT_LCB_EVT avct_lcb_evt;
[all...]
H A Davct_bcb_act.cc122 tAVCT_LCB_EVT avct_lcb_evt; local
123 avct_lcb_evt.result = result;
124 avct_bcb_event(p_bcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt);
207 tAVCT_LCB_EVT avct_lcb_evt; local
208 avct_lcb_evt.ul_msg = ul_msg;
209 avct_bcb_event(p_bcb, AVCT_LCB_UL_MSG_EVT, &avct_lcb_evt);
H A Davct_lcb_act.cc176 tAVCT_LCB_EVT avct_lcb_evt; local
177 avct_lcb_evt.result = result;
178 avct_lcb_event(p_lcb, AVCT_LCB_LL_CLOSE_EVT, &avct_lcb_evt);

Completed in 63 milliseconds