HomeSort by relevance Sort by last modified time
    Searched refs:BOOLEAN (Results 201 - 225 of 910) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
strmini.h 57 BOOLEAN Enable;
93 BOOLEAN Dma;
94 BOOLEAN Pio;
98 BOOLEAN Allocator;
119 BOOLEAN DataAccessible;
131 BOOLEAN BridgeStream;
248 BOOLEAN Idle;
285 BOOLEAN RangeInMemory;
313 typedef BOOLEAN (STREAMAPI * PHW_INTERRUPT) (IN PVOID DeviceExtension);
317 typedef BOOLEAN (STREAMAPI * PHW_RESET_ADAPTER) (IN PVOID DeviceExtension)
    [all...]
srb.h 194 BOOLEAN RangeInMemory;
216 BOOLEAN ScatterGather;
217 BOOLEAN Master;
218 BOOLEAN CachesData;
219 BOOLEAN AdapterScansDown;
220 BOOLEAN AtdiskPrimaryClaimed;
221 BOOLEAN AtdiskSecondaryClaimed;
222 BOOLEAN Dma32BitAddresses;
223 BOOLEAN DemandMode;
224 BOOLEAN MapBuffers
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
storprop.h 22 LONG CdromEnableDigitalPlayback(HDEVINFO DevInfo,PSP_DEVINFO_DATA DevInfoData,BOOLEAN ForceUnknown);
batclass.h 67 BOOLEAN PowerOnline;
68 BOOLEAN Charging;
69 BOOLEAN Discharging;
70 BOOLEAN Critical;
109 BOOLEAN PowerOnline;
110 BOOLEAN Charging;
111 BOOLEAN Discharging;
112 BOOLEAN Critical;
wsnwlink.h 23 BOOLEAN wan;
24 BOOLEAN status;
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_int.h 231 BOOLEAN sdp_search;
271 BOOLEAN accept;
282 BOOLEAN set;
305 BOOLEAN accept;
332 BOOLEAN accept;
370 BOOLEAN start;
387 BOOLEAN is_new;
426 BOOLEAN is_trusted;
429 BOOLEAN link_key_known;
430 BOOLEAN dc_known
    [all...]
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_ci.c 105 void bta_pan_ci_tx_flow(UINT16 handle, BOOLEAN enable)
131 UINT8 *p_data, UINT16 len, BOOLEAN ext)
174 BT_HDR *p_buf, BOOLEAN ext)
202 BOOLEAN* p_ext, BOOLEAN* p_forward)
271 void bta_pan_ci_tx_flow(UINT16 handle, BOOLEAN enable)
277 void bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext)
288 BOOLEAN* p_ext, BOOLEAN* p_forward)
  /external/bluetooth/bluedroid/btif/co/
bta_pan_co.c 166 BOOLEAN ext;
167 BOOLEAN forward;
240 UINT16 len, BOOLEAN ext, BOOLEAN forward)
270 BOOLEAN ext, BOOLEAN forward)
298 void bta_pan_co_rx_flow(UINT16 handle, UINT8 app_id, BOOLEAN enable)
320 void bta_pan_co_pfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result,
341 void bta_pan_co_mfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result,
bta_dm_co.c 55 BOOLEAN bta_dm_co_get_compress_memory(tBTA_SYS_ID id, UINT8 **memory_p, UINT32 *memory_size)
79 tBTA_AUTH_REQ *p_auth_req, BOOLEAN is_orig)
126 void bta_dm_co_lk_upgrade(BD_ADDR bd_addr, BOOLEAN *p_upgrade )
147 void bta_dm_co_loc_oob(BOOLEAN valid, BT_OCTET16 c, BT_OCTET16 r)
172 BOOLEAN result = FALSE;
  /external/bluetooth/bluedroid/stack/hcic/
hciblecmds.c 38 BOOLEAN btsnd_hcic_ble_set_evt_mask (BT_EVENT_MASK event_mask)
60 BOOLEAN btsnd_hcic_ble_read_buffer_size (void)
80 BOOLEAN btsnd_hcic_ble_read_local_spt_feat (void)
100 BOOLEAN btsnd_hcic_ble_set_local_used_feat (UINT8 feat_set[8])
120 BOOLEAN btsnd_hcic_ble_set_random_addr (BD_ADDR random_bda)
142 BOOLEAN btsnd_hcic_ble_write_adv_params (UINT16 adv_int_min, UINT16 adv_int_max,
173 BOOLEAN btsnd_hcic_ble_read_adv_chnl_tx_power (void)
194 BOOLEAN btsnd_hcic_ble_set_adv_data (UINT8 data_len, UINT8 *p_data)
225 BOOLEAN btsnd_hcic_ble_set_scan_rsp_data (UINT8 data_len, UINT8 *p_scan_rsp)
259 BOOLEAN btsnd_hcic_ble_set_adv_enable (UINT8 adv_enable
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 47 static void gatt_le_connect_cback (BD_ADDR bd_addr, BOOLEAN connected, UINT16 reason, tBT_TRANSPORT transport);
49 static void gatt_le_cong_cback(BD_ADDR remote_bda, BOOLEAN congest);
55 static void gatt_l2cif_disconnect_ind_cback (UINT16 l2cap_cid, BOOLEAN ack_needed);
59 static void gatt_l2cif_congest_cback (UINT16 cid, BOOLEAN congested);
149 BOOLEAN gatt_connect (BD_ADDR rem_bda, tGATT_TCB *p_tcb, tBT_TRANSPORT transport)
151 BOOLEAN gatt_ret = FALSE;
182 BOOLEAN gatt_disconnect (tGATT_TCB *p_tcb)
184 BOOLEAN ret = FALSE;
229 void gatt_update_app_hold_link_status (tGATT_IF gatt_if, tGATT_TCB *p_tcb, BOOLEAN is_add)
232 BOOLEAN found=FALSE
    [all...]
gatt_auth.c 44 static BOOLEAN gatt_sign_data (tGATT_CLCB *p_clcb)
49 BOOLEAN status = FALSE;
132 void gatt_sec_check_complete(BOOLEAN sec_check_ok, tGATT_CLCB *p_clcb, UINT8 sec_act)
163 BOOLEAN status = FALSE;
319 BOOLEAN is_link_encrypted= FALSE;
320 BOOLEAN is_link_key_known=FALSE;
321 BOOLEAN is_key_mitm=FALSE;
442 ** Returns BOOLEAN TRUE - conversation is successful
445 static BOOLEAN gatt_convert_sec_action(tGATT_SEC_ACTION gatt_sec_act, tBTM_BLE_SEC_ACT *p_btm_sec_act )
447 BOOLEAN status = TRUE
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_jv_api.h 258 BOOLEAN async; /* FALSE, if local initiates disconnect */
282 BOOLEAN cong; /* TRUE, congested. FALSE, uncongested */
314 BOOLEAN cong; /* congestion status */
340 BOOLEAN async; /* FALSE, if local initiates disconnect */
349 BOOLEAN use_co; /* TRUE to use co_rfc_data */
358 BOOLEAN use_co; /* TRUE to use co_rfc_data */
371 BOOLEAN cong; /* TRUE, congested. FALSE, uncongested */
392 BOOLEAN cong; /* congestion status */
510 BTA_API extern BOOLEAN BTA_JvIsEnable(void);
647 BTA_API extern BOOLEAN BTA_JvIsAuthenticated(BD_ADDR bd_addr)
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_api.h 364 BOOLEAN is_initiator; /* TRUE if initiator */
511 BOOLEAN auto_detect_ndef; /* Automatic NDEF detection (when not in exclusive RF mode) */
512 BOOLEAN auto_read_ndef; /* Automatic NDEF read (when not in exclusive RF mode) */
513 BOOLEAN auto_presence_check; /* Automatic presence check */
541 BOOLEAN la_enable; /* TRUE if listening A */
551 BOOLEAN lb_enable; /* TRUE if listening B */
562 BOOLEAN lf_enable; /* TRUE if listening F */
573 BOOLEAN li_enable; /* TRUE if listening ISO-DEP */
583 BOOLEAN ln_enable; /* TRUE if listening NFC-DEP *
    [all...]
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_utils.c 49 ** Returns BOOLEAN - TRUE - control PSM setting is successful
51 BOOLEAN bta_hl_set_ctrl_psm_for_dch(UINT8 app_idx, UINT8 mcl_idx,
55 BOOLEAN success = TRUE, update_ctrl_psm = FALSE;
99 BOOLEAN bta_hl_find_sdp_idx_using_ctrl_psm(tBTA_HL_SDP *p_sdp,
103 BOOLEAN found=FALSE;
329 ** Returns BOOLEAN TRUE - found
333 BOOLEAN bta_hl_find_service_in_db( UINT8 app_idx, UINT8 mcl_idx,
338 BOOLEAN found = TRUE;
415 ** Returns BOOLEAN - TRUE found
419 BOOLEAN bta_hl_find_echo_cfg_rsp(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdep_idx, UINT8 cfg
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_sock_sdp.h 30 static inline BOOLEAN is_uuid_empty(const uint8_t* uuid)
38 BOOLEAN is_reserved_rfc_channel(int channel);
  /external/libnfc-nci/src/include/
buildcfg.h 82 extern void DispNci (UINT8 *p, UINT16 len, BOOLEAN is_recv);
86 void ProtoDispAdapterDisplayNciPacket (UINT8* nciPacket, UINT16 nciPacketLen, BOOLEAN is_recv);
  /external/libnfc-nci/src/nfc/include/
nci_hmsgs.h 35 BOOLEAN nci_proc_core_rsp (BT_HDR *p_msg);
66 UINT8 nci_snd_set_routing_cmd (BOOLEAN more, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs);
  /packages/apps/OMA-DM/engine/dmlib/api/native/plugin/
dmtPlugin.hpp 263 * \return Return Type (BOOLEAN)
269 virtual BOOLEAN SetPrincipal( CPCHAR strPrincipal );
428 virtual BOOLEAN IsAtomic() const;
569 BOOLEAN isESN);
749 BOOLEAN m_bLeaf;
756 BOOLEAN m_bESN;
801 BOOLEAN isleaf);
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ssession/hdr/
dmClientSrvCreds.h 53 SYNCML_DM_RET_STATUS_T SetClientAuth( CPCHAR szLastAuthPref, BOOLEAN bTryDefault );
74 BOOLEAN m_bAuthPrefUpdated;
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ua/src/
dmEventLogger.cc 56 BOOLEAN bIsCumulative,
57 BOOLEAN bIsEnabledByParent,
110 BOOLEAN bIsLeaf,
111 BOOLEAN bIsEnabledByParent,
153 BOOLEAN
180 BOOLEAN bIsCumulative,
181 BOOLEAN bIsEnabledByParent,
194 BOOLEAN bFound = Find(pParent,aEventMap, pEventPath,aVector);
216 BOOLEAN bIsLeaf = FALSE;
246 BOOLEAN bIsEnabledByParent
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TypedVariable.java 10 BOOLEAN,
38 case BOOLEAN:
39 return Boolean.parseBoolean(value);
  /external/bluetooth/bluedroid/stack/sdp/
sdp_db.c 45 static BOOLEAN find_uuid_in_seq (UINT8 *p , UINT32 seq_len, UINT8 *p_his_uuid,
119 static BOOLEAN find_uuid_in_seq (UINT8 *p , UINT32 seq_len, UINT8 *p_uuid,
223 BOOLEAN is_rfcomm_scn;
330 BOOLEAN SDP_DeleteRecord (UINT32 handle)
398 BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id, UINT8 attr_type,
536 BOOLEAN SDP_AddSequence (UINT32 handle, UINT16 attr_id, UINT16 num_elem,
544 BOOLEAN result;
619 BOOLEAN SDP_AddUuidSequence (UINT32 handle, UINT16 attr_id, UINT16 num_uuids,
627 BOOLEAN result;
669 BOOLEAN SDP_AddProtocolList (UINT32 handle, UINT16 num_elem
    [all...]
  /external/bluetooth/bluedroid/stack/smp/
smp_api.c 103 BOOLEAN SMP_Register (tSMP_CALLBACK *p_cback)
169 BOOLEAN SMP_PairCancel (BD_ADDR bd_addr)
173 BOOLEAN status = FALSE;
329 ** Returns Boolean - request is successful
331 BOOLEAN SMP_Encrypt (UINT8 *key, UINT8 key_len,
336 BOOLEAN status=FALSE;
  /external/libnfc-nci/src/nfa/sys/
nfa_sys_main.c 76 BOOLEAN freebuf = TRUE;
222 BOOLEAN nfa_sys_is_register (UINT8 id)
238 BOOLEAN nfa_sys_is_graceful_disable (void)
286 void nfa_sys_disable_subsystems (BOOLEAN graceful)
289 BOOLEAN done = TRUE;

Completed in 876 milliseconds

1 2 3 4 5 6 7 891011>>