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

  /system/bt/stack/include/
mca_api.h 48 #define MCA_BAD_MDL_ID 6 /* MDL ID is not valid for the current API */
57 #define MCA_CREATE_IND_EVT 1 /* create mdl indication */
58 #define MCA_CREATE_CFM_EVT 2 /* create mdl confirm */
59 #define MCA_RECONNECT_IND_EVT 3 /* reconnect mdl indication */
60 #define MCA_RECONNECT_CFM_EVT 4 /* reconnect mdl confirm */
61 #define MCA_ABORT_IND_EVT 5 /* abort mdl indication */
62 #define MCA_ABORT_CFM_EVT 6 /* abort mdl confirm */
63 #define MCA_DELETE_IND_EVT 7 /* delete mdl indication */
64 #define MCA_DELETE_CFM_EVT 8 /* delete mdl confirm */
100 typedef void(tMCA_DATA_CBACK)(tMCA_DL mdl, BT_HDR* p_pkt)
181 tMCA_DL mdl; \/* The handle for the data channel *\/ member in struct:__anon113907
188 tMCA_DL mdl; \/* The handle for the data channel *\/ member in struct:__anon113908
195 tMCA_DL mdl; \/* The handle for the data channel *\/ member in struct:__anon113909
    [all...]
  /system/bt/stack/mcap/
mca_dact.cc 47 evt_data.cong_chg.mdl = mca_dcb_to_hdl(p_dcb);
72 evt_data.open_cfm.mdl = mca_dcb_to_hdl(p_dcb);
mca_api.cc 278 /* make sure no MDL exists for this MDEP */
374 * reported with the given MDL ID.
402 MCA_TRACE_ERROR("bad peer dep id:%d or bad mdl id: %d ", peer_dep_id,
408 MCA_TRACE_ERROR("mdl id: %d is used in the control link", mdl_id);
519 tMCA_RESULT MCA_CloseReq(tMCA_DL mdl) {
521 tMCA_DCB* p_dcb = mca_dcb_by_hdl(mdl);
523 MCA_TRACE_API("MCA_CloseReq: %d ", mdl);
561 MCA_TRACE_ERROR("bad mdl id: %d ", mdl_id);
566 MCA_TRACE_ERROR("mdl id: %d is used in the control link", mdl_id);
632 MCA_TRACE_ERROR("Out of MDL for this MDEP")
    [all...]
mca_dsm.cc 174 * Description This function is called to check the number of free mdl for
177 * Returns the number of free mdl for the given dep
226 evt_data.close_cfm.mdl = mca_dcb_to_hdl(p_dcb);
273 * disconnect the mdl
  /system/bt/tools/mcap_tool/
mcap_test_mcl.cc 63 LOG(ERROR) << "No more avaible MDL, currently " << _mdl_list.size();
112 LOG(ERROR) << "MDL cannot be created";
147 for (McapMdl& mdl : _mdl_list) {
148 if (mdl.GetId() == mdl_id) {
149 return &mdl;
156 for (McapMdl& mdl : _mdl_list) {
157 if (mdl.GetHandle() == mdl_handle) {
158 return &mdl;
167 LOG(INFO) << "Removing MDL id " << (int)mdl_id;
172 LOG(INFO) << "Removed MDL id " << (int)mdl_id
    [all...]
mcap_test_app.cc 89 mcap_dl_open->mdl_id, mcap_dl_open->mdl, mcap_dl_open->mtu);
94 __func__, mcap_dl_close->mdl_id, mcap_dl_close->mdl,
100 mcap_congestion_change->mdl_id, mcap_congestion_change->mdl,
237 LOG(ERROR) << "MDL not found for id " << p_data->create_cfm.mdl_id;
241 LOG(ERROR) << "MDL already got response " << mcap_mdl->GetResponseCode()
293 LOG(INFO) << "Creating reconnect response for MDL "
299 << "MDL ID " << (int)p_data->reconnect_ind.mdl_id
301 LOG_IF(WARNING, !mcap_mdl) << "No MDL for mdl_id "
328 LOG(ERROR) << "MDL not found for id " << p_data->reconnect_cfm.mdl_id;
332 LOG(ERROR) << "MDL already got response " << mcap_mdl->GetResponseCode(
    [all...]
mcap_tool.cc 139 static void mcap_data_cb(tMCA_DL mdl, BT_HDR* p_pkt) {
140 printf("%s: mdl=%d, event=%d, len=%d, offset=%d, layer_specific=%d\n",
141 __func__, mdl, p_pkt->event, p_pkt->len, p_pkt->offset,
818 LOG(ERROR) << "No MDL for ID " << (int)mdl_id;
844 LOG(ERROR) << "No MDL for ID " << (int)mdl_id;
  /system/bt/btif/include/
btif_hl.h 183 btif_hl_mdl_cb_t mdl[BTA_HL_NUM_MDLS_PER_MCL]; member in struct:__anon113329
283 &(btif_hl_cb.acb[(app_idx)].mcb[(mcl_idx)].mdl[mdl_idx])
  /system/bt/bta/hl/
bta_hl_utils.cc 205 * Description This function clean up the specified MDL control block
572 (tBTA_HL_MDL_HANDLE)p_msg->mca_evt.mca_data.close_cfm.mdl,
580 (tBTA_HL_MDL_HANDLE)p_msg->mca_evt.mca_data.close_ind.mdl,
597 (tBTA_HL_MDL_HANDLE)p_msg->mca_evt.mca_data.cong_chg.mdl,
698 * Description This function allocates a MDL ID
700 * Returns uint16_t - MDL ID
715 if (p_mcb->mdl[i].in_use && (i != mdl_idx) &&
716 (p_mcb->mdl[i].mdl_id == mdl_id)) {
723 /* start from the beginning to get another MDL value*/
730 /* found a new MDL value *
    [all...]
bta_hl_int.h 451 tBTA_HL_MDL_CB mdl[BTA_HL_NUM_MDLS_PER_MCL]; member in struct:__anon112982
548 &(bta_hl_cb.acb[(app_idx)].mcb[(mcl_idx)].mdl[(mdl_idx)])
674 extern void bta_hl_mcap_data_cback(tMCA_DL mdl, BT_HDR* p_pkt);
    [all...]
bta_hl_act.cc 744 p_dcb->mdl_handle = (tBTA_HL_MDL_HANDLE)p_open_ind->mdl;
832 p_dcb->mdl_handle = (tBTA_HL_MDL_HANDLE)p_open_cfm->mdl;
    [all...]
  /system/bt/btif/src/
btif_hl.cc 246 if (p_mcb->mdl[x].in_use) {
316 * Description Find the MDL index using MDL ID
328 if (p_mcb->mdl[i].in_use && (mdl_id != 0) &&
329 (p_mcb->mdl[i].mdl_id == mdl_id)) {
359 if (p_mcb->mdl[i].in_use && p_mcb->mdl[i].is_the_first_reliable) {
373 * Description Cleanup the delete mdl control block
401 * Description Cleanup the MDL control block
597 BTIF_TRACE_DEBUG("found streaming mode mdl index=%d", j)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/fr30/
allinsn.s 189 MOV mdl, r5
allinsn.d 192 a4: b7 55 mov mdl,r5
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 3906 struct objc_method_description_list_t mdl; local
    [all...]

Completed in 1030 milliseconds