Searched defs:p_cs (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_scb.c591 tAVDT_SCB *avdt_scb_alloc(tAVDT_CS *p_cs) argument
606 if (p_cs->tsep == AVDT_TSEP_SNK)
611 memcpy(&p_scb->cs, p_cs, sizeof(tAVDT_CS));
616 if(p_cs->cfg.psc_mask & AVDT_PSC_MUX)
620 if(p_cs->cfg.psc_mask & AVDT_PSC_REPORT)
628 AVDT_TRACE_DEBUG("avdt_scb_alloc hdl=%d, psc_mask:0x%x", i+1, p_cs->cfg.psc_mask);
H A Davdt_api.c253 UINT16 AVDT_CreateStream(UINT8 *p_handle, tAVDT_CS *p_cs) argument
261 if (((p_cs->cfg.psc_mask & (~AVDT_PSC)) != 0) || (p_cs->p_ctrl_cback == NULL))
266 else if ((p_scb = avdt_scb_alloc(p_cs)) == NULL)
/external/bluetooth/bluedroid/stack/mcap/
H A Dmca_api.c217 tMCA_RESULT MCA_CreateDep(tMCA_HANDLE handle, tMCA_DEP *p_dep, tMCA_CS *p_cs) argument
225 WC_ASSERT(p_cs != NULL );
226 WC_ASSERT(p_cs->p_data_cback != NULL );
231 if (p_cs->max_mdl > MCA_NUM_MDLS)
233 MCA_TRACE_ERROR ("max_mdl: %d is too big", p_cs->max_mdl );
239 if (p_cs->type == MCA_TDEP_ECHO)
246 memcpy (p_depcs, p_cs, sizeof (tMCA_CS));
259 memcpy (p_depcs, p_cs, sizeof (tMCA_CS));
309 if (p_dcb->state && p_dcb->p_cs == p_depcs)
H A Dmca_dsm.c177 tMCA_CS *p_cs; local
182 p_cs = &p_rcb->dep[dep];
185 /* make sure p_cs->max_mdl is smaller than MCA_NUM_MDLS at MCA_CreateDep */
186 max = p_cs->max_mdl;
194 p_dcb_tmp->p_cs = p_cs;
217 tMCA_CS *p_cs; local
224 p_cs = &p_rcb->dep[dep];
227 /* make sure p_cs->max_mdl is smaller than MCA_NUM_MDLS at MCA_CreateDep */
228 max = p_cs
[all...]
H A Dmca_int.h243 tMCA_CS *p_cs; /* the associated MDEP info. p_cs->type is the mdep id(internal use) */ member in struct:__anon1684

Completed in 1369 milliseconds