/system/bt/embdrv/sbc/encoder/include/ |
D | sbc_encoder.h | 33 #ifndef FALSE 34 #define FALSE 0 macro 38 #define TRUE (!FALSE) 73 #define SBC_DSP_OPT FALSE 78 #define SBC_USE_ARM_PRAGMA FALSE 84 #define SBC_ARM_ASM_OPT FALSE 91 #define SBC_GHS_COMPILER FALSE 113 #define SBC_IS_64_MULT_IN_WINDOW_ACCU FALSE 124 #define SBC_IS_64_MULT_IN_IDCT FALSE 154 #define SBC_FOR_EMBEDDED_LINUX FALSE
|
D | sbc_enc_func_declare.h | 30 #if (SBC_IS_64_MULT_IN_WINDOW_ACCU == FALSE)
|
/system/bt/include/ |
D | bt_target.h | 83 #define BTA_AV_SINK_INCLUDED FALSE 119 #define BTA_AV_CO_CP_SCMS_T FALSE 124 #define BTA_HOST_INTERLEAVE_SEARCH FALSE 291 #define BTM_NO_SSP_ON_INQUIRY FALSE 301 #define BTM_SCO_HCI_INCLUDED FALSE /* TRUE includes SCO over HCI code */ 394 #define BTM_SEC_FORCE_RNR_FOR_DBOND FALSE 431 #define BTM_PM_DEBUG FALSE 499 #define BTM_BLE_CONFORMANCE_TESTING FALSE 590 #define L2CAP_UCD_INCLUDED FALSE 632 #define L2CAP_ERTM_STATS FALSE [all …]
|
D | bte.h | 77 #define BUILD_HCITOOL FALSE 78 #define BUILD_L2PING FALSE 80 #define LINUX_FM_DRIVER_INCLUDED FALSE
|
/system/nfc/src/gki/ulinux/ |
D | data_types.h | 28 #ifndef FALSE 29 #define FALSE 0 macro 35 #define TRUE (!FALSE) 49 #define BIG_ENDIAN FALSE
|
/system/nfc/halimpl/bcm2079x/gki/ulinux/ |
D | data_types.h | 27 #ifndef FALSE 28 #define FALSE 0 macro 34 #define TRUE (!FALSE) 48 #define BIG_ENDIAN FALSE
|
/system/nfc/src/include/ |
D | nfc_target.h | 37 #define USERIAL_DEBUG FALSE 187 #define NFC_RW_ONLY FALSE 340 #define CE_TEST_INCLUDED FALSE 355 #define LLCP_TEST_INCLUDED FALSE 552 #define NFA_DM_AUTO_DETECT_NDEF FALSE /* !!!!! NFC-Android needs FALSE */ 557 #define NFA_DM_AUTO_READ_NDEF FALSE /* !!!!! NFC-Android needs FALSE */ 562 #define NFA_DM_AUTO_PRESENCE_CHECK FALSE /* Android requires FALSE */ 601 #define NFA_SNEP_INCLUDED FALSE 671 #define NFC_HAL_HCI_INCLUDED FALSE
|
/system/bt/embdrv/sbc/decoder/srce/ |
D | decoder-oina.c | 75 context->common.frameInfo.enhanced = FALSE; in OI_CODEC_SBC_DecoderConfigureRaw() 107 context->enhancedEnabled = FALSE; in OI_CODEC_SBC_DecoderLimit() 110 context->enhancedEnabled = FALSE; in OI_CODEC_SBC_DecoderLimit()
|
D | decoder-private.c | 58 context->enhancedEnabled = enhanced ? TRUE : FALSE; in internal_DecoderReset() 60 context->enhancedEnabled = FALSE; in internal_DecoderReset() 75 context->limitFrameFormat = FALSE; in internal_DecoderReset()
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_stddefs.h | 41 #ifndef FALSE 42 #define FALSE \ macro 48 (!FALSE) /**< This define statement sets TRUE as a preprocessor alias for \
|
/system/core/libutils/ |
D | Threads.cpp | 347 hMutex = CreateMutex(NULL, FALSE, NULL); 358 hMutex = CreateMutex(NULL, FALSE, NULL); 369 hMutex = CreateMutex(NULL, FALSE, NULL); 471 SignalObjectAndWait(hMutex, condState->sema, timeout, FALSE); 499 INFINITE, FALSE); 526 condState->waitersDone = CreateEvent(NULL, FALSE, FALSE, NULL); 528 condState->internalMutex = CreateMutex(NULL, FALSE, NULL);
|
/system/nfc/src/nfc/int/ |
D | nfc_int.h | 116 #if (NFC_RW_ONLY == FALSE) 177 #if (NFC_RW_ONLY == FALSE) 278 #if (NFC_NFCEE_INCLUDED == TRUE && NFC_RW_ONLY == FALSE) 298 #if (NFC_RW_ONLY == FALSE)
|
/system/bt/stack/hid/ |
D | hidd_api.cc | 37 #if HID_DYNAMIC_MEMORY == FALSE 125 hd_cb.reg_flag = FALSE; in HID_DevDeregister() 133 if (!BTM_SetSecurityLevel(FALSE, "", BTM_SEC_SERVICE_HIDD_SEC_CTRL, sec_lvl, in HID_DevSetSecurityLevel() 145 if (!BTM_SetSecurityLevel(FALSE, "", BTM_SEC_SERVICE_HIDD_NOSEC_CTRL, in HID_DevSetSecurityLevel() 165 if (!BTM_SetSecurityLevel(FALSE, "", BTM_SEC_SERVICE_HIDD_INTR, BTM_SEC_NONE, in HID_DevSetSecurityLevel() 445 hd_cb.device.in_use = FALSE; in HID_DevUnplugDevice()
|
D | hidd_conn.cc | 209 accept = FALSE; in hidd_l2cif_connect_ind() 215 accept = FALSE; in hidd_l2cif_connect_ind() 224 accept = FALSE; in hidd_l2cif_connect_ind() 232 accept = FALSE; in hidd_l2cif_connect_ind() 250 if (btm_sec_mx_access_request(p_dev->addr, HID_PSM_CONTROL, FALSE, in hidd_l2cif_connect_ind() 356 p_cfg->flush_to_present = FALSE; in hidd_l2cif_config_ind() 357 p_cfg->mtu_present = FALSE; in hidd_l2cif_config_ind() 566 hd_cb.pending_vc_unplug = FALSE; in hidd_l2cif_disconnect_cfm() 616 bool err = FALSE; in hidd_l2cif_data_ind()
|
D | hidd_int.h | 83 #if HID_DYNAMIC_MEMORY == FALSE
|
/system/bt/btif/src/ |
D | btif_hd.cc | 168 btif_hd_cb.service_dereg_active = FALSE; in btif_hd_upstreams_evt() 191 btif_hd_cb.app_registered = FALSE; in btif_hd_upstreams_evt() 226 btif_hd_cb.forced_disc = FALSE; in btif_hd_upstreams_evt() 377 btif_hd_cb.service_dereg_active = FALSE; in cleanup() 432 btif_hh_service_registration(FALSE); in register_app() 558 report.use_intr = FALSE; in send_report()
|
/system/nfc/halimpl/pn54x/common/ |
D | phNfcTypes.h | 30 #ifndef FALSE 31 #define FALSE (0x00) /* Logical False Value */ macro
|
/system/nfc/src/nfc/nfc/ |
D | nfc_task.c | 35 #if (NFC_RW_ONLY == FALSE) 236 #if (NFC_RW_ONLY == FALSE) in nfc_process_quick_timer_evt() 265 #if (NFC_RW_ONLY == FALSE) in nfc_process_quick_timer_evt()
|
/system/nfc/halimpl/bcm2079x/gki/common/ |
D | gki.h | 22 #if (NFC_HAL_TARGET == FALSE) 31 #define NFC_STANDALONE FALSE 47 #define GKI_BUFFER_DEBUG FALSE
|
/system/bt/main/ |
D | bte_init.cc | 30 #define BTA_INCLUDED FALSE
|
/system/nfc/src/hal/include/ |
D | gki_hal_target.h | 120 #define GKI_TIMER_LIST_NOPREEMPT FALSE 215 #define GKI_SEND_MSG_FROM_ISR FALSE
|
/system/nfc/halimpl/bcm2079x/adaptation/ |
D | patchram.cpp | 105 FALSE /* skip downloading patchram after reinit because of patch download 144 return FALSE; in isFileExist() 186 nfc_post_reset_cb.spd_skip_on_power_cycle = FALSE; in continueAfterSetSnoozeMode() 508 FALSE; // allow download firmware if controller cannot detect EERPOM in nfc_hal_post_reset_init()
|
/system/bt/bta/hd/ |
D | bta_hd_act.cc | 49 *has_report_id = FALSE; in check_descriptor() 159 bool use_report_id = FALSE; in bta_hd_register_act() 163 ret.reg_status.in_use = FALSE; in bta_hd_register_act() 226 HID_DevSetIncomingPolicy(FALSE); in bta_hd_unregister_act() 478 bta_hd_cb.vc_unplug = FALSE; in bta_hd_close_act()
|
/system/bt/embdrv/sbc/encoder/srce/ |
D | sbc_enc_coeffs.c | 27 #if (SBC_ARM_ASM_OPT == FALSE && SBC_IPAQ_OPT == FALSE) 28 #if (SBC_IS_64_MULT_IN_WINDOW_ACCU == FALSE)
|
/system/nfc/src/adaptation/ |
D | CrcChecksum.cpp | 94 bool isGood = FALSE; in crcChecksumVerifyIntegrity()
|