Searched defs:TRUE (Results 1 - 7 of 7) 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 )
48 #if BTA_AG_SCO_DEBUG == TRUE
64 #if (BTM_WBS_INCLUDED == TRUE )
75 #if (BTM_WBS_INCLUDED == TRUE )
223 #if (BTM_SCO_HCI_INCLUDED == TRUE )
224 tBTM_STATUS status = BTM_ConfigScoPath(BTM_SCO_ROUTE_PCM, NULL, NULL, TRUE);
230 #if (BTM_WBS_INCLUDED == TRUE )
249 bta_ag_cb.sco.p_curr_scb->codec_fallback = TRUE;
274 #if (BTM_SCO_HCI_INCLUDED == TRUE )
301 ** If only_active is TRUE, the
1616 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.c185 ** Returns TRUE if the current streaming has CP, FALSE otherwise
221 ** Returns TRUE if setting the SCMS flag is supported else FALSE
228 #if defined(BTA_AV_CO_CP_SCMS_T) && (BTA_AV_CO_CP_SCMS_T == TRUE)
236 return TRUE;
295 #if defined(BTA_AV_CO_CP_SCMS_T) && (BTA_AV_CO_CP_SCMS_T == TRUE)
313 return TRUE;
314 #if (BTA_AV_SINK_INCLUDED == TRUE)
322 return TRUE;
400 if ((status = A2D_ParsSbcInfo(&src_cap, p_src_cap, TRUE)) != 0)
494 supported = TRUE;
1529 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
/system/tpm/trunks/
H A Dtpm_generated.h103 #if !defined(TRUE)
104 #define TRUE 1 macro

Completed in 1052 milliseconds