Home
last modified time | relevance | path

Searched refs:dep (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/mcap/
Dmca_api.c236 p_depcs = p_rcb->dep; in MCA_CreateDep()
285 tMCA_RESULT MCA_DeleteDep(tMCA_HANDLE handle, tMCA_DEP dep) in MCA_DeleteDep() argument
293 MCA_TRACE_API ("MCA_DeleteDep: %d dep:%d", handle, dep); in MCA_DeleteDep()
296 if (dep < MCA_NUM_DEPS && p_rcb->dep[dep].p_data_cback) in MCA_DeleteDep()
299 p_rcb->dep[dep].p_data_cback = NULL; in MCA_DeleteDep()
300 p_depcs = &(p_rcb->dep[dep]); in MCA_DeleteDep()
421 tMCA_RESULT MCA_CreateMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm, in MCA_CreateMdl() argument
429 …MCA_TRACE_API ("MCA_CreateMdl: %d dep=%d mdl_id=%d peer_dep_id=%d", mcl, dep, mdl_id, peer_dep_id); in MCA_CreateMdl()
450 p_dcb = mca_dcb_alloc(p_ccb, dep); in MCA_CreateMdl()
496 tMCA_RESULT MCA_CreateMdlRsp(tMCA_CL mcl, tMCA_DEP dep, in MCA_CreateMdlRsp() argument
[all …]
Dmca_dsm.c173 tMCA_DCB *mca_dcb_alloc(tMCA_CCB*p_ccb, tMCA_DEP dep) in mca_dcb_alloc() argument
180 if (dep < MCA_NUM_DEPS) in mca_dcb_alloc()
182 p_cs = &p_rcb->dep[dep]; in mca_dcb_alloc()
213 UINT8 mca_dep_free_mdl(tMCA_CCB *p_ccb, tMCA_DEP dep) in mca_dep_free_mdl() argument
222 if (dep < MCA_NUM_DEPS) in mca_dep_free_mdl()
224 p_cs = &p_rcb->dep[dep]; in mca_dep_free_mdl()
Dmca_int.h187 tMCA_CS dep[MCA_NUM_DEPS]; /* the registration info for each MDEP */ member
288 extern tMCA_DCB *mca_dcb_alloc(tMCA_CCB*p_ccb, tMCA_DEP dep);
289 extern UINT8 mca_dep_free_mdl(tMCA_CCB*p_ccb, tMCA_DEP dep);
320 extern BOOLEAN mca_is_valid_dep_id(tMCA_RCB *p_rcb, tMCA_DEP dep);
Dmca_main.c623 BOOLEAN mca_is_valid_dep_id(tMCA_RCB *p_rcb, tMCA_DEP dep) in mca_is_valid_dep_id() argument
626 if (dep < MCA_NUM_DEPS && p_rcb->dep[dep].p_data_cback) in mca_is_valid_dep_id()
/system/bt/stack/include/
Dmca_api.h306 extern tMCA_RESULT MCA_DeleteDep(tMCA_HANDLE handle, tMCA_DEP dep);
358 extern tMCA_RESULT MCA_CreateMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm,
376 extern tMCA_RESULT MCA_CreateMdlRsp(tMCA_CL mcl, tMCA_DEP dep,
406 extern tMCA_RESULT MCA_ReconnectMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm,
422 extern tMCA_RESULT MCA_ReconnectMdlRsp(tMCA_CL mcl, tMCA_DEP dep,
/system/core/rootdir/
DAndroid.mk156 bcp_dep := $(intermediates)/$(bcp_md5).bcp.dep
158 $(hide) mkdir -p $(dir $@) && rm -rf $(dir $@)*.bcp.dep && touch $@