HomeSort by relevance Sort by last modified time
    Searched refs:enable (Results 226 - 250 of 2660) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
utility.h 91 void SetArithMean(bool enable);
92 void SetVariance(bool enable);
  /external/chromium_org/third_party/webrtc/modules/audio_device/
audio_device_impl.h 108 virtual int32_t SetAGC(bool enable) OVERRIDE;
145 virtual int32_t SetSpeakerMute(bool enable) OVERRIDE;
150 virtual int32_t SetMicrophoneMute(bool enable) OVERRIDE;
155 virtual int32_t SetMicrophoneBoost(bool enable) OVERRIDE;
160 virtual int32_t SetStereoPlayout(bool enable) OVERRIDE;
163 virtual int32_t SetStereoRecording(bool enable) OVERRIDE;
199 virtual int32_t SetLoudspeakerStatus(bool enable) OVERRIDE;
202 virtual int32_t EnableBuiltInAEC(bool enable) OVERRIDE;
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core.h 100 void WebRtcAec_enable_reported_delay(AecCore* self, int enable);
109 void WebRtcAec_enable_delay_correction(AecCore* self, int enable);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/
gain_control_impl.h 44 virtual int Enable(bool enable) OVERRIDE;
52 virtual int enable_limiter(bool enable) OVERRIDE;
level_estimator_impl.cc 40 int LevelEstimatorImpl::Enable(bool enable) {
42 return EnableComponent(enable);
  /external/chromium_org/third_party/webrtc/modules/video_capture/include/
video_capture.h 143 virtual void EnableFrameRateCallback(const bool enable) = 0;
144 virtual void EnableNoPictureAlarm(const bool enable) = 0;
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/interface/
video_processing.h 202 Enable/disable temporal decimation
204 \param[in] enable when true, temporal decimation is enabled
206 virtual void EnableTemporalDecimation(bool enable) = 0;
271 Enable content analysis
273 virtual void EnableContentAnalysis(bool enable) = 0;
  /external/chromium_org/third_party/webrtc/video_engine/
vie_image_process_impl.cc 163 const bool enable) {
165 << " enable: " << (enable ? "on" : "off");
174 if (vie_capture->EnableDeflickering(enable) != 0) {
175 if (enable) {
186 const bool enable) {
188 << " enable: " << (enable ? "on" : "off");
196 if (vie_channel->EnableColorEnhancement(enable) != 0) {
197 if (enable) {
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_codec.h 109 virtual int SetFECStatus(int channel, bool enable) { return -1; }
119 // specified |channel|. Disabling VAD (through |enable|) will also disable
121 virtual int SetVADStatus(int channel, bool enable,
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_codec_impl.h 43 virtual int SetFECStatus(int channel, bool enable);
48 bool enable,
  /external/chromium_org/v8/test/mjsunit/regress/
regress-3255.js 5 // Flags: --allow-natives-syntax --enable-slow-asserts
regress-369450.js 5 // Flags: --allow-natives-syntax --enable-slow-asserts
regress-observe-map-cache.js 5 // Flags: --allow-natives-syntax --enable-slow-asserts
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_query.c 97 uint32_t enable; member in struct:nv30_query
119 q->enable = 0x0000;
123 q->enable = NV30_3D_QUERY_ENABLE;
130 q->enable = 0x1804;
170 if (q->enable) {
171 BEGIN_NV04(push, SUBC_3D(q->enable), 1);
190 if (q->enable) {
191 BEGIN_NV04(push, SUBC_3D(q->enable), 1);
  /external/skia/src/animator/
SkAnimateActive.h 28 bool enable() { return immediate(true); } function in class:SkActive
41 bool immediate(bool enable);
  /external/strace/
make-dist 21 ./configure --enable-maintainer-mode
  /frameworks/base/core/java/android/bluetooth/
IBluetoothManager.aidl 37 boolean enable();
  /frameworks/base/libs/common_time/
Android.mk 20 # Uncomment to enable vesbose logging and debug service.
  /frameworks/base/location/java/com/android/internal/location/
ILocationProvider.aidl 34 void enable();
  /frameworks/base/wifi/java/android/net/wifi/
IWifiManager.aidl 76 boolean setWifiEnabled(boolean enable);
108 void setWifiApEnabled(in WifiConfiguration wifiConfig, boolean enable);
128 void enableTdls(String remoteIPAddress, boolean enable);
130 void enableTdlsWithMacAddress(String remoteMacAddress, boolean enable);
  /hardware/intel/common/libstagefrighthw/
Android.mk 12 #enable log
  /packages/apps/Camera/src/com/android/camera/
ShutterButton.java 67 public void enableTouch(boolean enable) {
68 mTouchEnabled = enable;
  /packages/apps/Email/provider_src/com/android/email/
DebugUtils.java 23 // Enable logging in the EAS service, so it starts up as early as possible.
44 public static void enableStrictMode(final boolean enable) {
45 Utility.enableStrictMode(enable);
  /packages/apps/Terminal/
Android.mk 12 # TODO: enable proguard once development has settled down
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
ext-device-manager.h 92 /** Enable the role-based device-priority routing mode. \since 0.9.21 */
95 int enable,
110 int enable,

Completed in 416 milliseconds

1 2 3 4 5 6 7 8 91011>>