HomeSort by relevance Sort by last modified time
    Searched full:mdl (Results 1 - 25 of 234) sorted by null

1 2 3 4 5 6 7 8 910

  /device/generic/goldfish/camera/
JpegCompressor.cpp 31 void* NV21JpegCompressor::mDl = NULL;
50 if (mDl == NULL) {
51 mDl = dlopen(dlName, RTLD_NOW);
53 assert(mDl != NULL);
55 InitFunc f = (InitFunc)getSymbol(mDl, "JpegStub_init");
61 CleanupFunc f = (CleanupFunc)getSymbol(mDl, "JpegStub_cleanup");
75 CompressFunc f = (CompressFunc)getSymbol(mDl, "JpegStub_compress");
82 GetCompressedSizeFunc f = (GetCompressedSizeFunc)getSymbol(mDl,
89 GetCompressedImageFunc f = (GetCompressedImageFunc)getSymbol(mDl,
JpegCompressor.h 87 static void* mDl;
  /system/bt/tools/mcap_tool/
mcap_test_mdl.h 27 * An abstraction for the MCAP Data Link (MDL)
31 * @param mdl_id Desired MDL ID, application supported
38 * Update this MDL's context so that it can be reused for a new connection
39 * This will close this MDL connection at the same time
47 * Request to create this MDL to remote device through MCL
55 * Connect this MDL to remote by configuring the data channel
60 * Close this MDL connection
65 * Request to reconnect connect this MDL to remote device through MCL
mcap_test_mcl.h 53 * Allocate an MCAP Data Link (MDL) object and save to this MCL object
55 * @param mdl_id Desired MDL ID, user supported
63 * Send CREATE_MDL message to peer device, will allocate an MDL if the MDL for
64 * corresponding MDL ID was not allocated before
67 * @param mdl_id Desired MDL ID, user supported
76 * Configure data channel, unblock any pending MDL L2CAP connection requests
82 * MDL if the MDL for corresponding MDL ID was not allocated befor
    [all...]
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_test_mdep.h 29 * @param max_mdl Maximum number of MDL's allowed
mcap_test_mdl.cc 60 LOG(ERROR) << "MDL handle not initialized";
84 LOG(ERROR) << "MDL handle not initialized";
  /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...]
mca_defs.h 36 /* create an MDL, wait for an associated data channel connection */
40 /* req to prepare to rvc a data channel conn associated with a prev MDL */
48 /* delete an MDL */
87 /* The MDL ID referenced is invalid. */
90 - A reserved or invalid value for MDL ID was used.
91 - The MDL ID referenced is not available (was never created, has been deleted,
93 - The MDL ID referenced in the Abort request is not the same value that was used
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntagp.h 78 IN OUT PMDL Mdl OPTIONAL,
94 OUT PMDL Mdl);
102 IN PMDL Mdl,
111 IN PMDL Mdl);
127 IN PMDL Mdl,
137 IN PMDL Mdl);
  /system/bt/bta/include/
bta_hl_co.h 112 * Description This function is called to save a MDL configuration item in
116 * item_idx - the MDL configuration storage index
117 * p_mdl_cfg - pointer to the MDL configuration data
128 * Description This function is called to delete a MDL configuration item in
132 * item_idx - the MDL configuration storage index
142 * Description This function is called to get the MDL configuration
166 * mdl_handle - MDL handle
186 * mdl_handle - MDL handle
bta_hl_ci.h 51 * Parameters mdl_handle -MDL handle
69 * Parameters mdl_handle -MDL handle
bta_hl_api.h 101 16 /* numer of MDL cfg saved in the persistent memory*/
717 * Description Close a data channel with the specified MDL handle
719 * Parameters mdl_handle - MDL handle
747 * Parameters mdl_handle - MDL handle
762 * mdl_id - MDL ID
809 * Description Set the Response and configuration values for the Create MDL
  /system/bt/btif/co/
bta_hl_co.cc 191 * Description This function is called to save a MDL configuration item in
195 * item_idx - the MDL configuration storage index
196 * p_mdl_cfg - pointer to the MDL configuration data
214 * Description This function is called to delete a MDL configuration item in
218 * item_idx - the MDL configuration storage index
233 * Description This function is called to get the MDL configuration
283 * mdl_handle - MDL handle
323 * mdl_handle - MDL handle
  /system/bt/stack/mcap/
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_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_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
mca_cact.cc 167 // Append MDL configuration parameters
171 // Check MDL
257 MCA_TRACE_DEBUG("received mdl id: %d ", evt_data.hdr.mdl_id);
334 /* check if this dep still have MDL available */
356 /* delete the associated mdl */
mca_int.h 47 uint16_t mdl_id; /* the MDL ID associated with this request/response */
120 uint16_t mdl_id; /* the MDL ID associated with this request/response */
261 uint16_t mdl_id; /* the MDL ID for this data channel */
  /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_ci.cc 43 * Parameters mdl_handle -MDL handle
75 * Parameters mdl_handle -MDL handle
bta_hl_api.cc 317 * Description Close a data channel with the specified MDL handle
319 * Parameters mdl_handle - MDL handle
363 * Parameters mdl_handle - MDL handle
387 * mdl_id - MDL ID
462 * Description Set the Response and configuration values for the Create MDL
  /frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
Policy.java 165 private final long mDL;
170 mDL = MOManager.getLong(node, TAG_DLBandwidth, Long.MAX_VALUE);
178 ", DL=" + mDL +
  /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])

Completed in 469 milliseconds

1 2 3 4 5 6 7 8 910