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

  /external/bluetooth/bluedroid/bta/av/
bta_av_sbc.c 480 if (peer_cie.alloc_mthd & p_pref->alloc_mthd)
482 peer_cie.alloc_mthd = p_pref->alloc_mthd;
486 APPL_TRACE_ERROR1("bta_av_sbc_cfg_for_cap: alloc_mthd(0x%02X) not supported", p_pref->alloc_mthd);
554 else if ((cfg_cie.alloc_mthd & p_cap->alloc_mthd) == 0)
  /external/bluetooth/bluedroid/stack/a2dp/
a2d_sbc.c 232 (p_ie->alloc_mthd & ~A2D_SBC_IE_ALLOC_MD_MSK) ||
252 *p_result++ = p_ie->block_len | p_ie->num_subbands | p_ie->alloc_mthd;
301 p_ie->alloc_mthd = *p_info & A2D_SBC_IE_ALLOC_MD_MSK;
323 if(A2D_BitsSet(p_ie->alloc_mthd) != A2D_SET_ONE_BIT)
  /external/bluetooth/bluedroid/stack/include/
a2d_sbc.h 83 UINT8 alloc_mthd; /* Allocation method */ member in struct:__anon869
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c 617 msg.AllocationMethod = (sbc_config.alloc_mthd == A2D_SBC_IE_ALLOC_MD_L) ? SBC_LOUDNESS : SBC_SNR;
    [all...]

Completed in 177 milliseconds