Searched defs:enable (Results 1 - 25 of 415) 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.cpp39 //#define LOG_NDEBUG 0 //uncomment to enable verbose logging
372 int createFeatureRequest(WifiRequest& request, int subcmd, int enable) { argument
380 result = request.put_u32(GSCAN_ATTRIBUTE_ENABLE_FEATURE, enable);
400 int createRequest(WifiRequest& request, int subcmd, int enable) { argument
407 result = request.put_u32(GSCAN_ENABLE_FULL_SCAN_RESULTS, enable);
430 ALOGE("failed to enable full scan results; result = %d", result);
H A Dwifi_hal.cpp83 static wifi_error wifi_configure_nd_offload(wifi_interface_handle iface, u8 enable);
784 int createRequest(WifiRequest& request, int enable) { argument
791 result = request.put_u32(RSSI_MONITOR_ATTRIBUTE_MAX_RSSI, (enable ? mMax_rssi: 0));
796 result = request.put_u32(RSSI_MONITOR_ATTRIBUTE_MIN_RSSI, (enable? mMin_rssi: 0));
800 result = request.put_u32(RSSI_MONITOR_ATTRIBUTE_START, enable);
1031 SetNdoffloadCommand(wifi_interface_handle handle, u8 enable) argument
1033 mEnable = enable;
1351 static wifi_error wifi_configure_nd_offload(wifi_interface_handle handle, u8 enable) argument
1353 SetNdoffloadCommand command(handle, enable);
/hardware/google/av/media/sfplugin/
H A DC2OMXNode.cpp129 OMX_U32 portIndex, OMX_BOOL enable,
132 (void)enable;
128 prepareForAdaptivePlayback( OMX_U32 portIndex, OMX_BOOL enable, OMX_U32 maxFrameWidth, OMX_U32 maxFrameHeight) argument
/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/videodecoder/
H A DVideoDecoderBase.h200 void ManageReference(bool enable) {mManageReference = enable;} argument
204 void enableLowDelayMode(bool enable) {mLowDelay = enable;} argument
/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;
/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");
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DAnnCursorPlane.cpp40 bool AnnCursorPlane::enable() function in class:android::intel::AnnCursorPlane
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 DAnnRGBPlane.cpp38 bool AnnRGBPlane::enable() function in class:android::intel::AnnRGBPlane
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DOverlayPlaneBase.cpp179 enable();
235 bool OverlayPlaneBase::enable() function in class:android::intel::OverlayPlaneBase
H A DSpritePlaneBase.cpp42 bool SpritePlaneBase::enable() function in class:android::intel::SpritePlaneBase
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngCursorPlane.cpp41 bool TngCursorPlane::enable() function in class:android::intel::TngCursorPlane
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DAnnCursorPlane.cpp40 bool AnnCursorPlane::enable() function in class:android::intel::AnnCursorPlane
H A DAnnOverlayPlane.cpp91 bool AnnOverlayPlane::enable() function in class:android::intel::AnnOverlayPlane
644 // enable rotation mode and setup rotation config
657 // enable overlay
716 // This request will be qualified with the separate decryption enable bit for OV
H A DAnnRGBPlane.cpp38 bool AnnRGBPlane::enable() function in class:android::intel::AnnRGBPlane
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DOverlayPlaneBase.cpp175 enable();
231 bool OverlayPlaneBase::enable() function in class:android::intel::OverlayPlaneBase
H A DSpritePlaneBase.cpp42 bool SpritePlaneBase::enable() function in class:android::intel::SpritePlaneBase
/hardware/interfaces/audio/effect/all-versions/default/include/effect/all-versions/default/
H A DAcousticEchoCancelerEffect.impl.h51 Return<Result> AcousticEchoCancelerEffect::enable() { function in class:android::hardware::audio::effect::AUDIO_HAL_VERSION::implementation::AcousticEchoCancelerEffect
52 return mEffect->enable();
H A DAutomaticGainControlEffect.impl.h64 Return<Result> AutomaticGainControlEffect::enable() { function in class:android::hardware::audio::effect::AUDIO_HAL_VERSION::implementation::AutomaticGainControlEffect
65 return mEffect->enable();
H A DBassBoostEffect.impl.h50 Return<Result> BassBoostEffect::enable() { function in class:android::hardware::audio::effect::AUDIO_HAL_VERSION::implementation::BassBoostEffect
51 return mEffect->enable();
H A DDownmixEffect.impl.h50 Return<Result> DownmixEffect::enable() { function in class:android::hardware::audio::effect::AUDIO_HAL_VERSION::implementation::DownmixEffect
51 return mEffect->enable();
H A DEffect.impl.h498 Return<Result> Effect::enable() { function in class:android::hardware::audio::Effect
H A DEnvironmentalReverbEffect.impl.h78 Return<Result> EnvironmentalReverbEffect::enable() { function in class:android::hardware::audio::effect::AUDIO_HAL_VERSION::implementation::EnvironmentalReverbEffect
79 return mEffect->enable();

Completed in 413 milliseconds

1234567891011>>