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

  /system/bt/bta/ag/
bta_ag_sco.c 78 #define BTA_AG_ESCO_SETTING_IDX_T1 1 /* eSCO setting for mSBC T1 */
79 #define BTA_AG_ESCO_SETTING_IDX_T2 2 /* eSCO setting for mSBC T2 */
99 /* mSBC T1 */
112 /* mSBC T2*/
237 /* If SCO open was initiated by AG and failed for mSBC, then attempt
238 mSBC with T1 settings i.e. 'Safe Settings'. If this fails, then switch to CVSD */
243 APPL_TRACE_DEBUG("Fallback to mSBC T1 settings");
474 /* If eSCO codec is mSBC, index is T2 or T1 */
528 else /* Do not use SCO when using mSBC */
618 ** Description Checks if ESCO connection needs to be attempted using mSBC T1(safe) setting
    [all...]
bta_ag_int.h 241 BTA_AG_SCO_MSBC_SETTINGS_T2 = 0, /* preferred/default when codec is mSBC */
295 BOOLEAN codec_fallback; /* If sco nego fails for mSBC, fallback to CVSD */
bta_ag_main.c 310 /* set eSCO mSBC setting to T2 as the preferred */
    [all...]
bta_ag_cmd.c     [all...]
  /system/bt/btif/src/
btif_hf.c 562 BTIF_TRACE_DEBUG("BTA_AG_WBS_EVT Set codec status %d codec %d 1=CVSD 2=MSBC", \
606 /* If the peer supports mSBC and the BTIF prefferred codec is also mSBC, then
607 we should set the BTA AG Codec to mSBC. This would trigger a +BCS to mSBC at the time
611 BTIF_TRACE_EVENT("%s btif_hf override-Preferred Codec to MSBC", __FUNCTION__);
622 BTIF_TRACE_DEBUG("AG final seleded codec is %d 1=CVSD 2=MSBC", p_data->val.num);
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r300_fragprog.c 138 int msbc = get_msb(R400_ADDR_EXT_RGB_MSB_BIT(j), local
144 (regc & 32) ? 'c' : 't', (regc & 31) | msbc);
  /system/bt/bta/include/
bta_hf_client_api.h 88 #define BTA_HF_CLIENT_AUDIO_MSBC_OPEN_EVT 6 /* Audio connection with mSBC codec open */
bta_ag_api.h 164 #define BTA_AG_CODEC_MSBC BTM_SCO_CODEC_MSBC /* mSBC */
  /system/bt/bta/hf_client/
bta_hf_client_main.c 389 /* check if mSBC support enabled */
bta_hf_client_sco.c 56 /* ESCO mSBC */
  /system/bt/stack/include/
sdpdefs.h 281 #define UUID_CODEC_MSBC 0x0002 /* mSBC */
  /hardware/broadcom/libbt/src/
hardware.c     [all...]
  /system/bt/stack/btm/
btm_int.h 395 tBTM_SCO_CODEC_TYPE codec_in_use; /* None, CVSD, MSBC, etc. */
    [all...]

Completed in 3644 milliseconds