Home
last modified time | relevance | path

Searched defs:enable (Results 1 – 25 of 577) sorted by relevance

12345678910>>...24

/external/u-boot/arch/arm/mach-exynos/
Dpower.c12 unsigned int enable) in exynos4_mipi_phy_control()
33 void set_mipi_phy_ctrl(unsigned int dev_index, unsigned int enable) in set_mipi_phy_ctrl()
39 void exynos5_set_usbhost_phy_ctrl(unsigned int enable) in exynos5_set_usbhost_phy_ctrl()
55 void exynos4412_set_usbhost_phy_ctrl(unsigned int enable) in exynos4412_set_usbhost_phy_ctrl()
79 void set_usbhost_phy_ctrl(unsigned int enable) in set_usbhost_phy_ctrl()
88 static void exynos5_set_usbdrd_phy_ctrl(unsigned int enable) in exynos5_set_usbdrd_phy_ctrl()
104 static void exynos5420_set_usbdev_phy_ctrl(unsigned int enable) in exynos5420_set_usbdev_phy_ctrl()
124 void set_usbdrd_phy_ctrl(unsigned int enable) in set_usbdrd_phy_ctrl()
134 static void exynos5_dp_phy_control(unsigned int enable) in exynos5_dp_phy_control()
149 void exynos_dp_phy_ctrl(unsigned int enable) in exynos_dp_phy_ctrl()
/external/swiftshader/src/Common/
DCPUID.cpp50 void CPUID::setEnableMMX(bool enable) in setEnableMMX()
64 void CPUID::setEnableCMOV(bool enable) in setEnableCMOV()
78 void CPUID::setEnableSSE(bool enable) in setEnableSSE()
96 void CPUID::setEnableSSE2(bool enable) in setEnableSSE2()
114 void CPUID::setEnableSSE3(bool enable) in setEnableSSE3()
132 void CPUID::setEnableSSSE3(bool enable) in setEnableSSSE3()
150 void CPUID::setEnableSSE4_1(bool enable) in setEnableSSE4_1()
288 void CPUID::setFlushToZero(bool enable) in setFlushToZero()
297 void CPUID::setDenormalsAreZero(bool enable) in setDenormalsAreZero()
/external/swiftshader/src/System/
DCPUID.cpp50 void CPUID::setEnableMMX(bool enable) in setEnableMMX()
64 void CPUID::setEnableCMOV(bool enable) in setEnableCMOV()
78 void CPUID::setEnableSSE(bool enable) in setEnableSSE()
96 void CPUID::setEnableSSE2(bool enable) in setEnableSSE2()
114 void CPUID::setEnableSSE3(bool enable) in setEnableSSE3()
132 void CPUID::setEnableSSSE3(bool enable) in setEnableSSSE3()
150 void CPUID::setEnableSSE4_1(bool enable) in setEnableSSE4_1()
288 void CPUID::setFlushToZero(bool enable) in setFlushToZero()
297 void CPUID::setDenormalsAreZero(bool enable) in setDenormalsAreZero()
/external/swiftshader/src/Reactor/
DCPUID.cpp48 void CPUID::setEnableMMX(bool enable) in setEnableMMX()
62 void CPUID::setEnableCMOV(bool enable) in setEnableCMOV()
76 void CPUID::setEnableSSE(bool enable) in setEnableSSE()
94 void CPUID::setEnableSSE2(bool enable) in setEnableSSE2()
112 void CPUID::setEnableSSE3(bool enable) in setEnableSSE3()
130 void CPUID::setEnableSSSE3(bool enable) in setEnableSSSE3()
148 void CPUID::setEnableSSE4_1(bool enable) in setEnableSSE4_1()
/external/antlr/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
DANTLR3.java179 public void setDebug(boolean enable) { in setDebug()
186 public void setReport(boolean enable) { in setReport()
193 public void setPrint(boolean enable) { in setPrint()
200 public void setProfile(boolean enable) { in setProfile()
207 public void setNfa(boolean enable) { in setNfa()
214 public void setDfa(boolean enable) { in setDfa()
222 public void setMultithreaded(boolean enable) { in setMultithreaded()
230 public void setNocollapse(boolean enable) { in setNocollapse()
238 public void setNoprune(boolean enable) { in setNoprune()
246 public void setDbgST(boolean enable) { in setDbgST()
[all …]
/external/mesa3d/src/gallium/state_trackers/clover/util/
Dalgebra.hpp46 typedef void enable; typedef
54 typedef void enable; typedef
64 typedef void enable; typedef
70 typedef void enable; typedef
81 typedef void enable; typedef
/external/webrtc/talk/app/webrtc/test/
Dfakeconstraints.h97 void SetMandatoryReceiveAudio(bool enable) { in SetMandatoryReceiveAudio()
101 void SetMandatoryReceiveVideo(bool enable) { in SetMandatoryReceiveVideo()
105 void SetMandatoryUseRtpMux(bool enable) { in SetMandatoryUseRtpMux()
109 void SetMandatoryIceRestart(bool enable) { in SetMandatoryIceRestart()
118 void SetOptionalVAD(bool enable) { in SetOptionalVAD()
Dfakeaudiocapturemodule.h193 virtual int32_t EnableBuiltInAEC(bool enable) { return -1; } in EnableBuiltInAEC()
195 virtual int32_t EnableBuiltInAGC(bool enable) { return -1; } in EnableBuiltInAGC()
197 virtual int32_t EnableBuiltInNS(bool enable) { return -1; } in EnableBuiltInNS()
/external/webrtc/webrtc/modules/audio_device/
Daudio_device_generic.cc27 int32_t AudioDeviceGeneric::SetLoudspeakerStatus(bool enable) { in SetLoudspeakerStatus()
55 int32_t AudioDeviceGeneric::EnableBuiltInAEC(bool enable) { in EnableBuiltInAEC()
70 int32_t AudioDeviceGeneric::EnableBuiltInAGC(bool enable) { in EnableBuiltInAGC()
80 int32_t AudioDeviceGeneric::EnableBuiltInNS(bool enable) { in EnableBuiltInNS()
/external/webrtc/webrtc/modules/audio_device/test/
Dfunc_test_manager.h114 void SetSpeakerVolume(bool enable) in SetSpeakerVolume()
119 void SetSpeakerMute(bool enable) in SetSpeakerMute()
124 void SetMicrophoneMute(bool enable) in SetMicrophoneMute()
129 void SetMicrophoneVolume(bool enable) in SetMicrophoneVolume()
134 void SetMicrophoneBoost(bool enable) in SetMicrophoneBoost()
139 void SetLoopbackMeasurements(bool enable) in SetLoopbackMeasurements()
144 void SetMicrophoneAGC(bool enable) in SetMicrophoneAGC()
/external/webrtc/webrtc/modules/audio_device/android/
Daudio_record_jni.cc60 bool AudioRecordJni::JavaAudioRecord::EnableBuiltInAEC(bool enable) { in EnableBuiltInAEC()
65 bool AudioRecordJni::JavaAudioRecord::EnableBuiltInAGC(bool enable) { in EnableBuiltInAGC()
70 bool AudioRecordJni::JavaAudioRecord::EnableBuiltInNS(bool enable) { in EnableBuiltInNS()
197 int32_t AudioRecordJni::EnableBuiltInAEC(bool enable) { in EnableBuiltInAEC()
203 int32_t AudioRecordJni::EnableBuiltInAGC(bool enable) { in EnableBuiltInAGC()
209 int32_t AudioRecordJni::EnableBuiltInNS(bool enable) { in EnableBuiltInNS()
Daudio_device_template.h205 int32_t SetAGC(bool enable) override { in SetAGC()
305 int32_t SetSpeakerMute(bool enable) override { in SetSpeakerMute()
320 int32_t SetMicrophoneMute(bool enable) override { in SetMicrophoneMute()
335 int32_t SetMicrophoneBoost(bool enable) override { in SetMicrophoneBoost()
351 int32_t SetStereoPlayout(bool enable) override { in SetStereoPlayout()
367 int32_t SetStereoRecording(bool enable) override { in SetStereoRecording()
442 int32_t SetLoudspeakerStatus(bool enable) override { in SetLoudspeakerStatus()
447 int32_t GetLoudspeakerStatus(bool& enable) const override { in GetLoudspeakerStatus()
458 int32_t EnableBuiltInAEC(bool enable) override { in EnableBuiltInAEC()
469 int32_t EnableBuiltInAGC(bool enable) override { in EnableBuiltInAGC()
[all …]
/external/u-boot/drivers/video/
Dmxcfb.h24 int enable; member
29 int enable; member
36 int enable; member
46 int enable; member
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DInternalHandlerSettings.java29 public static void enable(boolean enable) { in enable() argument
DHandlerSettings.java32 public static void enable(boolean enable) { in enable() method in HandlerSettings
DNettyHandlerSettings.java51 public static void enable(boolean enable) { in enable() argument
/external/webrtc/webrtc/voice_engine/
Dvoe_audio_processing_impl.cc72 int VoEAudioProcessingImpl::SetNsStatus(bool enable, NsModes mode) { in SetNsStatus()
159 int VoEAudioProcessingImpl::SetAgcStatus(bool enable, AgcModes mode) { in SetAgcStatus()
318 bool enable, in SetRxNsStatus()
366 bool enable, in SetRxAgcStatus()
470 int VoEAudioProcessingImpl::EnableDriftCompensation(bool enable) { in EnableDriftCompensation()
496 int VoEAudioProcessingImpl::SetEcStatus(bool enable, EcModes mode) { in SetEcStatus()
711 int VoEAudioProcessingImpl::EnableHighPassFilter(bool enable) { in EnableHighPassFilter()
785 int VoEAudioProcessingImpl::SetEcMetricsStatus(bool enable) { in SetEcMetricsStatus()
952 int VoEAudioProcessingImpl::SetTypingDetectionStatus(bool enable) { in SetTypingDetectionStatus()
1037 void VoEAudioProcessingImpl::EnableStereoChannelSwapping(bool enable) { in EnableStereoChannelSwapping()
Dchannel_proxy.cc30 void ChannelProxy::SetRTCPStatus(bool enable) { in SetRTCPStatus()
48 void ChannelProxy::SetSendAbsoluteSenderTimeStatus(bool enable, int id) { in SetSendAbsoluteSenderTimeStatus()
54 void ChannelProxy::SetSendAudioLevelIndicationStatus(bool enable, int id) { in SetSendAudioLevelIndicationStatus()
65 void ChannelProxy::SetReceiveAbsoluteSenderTimeStatus(bool enable, int id) { in SetReceiveAbsoluteSenderTimeStatus()
71 void ChannelProxy::SetReceiveAudioLevelIndicationStatus(bool enable, int id) { in SetReceiveAudioLevelIndicationStatus()
Dvoe_rtp_rtcp_impl.cc96 bool enable, in SetSendAudioLevelIndicationStatus()
129 bool enable, in SetReceiveAudioLevelIndicationStatus()
161 bool enable, in SetSendAbsoluteSenderTimeStatus()
192 bool enable, in SetReceiveAbsoluteSenderTimeStatus()
223 int VoERTP_RTCPImpl::SetRTCPStatus(int channel, bool enable) { in SetRTCPStatus()
364 bool enable, in SetREDStatus()
412 int VoERTP_RTCPImpl::SetNACKStatus(int channel, bool enable, int maxNoPackets) { in SetNACKStatus()
/external/parameter-framework/upstream/test/functional-tests/include/
DParameterFramework.hpp113 void setRawValueSpace(bool enable) { setValueSpace(enable); } in setRawValueSpace()
117 void setHexOutputFormat(bool enable) { setOutputRawFormat(enable); } in setHexOutputFormat()
120 void setTuningMode(bool enable) { mayFailCall(&PF::setTuningMode, enable); } in setTuningMode()
123 void setAutoSync(bool enable) { mayFailCall(&PF::setAutoSync, enable); } in setAutoSync()
/external/webrtc/webrtc/modules/video_processing/
Dframe_preprocessor.cc43 void VPMFramePreprocessor::EnableTemporalDecimation(bool enable) { in EnableTemporalDecimation()
47 void VPMFramePreprocessor::EnableContentAnalysis(bool enable) { in EnableContentAnalysis()
97 void VPMFramePreprocessor::EnableDenosing(bool enable) { in EnableDenosing()
/external/u-boot/board/micronas/vct/
Ddcgu.c16 u32 enable; in dcgu_set_clk_switch() local
132 u32 enable; in dcgu_set_reset_switch() local
/external/u-boot/drivers/power/regulator/
Dlp873x_regulator.c23 static int lp873x_buck_enable(struct udevice *dev, int op, bool *enable) in lp873x_buck_enable()
125 static int lp873x_ldo_enable(struct udevice *dev, int op, bool *enable) in lp873x_ldo_enable()
258 bool enable = false; in ldo_get_enable() local
268 static int ldo_set_enable(struct udevice *dev, bool enable) in ldo_set_enable()
312 bool enable = false; in buck_get_enable() local
323 static int buck_set_enable(struct udevice *dev, bool enable) in buck_set_enable()
/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioEffects.java221 public boolean setAEC(boolean enable) { in setAEC()
240 public boolean setAGC(boolean enable) { in setAGC()
259 public boolean setNS(boolean enable) { in setNS()
274 public void enable(int audioSession) { in enable() method in WebRtcAudioEffects
/external/webrtc/webrtc/modules/audio_device/include/
Dfake_audio_device.h31 virtual int32_t SetStereoPlayout(bool enable) { return 0; } in SetStereoPlayout()
36 virtual int32_t SetStereoRecording(bool enable) { return 0; } in SetStereoRecording()
37 virtual int32_t SetAGC(bool enable) { return 0; } in SetAGC()
94 virtual int32_t SetSpeakerMute(bool enable) { return 0; } in SetSpeakerMute()
97 virtual int32_t SetMicrophoneMute(bool enable) { return 0; } in SetMicrophoneMute()
100 virtual int32_t SetMicrophoneBoost(bool enable) { return 0; } in SetMicrophoneBoost()
145 virtual int32_t SetLoudspeakerStatus(bool enable) { return 0; } in SetLoudspeakerStatus()
148 virtual int32_t EnableBuiltInAEC(bool enable) { return -1; } in EnableBuiltInAEC()
151 virtual int32_t EnableBuiltInAGC(bool enable) { return -1; } in EnableBuiltInAGC()
153 virtual int32_t EnableBuiltInNS(bool enable) { return -1; } in EnableBuiltInNS()

12345678910>>...24