HomeSort by relevance Sort by last modified time
    Searched refs:enable (Results 176 - 200 of 2611) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest.h 74 void EnableDisableTest(GLenum cap, bool enable, bool expect_set);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
WorkerRuntimeAgent.h 50 virtual void enable(ErrorString*) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNodeInput.h 59 // enable() will put the output back into the active connections list.
61 void enable(AudioNodeOutput*);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
videotrack.h 50 virtual bool set_enabled(bool enable);
videotrackrenderers.h 55 void SetEnabled(bool enable);
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayMovie.h 35 virtual bool enable(SkAnimateMaker& );
SkDisplayPost.h 36 virtual bool enable(SkAnimateMaker& );
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
audio_record_jni.h 66 int32_t SetAGC(bool enable);
86 int32_t SetMicrophoneMute(bool enable);
91 int32_t SetMicrophoneBoost(bool enable);
96 int32_t SetStereoRecording(bool enable);
audio_track_jni.h 78 int32_t SetSpeakerMute(bool enable);
84 int32_t SetStereoPlayout(bool enable);
106 int32_t SetLoudspeakerStatus(bool enable);
107 int32_t GetLoudspeakerStatus(bool& enable) const; // NOLINT
opensles_input.h 76 int32_t SetAGC(bool enable);
97 int32_t SetMicrophoneMute(bool enable) { return -1; }
102 int32_t SetMicrophoneBoost(bool enable);
107 int32_t SetStereoRecording(bool enable) { return -1; }
opensles_output.h 90 int32_t SetSpeakerMute(bool enable) { return -1; }
96 int32_t SetStereoPlayout(bool enable);
117 int32_t SetLoudspeakerStatus(bool enable);
118 int32_t GetLoudspeakerStatus(bool& enable) const; // NOLINT
  /external/chromium_org/third_party/webrtc/modules/audio_processing/
high_pass_filter_impl.h 35 virtual int Enable(bool enable) OVERRIDE;
level_estimator_impl.h 37 virtual int Enable(bool enable) OVERRIDE;
noise_suppression_impl.h 37 virtual int Enable(bool enable) OVERRIDE;
  /external/chromium_org/third_party/webrtc/modules/video_coding/utility/include/
frame_dropper.h 35 virtual void Enable(bool enable);
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_volume_control_impl.h 31 virtual int SetInputMute(int channel, bool enable);
  /external/chromium_org/ui/wm/public/
tooltip_client.h 28 // must use ScopedTooltipDisabler to enable/disabled tooltips.
29 virtual void SetTooltipsEnabled(bool enable) = 0;
  /external/qemu/distrib/jpeg-6b/
Android.mk 30 # enable tile based decode
33 # enable armv6 idct assembly
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_keyboard.h 71 * Enable/Disable UNICODE translation of keyboard input.
75 * @param[in] enable
76 * If 'enable' is 1, translation is enabled.
77 * If 'enable' is 0, translation is disabled.
78 * If 'enable' is -1, the translation state is not changed.
82 extern DECLSPEC int SDLCALL SDL_EnableUNICODE(int enable);
87 * Enable/Disable keyboard repeat. Keyboard repeat defaults to off.
  /external/skia/src/animator/
SkDisplayMovie.h 35 virtual bool enable(SkAnimateMaker& );
SkDisplayPost.h 36 virtual bool enable(SkAnimateMaker& );
  /external/webrtc/src/modules/audio_processing/
voice_detection_impl.h 38 virtual int Enable(bool enable);
  /frameworks/av/include/media/
IEffect.h 32 virtual status_t enable() = 0;
  /frameworks/base/core/java/android/webkit/
WebViewFactoryProvider.java 56 void setWebContentsDebuggingEnabled(boolean enable);
  /frameworks/base/libs/hwui/
Stencil.h 98 void enable();

Completed in 981 milliseconds

1 2 3 4 5 6 78 91011>>