HomeSort by relevance Sort by last modified time
    Searched full:seid (Results 1 - 20 of 20) sorted by null

  /system/bt/stack/avdt/
avdt_defs.h 125 /* SEID value range */
150 #define AVDT_MSG_PRS_DISC(p, seid, in_use, type, tsep) \
151 seid = *(p) >> 2; \
159 #define AVDT_MSG_PRS_SEID(p, seid) \
160 seid = *(p)++ >> 2;
183 #define AVDT_MSG_BLD_DISC(p, seid, in_use, type, tsep) \
184 *(p)++ = (UINT8) (((seid) << 2) | ((in_use) << 1)); \
190 #define AVDT_MSG_BLD_SEID(p, seid) \
191 *(p)++ = (UINT8) ((seid) << 2);
avdt_msg.c 389 ** a single SEID.
397 AVDT_MSG_BLD_SEID(*p, p_msg->single.seid);
413 AVDT_MSG_BLD_SEID(*p, p_msg->config_cmd.hdr.seid);
431 AVDT_MSG_BLD_SEID(*p, p_msg->reconfig_cmd.hdr.seid);
443 ** multiple SEID's.
471 AVDT_MSG_BLD_SEID(*p, p_msg->security_cmd.hdr.seid);
488 AVDT_MSG_BLD_SEID(*p, p_msg->delay_rpt_cmd.hdr.seid);
510 AVDT_MSG_BLD_DISC(*p, p_msg->discover_rsp.p_sep_info[i].seid,
794 ** single SEID.
811 AVDT_MSG_PRS_SEID(p, p_msg->single.seid);
    [all...]
avdt_api.c 363 /* verify SEID */
364 if ((p_evt->single.seid < AVDT_SEID_MIN) || (p_evt->single.seid > AVDT_SEID_MAX))
366 AVDT_TRACE_ERROR("seid: %d", p_evt->single.seid);
419 UINT16 AVDT_GetCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK *p_cback)
423 getcap.single.seid = seid;
454 UINT16 AVDT_GetAllCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK *p_cback)
458 getcap.single.seid = seid
    [all...]
avdt_ccb_act.c 174 sep_info[p_data->msg.discover_rsp.num_seps].seid = i + 1;
225 /* look up scb for seid sent to us */
226 p_scb = avdt_scb_by_hdl(p_data->msg.single.seid);
273 UINT8 seid = avdt_scb_verify(p_ccb, AVDT_VERIFY_START, p_data->msg.multi.seid_list, local
275 if (seid == 0 && err_code == 0)
282 p_data->msg.hdr.err_param = seid;
311 /* get to where seid's are stashed in current cmd */
340 UINT8 seid; local
344 if ((seid = avdt_scb_verify(p_ccb, AVDT_VERIFY_SUSPEND, p_data->msg.multi.seid_list,
355 p_data->msg.hdr.err_param = seid;
    [all...]
avdt_scb_act.c 228 /* initiate opening of trans channels for this SEID */
818 ** configuration and peer SEID to the SCB. It then calls
906 single.seid = p_scb->peer_seid;
    [all...]
avdt_scb.c     [all...]
avdt_int.h 446 UINT8 proc_param; /* Procedure parameter; either SEID for get capabilities or number of SEPS for discover */
500 UINT8 peer_seid; /* SEID of peer stream */
  /system/bt/bta/include/
bta_av_co.h 133 UINT8 *p_codec_info, UINT8 *p_sep_info_idx, UINT8 seid,
149 UINT8 *p_codec_info, UINT8 *p_sep_info_idx, UINT8 seid,
164 UINT8 *p_codec_info, UINT8 seid, BD_ADDR addr,
179 UINT8 *p_codec_info, UINT8 seid, BD_ADDR addr,
  /system/bt/btif/co/
bta_av_co.c 118 UINT8 seid; /* peer SEP index (in peer tables) */ member in struct:__anon73280
458 UINT8 *p_codec_info, UINT8 *p_sep_info_idx, UINT8 seid, UINT8 *p_num_protect,
471 APPL_TRACE_DEBUG("bta_av_audio_sink_getconfig handle:0x%x codec_type:%d seid:%d",
472 hndl, codec_type, seid);
515 p_src->seid = seid;
582 UINT8 *p_codec_info, UINT8 *p_sep_info_idx, UINT8 seid, UINT8 *p_num_protect,
606 seid, p_num_protect, p_protect_info);
609 APPL_TRACE_DEBUG("bta_av_co_audio_getconfig handle:0x%x codec_type:%d seid:%d",
610 hndl, codec_type, seid);
    [all...]
  /system/bt/stack/include/
avdt_api.h 136 #define AVDT_ERR_SEID 0x12 /* Invalid SEID */
246 UINT8 seid; /* Stream endpoint identifier */ member in struct:__anon73647
278 UINT8 seid; /* For internal use only */ member in struct:__anon73649
383 typedef UINT16 (tAVDT_GETCAP_REQ) (BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK *p_cback);
579 extern UINT16 AVDT_GetCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg,
606 extern UINT16 AVDT_GetAllCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg,
614 ** that is associated with a particular SEID.
620 extern UINT16 AVDT_DelayReport(UINT8 handle, UINT8 seid, UINT16 delay);
635 extern UINT16 AVDT_OpenReq(UINT8 handle, BD_ADDR bd_addr, UINT8 seid,
    [all...]
avdtc_api.h 49 UINT8 seid_list[AVDT_NUM_SEPS]; /* Array of SEID values */
  /packages/apps/Nfc/nci/jni/
NfcJniUtil.h 113 int seId;
  /packages/apps/Nfc/nxp/jni/
com_android_nfc.h 156 int seId;
com_android_nfc_NativeNfcManager.cpp     [all...]
  /system/bt/bta/av/
bta_av_aact.c 408 p_scb->sep_info[i].seid,
    [all...]
bta_av_int.h 168 UINT8 *p_codec_info, UINT8 *p_sep_info_idx, UINT8 seid,
171 UINT8 *p_codec_info, UINT8 seid, BD_ADDR addr,
  /external/hyphenation-patterns/nb/
hyph-nb.pat.txt     [all...]
  /external/hyphenation-patterns/nn/
hyph-nn.pat.txt     [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/
de-DE_lexpos.utf     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/2.0.9/
maven-model-2.0.9.jar 

Completed in 868 milliseconds