Searched defs:enable (Results 1 - 25 of 543) sorted by path

1234567891011>>

/external/aac/libAACdec/src/
H A Daacdec_drc_types.h154 UCHAR enable; /* Switch that controls dynamic range processing */ member in struct:__anon12
/external/aac/libSBRdec/src/
H A Dpsbitdec.cpp154 deltaDecodeArray(SCHAR enable, argument
167 if ( enable==1 ) {
H A Dsbrdec_drc.h119 SHORT enable; member in struct:__anon228
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
H A DANTLR3.java177 * Sets a flag to enable ParseView debugging
179 public void setDebug(boolean enable) { argument
180 this.debug = enable;
184 * Sets a flag to enable report statistics
186 public void setReport(boolean enable) { argument
187 this.report = enable;
193 public void setPrint(boolean enable) { argument
194 this.print = enable;
198 * Sets a flag to enable profiling
200 public void setProfile(boolean enable) { argument
207 setNfa(boolean enable) argument
214 setDfa(boolean enable) argument
222 setMultithreaded(boolean enable) argument
230 setNocollapse(boolean enable) argument
238 setNoprune(boolean enable) argument
246 setDbgST(boolean enable) argument
267 setGrammartree(boolean enable) argument
283 setDiagnostic(boolean enable) argument
291 setTrace(boolean enable) argument
299 setTraceParser(boolean enable) argument
307 setTraceLexer(boolean enable) argument
[all...]
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
H A Dantlr3.jar ... void setProfile (boolean) boolean enable public void setNfa (boolean) boolean enable public void setDfa (boolean) boolean enable public void setMultithreaded (boolean ...
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java162 public void setEscapeProcessing(boolean enable) throws SQLException { argument
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_api.c52 ** Description Enable the advanced audio/video service. When the enable
257 void BTA_AvEnable_Sink(int enable) argument
265 p_buf->layer_specific = enable;
H A Dbta_av_main.c246 ** Description Handle an API enable event.
255 tBTA_AV_ENABLE enable; local
270 enable.features = bta_av_cb.features;
278 /* call callback with enable event */
279 (*bta_av_cb.p_cback)(BTA_AV_ENABLE_EVT, (tBTA_AV *)&enable);
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_int.h557 BOOLEAN enable; member in struct:__anon513
732 tBTA_DM_API_ENABLE enable; member in union:__anon533
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_at.c26 /* Uncomment to enable AT traffic dumping */
1589 void bta_hf_client_send_at_bvra(BOOLEAN enable) argument
1595 if (enable)
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_int.h563 BOOLEAN enable; member in struct:__anon661
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h921 tBTA_DM_ENABLE enable; /* BTA enabled */ member in union:__anon720
2293 ** Parameters: privacy_enable - enable/disabe privacy on remote device.
2307 ** privacy_enable - enable/disabe privacy on remote device.
2466 ** Description This function is called to enable the batch scan
2516 ** Description This function is called to enable the adv data payload filter
2518 ** Parameters action - enable or disable the APCF feature
2535 ** Parameters p_target: enable the filter condition on a target device; if NULL
H A Dbta_av_api.h432 tBTA_AV_ENABLE enable; member in union:__anon746
525 ** Description Enable the advanced audio/video service. When the enable
621 void BTA_AvEnable_Sink(int enable);
/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_int.h397 tBTA_JV_API_ENABLE enable; member in union:__anon953
/external/bluetooth/bluedroid/bta/mce/
H A Dbta_mce_int.h63 tBTA_MCE_API_ENABLE enable; member in union:__anon959
/external/bluetooth/bluedroid/bta/pan/
H A Dbta_pan_ci.c94 ** Description This function is called to enable or disable data flow on
105 void bta_pan_ci_tx_flow(UINT16 handle, BOOLEAN enable) argument
113 p_buf->enable = enable;
271 void bta_pan_ci_tx_flow(UINT16 handle, BOOLEAN enable) argument
274 UNUSED(enable);
H A Dbta_pan_int.h112 BOOLEAN enable; /* Flow control setting */ member in struct:__anon967
/external/bluetooth/bluedroid/btif/co/
H A Dbta_gatts_co.c38 BOOLEAN enable; member in struct:__anon989
57 if (!p_cb->enable)
60 p_cb->enable = TRUE;
H A Dbta_pan_co.c288 ** Description This function is called by PAN to enable or disable
298 void bta_pan_co_rx_flow(UINT16 handle, UINT8 app_id, BOOLEAN enable) argument
302 UNUSED(enable);
304 BTIF_TRACE_API("bta_pan_co_rx_flow, enabled:%d, not used", enable);
308 btpan_set_flow_control(enable);
/external/bluetooth/bluedroid/btif/src/
H A Dbluetooth.c145 static int enable( void ) function
147 ALOGI("enable");
382 int dut_mode_configure(uint8_t enable) argument
390 return btif_dut_mode_configure(enable);
417 int config_hci_snoop_log(uint8_t enable) argument
425 return btif_config_hci_snoop_log(enable);
436 enable,
H A Dbtif_core.c140 void bte_main_enable_lpm(BOOLEAN enable);
147 void bte_main_config_hci_logging(BOOLEAN enable, BOOLEAN bt_disabled);
551 ** Description Event indicating bluetooth enable is completed
639 /* we failed to enable, reset state */
839 ** Description Configure Test Mode - 'enable' to 1 puts the device in test mode and 0 exits
845 bt_status_t btif_dut_mode_configure(uint8_t enable) argument
854 btif_dut_mode = enable;
855 if (enable == 1) {
1450 ** Upon BT enable, BTIF core shall invoke the BTA APIs to
1451 ** enable th
1522 btif_config_hci_snoop_log(uint8_t enable) argument
[all...]
H A Dbtif_gatt_client.c2068 static bt_status_t btif_gattc_scan_filter_enable(int client_if, bool enable) argument
2072 BTIF_TRACE_DEBUG("%s, %d", __FUNCTION__, enable);
2077 if (true == enable)
H A Dbtif_media_task.c1181 void btif_a2dp_set_rx_flush(BOOLEAN enable) argument
1183 APPL_TRACE_EVENT("## DROP RX %d ##", enable);
1184 btif_media_cb.rx_flush = enable;
1188 void btif_a2dp_set_tx_flush(BOOLEAN enable) argument
1190 APPL_TRACE_EVENT("## DROP TX %d ##", enable);
1191 btif_media_cb.tx_flush = enable;
H A Dbtif_pan.c390 void btpan_set_flow_control(BOOLEAN enable) { argument
394 btpan_cb.flow = enable;
395 if (enable) {
/external/bluetooth/bluedroid/hci/src/
H A Dbtsnoop_net.c85 int enable = 1; local
86 if (setsockopt(listen_socket_, SOL_SOCKET, SO_REUSEADDR, &enable, sizeof(enable)) == -1) {

Completed in 2130 milliseconds

1234567891011>>