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

  /system/bt/stack/a2dp/
a2d_sbc.c 61 (p_ie->alloc_mthd & ~A2D_SBC_IE_ALLOC_MD_MSK) ||
81 *p_result++ = p_ie->block_len | p_ie->num_subbands | p_ie->alloc_mthd;
129 p_ie->alloc_mthd = *p_info & A2D_SBC_IE_ALLOC_MD_MSK;
151 if (A2D_BitsSet(p_ie->alloc_mthd) != A2D_SET_ONE_BIT)
  /system/bt/bta/av/
bta_av_sbc.c 482 if (peer_cie.alloc_mthd & p_pref->alloc_mthd)
484 peer_cie.alloc_mthd = p_pref->alloc_mthd;
488 APPL_TRACE_ERROR("bta_av_sbc_cfg_for_cap: alloc_mthd(0x%02X) not supported", p_pref->alloc_mthd);
540 APPL_TRACE_DEBUG(" ALLOC_MTHD peer: 0%x, capability 0%x", cfg_cie.alloc_mthd, p_cap->alloc_mthd);
565 else if ((cfg_cie.alloc_mthd & p_cap->alloc_mthd) == 0
    [all...]
  /system/bt/stack/include/
a2d_sbc.h 83 UINT8 alloc_mthd; /* Allocation method */ member in struct:__anon74049
  /system/bt/btif/co/
bta_av_co.c 78 (A2D_SBC_IE_ALLOC_MD_L), /* alloc_mthd */
90 (A2D_SBC_IE_ALLOC_MD_L | A2D_SBC_IE_ALLOC_MD_S), /* alloc_mthd */
106 A2D_SBC_IE_ALLOC_MD_L, /* alloc_mthd */
434 if (src_cap.alloc_mthd & A2D_SBC_IE_ALLOC_MD_L)
435 pref_cap.alloc_mthd = A2D_SBC_IE_ALLOC_MD_L;
436 else if(src_cap.alloc_mthd & A2D_SBC_IE_ALLOC_MD_S)
437 pref_cap.alloc_mthd = A2D_SBC_IE_ALLOC_MD_S;
    [all...]
  /system/bt/btif/src/
btif_media_task.c 823 msg.AllocationMethod = (sbc_config.alloc_mthd == A2D_SBC_IE_ALLOC_MD_L) ? SBC_LOUDNESS : SBC_SNR;
    [all...]

Completed in 66 milliseconds