HomeSort by relevance Sort by last modified time
    Searched defs:p_cfg (Results 1 - 10 of 10) sorted by null

  /external/libldac/src/
encode_ldac.c 26 CFG *p_cfg = &p_sfinfo->cfg; local
28 int nchs = p_cfg->ch;
29 int nbks = gaa_block_setting_ldac[p_cfg->chconfig_id][1];
67 CFG *p_cfg = &p_sfinfo->cfg; local
72 int chconfig_id = p_cfg->chconfig_id;
81 p_cfg->frame_status = LDAC_FRMSTAT_LEV_0;
88 p_ab->p_smplrate_id = &p_cfg->smplrate_id;
113 CFG *p_cfg = &p_sfinfo->cfg; local
118 int chconfig_id = p_cfg->chconfig_id;
121 nbits_ac = p_cfg->frame_length * LDAC_BYTESIZE / p_cfg->ch
    [all...]
ldaclib_api.c 335 CFG *p_cfg = &hData->sfinfo.cfg; local
367 p_cfg->smplrate_id = smplrate_id;
368 p_cfg->chconfig_id = chconfig_id;
369 p_cfg->frame_length = frame_length;
370 p_cfg->frame_status = frame_status;
372 ldaclib_get_channel(chconfig_id, &p_cfg->ch);
387 CFG *p_cfg = &hData->sfinfo.cfg; local
389 *p_smplrate_id = p_cfg->smplrate_id;
390 *p_chconfig_id = p_cfg->chconfig_id;
391 *p_frame_length = p_cfg->frame_length
527 CFG *p_cfg = &hData->sfinfo.cfg; local
553 CFG *p_cfg = &hData->sfinfo.cfg; local
    [all...]
pack_ldac.c 428 CFG *p_cfg = &p_sfinfo->cfg; local
431 int nbks = gaa_block_setting_ldac[p_cfg->chconfig_id][1];
443 pack_frame_alignment_ldac(p_stream, p_loc, p_cfg->frame_length);
467 CFG *p_cfg = &p_sfinfo->cfg; local
470 int nbks = gaa_block_setting_ldac[p_cfg->chconfig_id][1];
483 if (p_cfg->frame_length < offset) {
487 pack_frame_alignment_ldac(p_stream, p_loc, p_cfg->frame_length);
  /system/bt/stack/l2cap/
l2c_csm.cc 723 tL2CAP_CFG_INFO* p_cfg = (tL2CAP_CFG_INFO*)p_data; local
743 cfg_result = l2cu_process_peer_cfg_req(p_ccb, p_cfg);
747 p_ccb->local_cid, (p_cfg->flags & L2CAP_CFG_FLAGS_MASK_CONT));
748 (*p_ccb->p_rcb->api.pL2CA_ConfigInd_Cb)(p_ccb->local_cid, p_cfg);
757 l2cu_send_peer_config_rsp(p_ccb, p_cfg);
762 l2cu_process_peer_cfg_rsp(p_ccb, p_cfg);
764 if (p_cfg->result != L2CAP_CFG_PENDING) {
818 (*p_ccb->p_rcb->api.pL2CA_ConfigCfm_Cb)(p_ccb->local_cid, p_cfg);
826 if (!l2c_fcr_renegotiate_chan(p_ccb, p_cfg)) {
829 p_ccb->local_cid, p_cfg->result)
970 tL2CAP_CFG_INFO* p_cfg; local
    [all...]
  /system/nfc/src/nfa/dm/
nfa_dm_discover.cc 422 tNFA_LISTEN_CFG* p_cfg = &nfa_dm_cb.disc_cb.excl_listen_config; local
432 (p_cfg->la_enable)) {
437 UINT8_TO_STREAM(p, p_cfg->la_bit_frame_sdd);
441 UINT8_TO_STREAM(p, p_cfg->la_platform_config);
445 UINT8_TO_STREAM(p, p_cfg->la_sel_info);
447 if (p_cfg->la_platform_config == NCI_PARAM_PLATFORM_T1T) {
451 if (p_cfg->la_sel_info & NCI_PARAM_SEL_INFO_ISODEP) {
455 if (p_cfg->la_sel_info & NCI_PARAM_SEL_INFO_NFCDEP) {
466 UINT8_TO_STREAM(p, p_cfg->la_nfcid1_len);
467 ARRAY_TO_STREAM(p, p_cfg->la_nfcid1, p_cfg->la_nfcid1_len)
    [all...]
  /system/bt/stack/avdt/
avdt_scb_act.cc 142 p_data->msg.svccap.p_cfg = &p_scb->curr_cfg;
413 p_scb->req_cfg = *p_data->msg.reconfig_cmd.p_cfg;
447 p_data->msg.svccap.p_cfg = &p_scb->curr_cfg;
517 A2DP_CodecInfoString(p_data->msg.config_cmd.p_cfg->codec_info).c_str());
518 AvdtpSepConfig* p_cfg = p_data->msg.config_cmd.p_cfg; local
520 A2DP_GetCodecType(p_cfg->codec_info)) {
537 p_scb->req_cfg = *p_cfg;
1220 AvdtpSepConfig *p_req, *p_cfg; local
    [all...]
avdt_int.h 363 AvdtpSepConfig* p_cfg; member in struct:__anon2133
    [all...]
  /system/bt/bta/av/
bta_av_aact.cc 438 p_msg->cfg = *p_data->config_ind.p_cfg;
2011 AvdtpSepConfig* p_cfg; local
    [all...]
  /system/bt/btif/src/
btif_hl.cc 3754 tBTA_HL_MDEP_CFG* p_cfg; local
    [all...]
  /system/bt/stack/include/
avdt_api.h 364 AvdtpSepConfig* p_cfg; /* Pointer to configuration for this SEP */ member in struct:__anon2229
370 AvdtpSepConfig* p_cfg; /* Pointer to configuration for this SEP */ member in struct:__anon2230
631 * The memory pointed to by p_cfg is allocated by the
641 uint8_t seid, AvdtpSepConfig* p_cfg,
673 AvdtpSepConfig* p_cfg);
757 extern uint16_t AVDT_ReconfigReq(uint8_t handle, AvdtpSepConfig* p_cfg);
    [all...]

Completed in 524 milliseconds