Searched refs:enable (Results 1 - 25 of 531) sorted by path

1234567891011>>

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h658 #define HIGHEST_SINGLE_STREAM_MCS 7 /* MCS values greater than this enable multiple streams */
699 #define ITFR_MODE_MANUAL_ENABLE 1 /* enable manual detection */
700 #define ITFR_MODE_AUTO_ENABLE 2 /* enable auto detection */
1962 /* when sgi_tx==WLC_SGI_ALL, bypass rate selection, enable sgi for all mcs */
3625 uint8 enable; /* enable/disable */ member in struct:ampdu_tid_control
3922 * enable switch and background scan
4164 uint32 enable; /* Enable/disable bool */ member in struct:wl_pkt_filter_enable
4258 #define WL_WOWL_GTK_FAILURE (1 << 10) /* enable wakeup if GTK fails */
4993 uint8 ops; /* 0: disable 1: enable */
[all...]
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dgscan.cpp22 //#define LOG_NDEBUG 0 //uncomment to enable verbose logging
355 int createFeatureRequest(WifiRequest& request, int subcmd, int enable) { argument
363 result = request.put_u32(GSCAN_ATTRIBUTE_ENABLE_FEATURE, enable);
383 int createRequest(WifiRequest& request, int subcmd, int enable) { argument
390 result = request.put_u32(GSCAN_ENABLE_FULL_SCAN_RESULTS, enable);
413 ALOGE("failed to enable full scan results; result = %d", result);
H A Dwifi_hal.cpp58 static wifi_error wifi_configure_nd_offload(wifi_interface_handle iface, u8 enable);
739 int createRequest(WifiRequest& request, int enable) { argument
746 result = request.put_u32(RSSI_MONITOR_ATTRIBUTE_MAX_RSSI, (enable ? mMax_rssi: 0));
751 result = request.put_u32(RSSI_MONITOR_ATTRIBUTE_MIN_RSSI, (enable? mMin_rssi: 0));
755 result = request.put_u32(RSSI_MONITOR_ATTRIBUTE_START, enable);
986 SetNdoffloadCommand(wifi_interface_handle handle, u8 enable) argument
988 mEnable = enable;
1306 static wifi_error wifi_configure_nd_offload(wifi_interface_handle handle, u8 enable) argument
1308 SetNdoffloadCommand command(handle, enable);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dutils.c200 void update_ctrl_reg(uint8_t enable, uint32_t mask) argument
204 if(enable)
/hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
H A Dviddec_fw_decoder_host.h208 @param[in] strm_handle : The handle of stream that we want enable or disable interrupts for.
209 @param[in] enable : Boolean value if ==0 means disable Interrupts else enable.
213 uint32_t viddec_fw_decoder_set_stream_interrupt_mask(uint32_t stream_handle, uint32_t enable);
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderBase.h200 void ManageReference(bool enable) {mManageReference = enable;} argument
204 void enableLowDelayMode(bool enable) {mLowDelay = enable;} argument
/hardware/intel/common/libstagefrighthw/
H A DAndroid.mk12 #enable log
/hardware/intel/common/libwsbm/
H A Dautogen.sh12 $srcdir/configure --enable-maintainer-mode "$@"
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderBase.cpp1100 if (!param->enable) {
H A DOMXVideoDecoderVP9Hybrid.cpp690 if (!param->enable) {
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
H A DOMXVideoDecoderAVCSecure.cpp53 bool OMXVideoDecoderAVCSecure::EnableIEDSession(bool enable) argument
59 int request = enable ? DRM_PSB_ENABLE_IED_SESSION : DRM_PSB_DISABLE_IED_SESSION;
H A DOMXVideoDecoderAVCSecure.h62 bool EnableIEDSession(bool enable);
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DVsyncManager.cpp119 void VsyncManager::enableDynamicVsync(bool enable) argument
127 mEnableDynamicVsync = enable;
189 WTRACE("failed to enable vsync on display %d, fall back to primary", candidate);
196 ETRACE("failed to enable vsync on the primary display");
H A DVsyncManager.h39 void enableDynamicVsync(bool enable);
56 // toggle this constant to use primary vsync only or enable dynamic vsync.
/hardware/intel/img/hwcomposer/merrifield/include/
H A DDisplayPlane.h101 virtual bool enable() = 0;
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DAnnCursorPlane.cpp40 bool AnnCursorPlane::enable() function in class:android::intel::AnnCursorPlane
H A DAnnCursorPlane.h37 bool enable();
H A DAnnOverlayPlane.cpp83 bool AnnOverlayPlane::enable() function in class:android::intel::AnnOverlayPlane
576 // enable rotation mode and setup rotation config
590 // enable overlay
626 // This request will be qualified with the separate decryption enable bit for OV
H A DAnnOverlayPlane.h41 virtual bool enable();
H A DAnnPlaneManager.cpp409 config[i]->plane->enable();
H A DAnnRGBPlane.cpp38 bool AnnRGBPlane::enable() function in class:android::intel::AnnRGBPlane
H A DAnnRGBPlane.h36 bool enable();
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DOverlayPlaneBase.cpp179 enable();
235 bool OverlayPlaneBase::enable() function in class:android::intel::OverlayPlaneBase
H A DOverlayPlaneBase.h50 virtual bool enable();
H A DSpritePlaneBase.cpp42 bool SpritePlaneBase::enable() function in class:android::intel::SpritePlaneBase

Completed in 441 milliseconds

1234567891011>>