Searched defs:TRUE (Results 1 - 6 of 6) sorted by relevance

/system/bt/hci/include/
H A Dbt_hci_bdroid.h44 # ifndef TRUE
45 # define TRUE (!FALSE) macro
52 # ifndef TRUE
53 # define TRUE true macro
/system/bt/bta/ag/
H A Dbta_ag_sco.c29 #if (BTM_SCO_HCI_INCLUDED == TRUE )
45 #if BTA_AG_SCO_DEBUG == TRUE
61 #if (BTM_WBS_INCLUDED == TRUE )
72 #if (BTM_WBS_INCLUDED == TRUE )
227 #if (BTM_SCO_HCI_INCLUDED == TRUE )
228 tBTM_STATUS status = BTM_ConfigScoPath(BTM_SCO_ROUTE_PCM, NULL, NULL, TRUE);
234 #if (BTM_WBS_INCLUDED == TRUE )
253 bta_ag_cb.sco.p_curr_scb->codec_fallback = TRUE;
282 #if (BTM_SCO_HCI_INCLUDED == TRUE )
309 ** If only_active is TRUE, the
1630 bta_ag_sco_read_cback, NULL, TRUE); local
[all...]
/system/bt/embdrv/sbc/decoder/include/
H A Doi_stddefs.h44 #ifndef TRUE
45 #define TRUE (!FALSE) /**< This define statement sets TRUE as a preprocessor alias for !FALSE. */ macro
155 /** This macro's value is TRUE if the bit specified by y is set in data item x. */
158 /** This macro's value is TRUE if the bit specified by y is not set in data item x. */
/system/bt/embdrv/sbc/encoder/include/
H A Dsbc_encoder.h39 #ifndef TRUE
40 #define TRUE (!FALSE) macro
78 /* Set SBC_USE_ARM_PRAGMA to TRUE to use "#pragma arm section zidata" */
83 /* Set SBC_ARM_ASM_OPT to TRUE in case the target is an ARM */
96 #define SBC_ARM_COMPILER TRUE
99 /* Set SBC_IPAQ_OPT to TRUE in case the target is an ARM */
102 #define SBC_IPAQ_OPT TRUE
105 /* Debug only: set SBC_IS_64_MULT_IN_WINDOW_ACCU to TRUE to use 64 bit multiplication in the windowing */
111 /* Set SBC_IS_64_MULT_IN_IDCT to TRUE to use 64 bits multiplication in the DCT of Matrixing */
113 /* CAUTION: It only apply in the if SBC_FAST_DCT is set to TRUE */
[all...]
/system/bt/btif/co/
H A Dbta_av_co.c184 ** Returns TRUE if the current streaming has CP, FALSE otherwise
220 ** Returns TRUE if setting the SCMS flag is supported else FALSE
227 #if defined(BTA_AV_CO_CP_SCMS_T) && (BTA_AV_CO_CP_SCMS_T == TRUE)
235 return TRUE;
294 #if defined(BTA_AV_CO_CP_SCMS_T) && (BTA_AV_CO_CP_SCMS_T == TRUE)
312 return TRUE;
313 #if (BTA_AV_SINK_INCLUDED == TRUE)
321 return TRUE;
399 if ((status = A2D_ParsSbcInfo(&src_cap, p_src_cap, TRUE)) != 0)
493 supported = TRUE;
1528 BTA_AvReconfig(BTA_AV_CO_AUDIO_INDX_TO_HNDL(index), TRUE, p_sink->sep_info_idx, local
[all...]
/system/bt/stack/include/
H A Dbt_types.h29 #ifndef TRUE
30 # define TRUE true macro

Completed in 97 milliseconds