HomeSort by relevance Sort by last modified time
    Searched refs:enable (Results 51 - 75 of 3664) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/vulkan-validation-layers/demos/
cube.vert 22 #extension GL_ARB_separate_shader_objects : enable
23 #extension GL_ARB_shading_language_420pack : enable
  /external/webrtc/talk/app/webrtc/
mediastreamprovider.h 60 // Enable/disable the audio playout of a remote audio track with |ssrc|.
61 virtual void SetAudioPlayout(uint32_t ssrc, bool enable) = 0;
62 // Enable/disable sending audio on the local audio track with |ssrc|.
63 // When |enable| is true |options| should be applied to the audio track.
65 bool enable,
90 // Enable/disable the video playout of a remote video track with |ssrc|.
92 bool enable,
94 // Enable sending video on the local video track with |ssrc|.
96 bool enable,
  /external/webrtc/talk/session/media/
mediasink.h 40 virtual bool Enable(bool enable) = 0;
  /external/webrtc/webrtc/modules/audio_coding/codecs/
audio_encoder.cc 40 bool AudioEncoder::SetFec(bool enable) {
41 return !enable;
44 bool AudioEncoder::SetDtx(bool enable) {
45 return !enable;
  /frameworks/base/core/java/android/webkit/
IWebViewUpdateService.aidl 78 * Enable or disable the WebView package fallback mechanism.
80 void enableFallbackLogic(boolean enable);
88 * Used by Settings to enable/disable multiprocess.
90 void enableMultiProcess(boolean enable);
  /hardware/qcom/display/msm8996/sdm/include/private/
partial_update_interface.h 39 virtual void ControlPartialUpdate(bool enable) = 0;
  /libcore/ojluni/src/main/java/java/lang/
Compiler.java 85 public static void enable() { method in class:Compiler
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
AccessibleDragListenerAdapter.java 28 * Utility listener to enable/disable accessibility drag flags for a ViewGroup
57 protected void enableAccessibleDrag(boolean enable) {
59 setEnableForLayout((CellLayout) mViewGroup.getChildAt(i), enable);
63 protected final void setEnableForLayout(CellLayout layout, boolean enable) {
64 layout.enableAccessibleDrag(enable, mDragType);
  /system/chre/platform/include/chre/platform/
platform_wifi.h 50 * @param enable true to enable listening for scan results.
53 bool configureScanMonitor(bool enable);
  /tools/tradefederation/core/src/com/android/tradefed/device/
IManagedTestDeviceFactory.java 35 * Enable or not fastboot support for the device created.
36 * @param enable value set the support.
38 public void setFastbootEnabled(boolean enable);
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/kprobe/
add_and_remove.tc 6 echo 0 > events/enable
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/trigger/
trigger-eventonoff.tc 2 # description: event trigger - test event enable/disable trigger
31 echo "event enable/disable trigger is not supported"
36 echo 0 > events/sched/sched_switch/enable
39 if [ `cat events/sched/sched_switch/enable` != '1*' ]; then
46 echo 1 > events/sched/sched_switch/enable
49 if [ `cat events/sched/sched_switch/enable` != '0*' ]; then
55 echo "Test semantic error for event enable/disable trigger"
  /external/webrtc/talk/media/base/
videoframefactory.h 65 void SetApplyRotation(bool enable) { apply_rotation_ = enable; }
videoadapter.h 65 void set_scale_third(bool enable);
118 // Enable or disable video adaptation due to the change of the CPU load.
119 void set_cpu_adaptation(bool enable) { cpu_adaptation_ = enable; }
121 // Enable or disable smoothing when doing CPU adaptation. When smoothing is
124 void set_cpu_smoothing(bool enable);
126 // Enable or disable video adaptation due to the change of the GD
127 void set_gd_adaptation(bool enable) { gd_adaptation_ = enable; }
129 // Enable or disable video adaptation due to the change of the Vie
    [all...]
  /hardware/libhardware/modules/sensors/dynamic_sensor/
BaseSensorObject.h 46 // enable sensor
47 virtual int enable(bool enable) = 0;
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
SecurityChecker.java 39 public SecurityChecker(Permission target, boolean enable) {
42 enableAccess = enable;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
now-1.d 3 #ld: -shared -z now --enable-new-dtags
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsUt.aidl 88 int updateCallWaiting(boolean enable, int serviceClass);
98 int updateCLIP(boolean enable);
108 int updateCOLP(boolean enable);
  /external/webrtc/webrtc/voice_engine/
voe_audio_processing_impl.h 22 int SetNsStatus(bool enable, NsModes mode = kNsUnchanged) override;
26 int SetAgcStatus(bool enable, AgcModes mode = kAgcUnchanged) override;
35 bool enable,
41 bool enable,
50 int SetEcStatus(bool enable, EcModes mode = kEcUnchanged) override;
52 int EnableDriftCompensation(bool enable) override;
63 int EnableHighPassFilter(bool enable) override;
72 int SetEcMetricsStatus(bool enable) override;
87 int SetTypingDetectionStatus(bool enable) override;
100 void EnableStereoChannelSwapping(bool enable) override
    [all...]
  /external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
WebRtcAudioEffects.java 29 // NoiseSuppressor (NS). Calling enable() will active all effects that are
52 // Contains the audio effect objects. Created in enable() and destroyed
61 // To enable an effect, both the shouldEnableXXX member and the static
161 // It will not be possible to enable the HW AEC if this method returns false.
176 // It will not be possible to enable the HW AGC if this method returns false.
191 // It will not be possible to enable the HW NS if this method returns false.
217 // Call this method to enable or disable the platform AEC. It modifies
218 // |shouldEnableAec| which is used in enable() where the actual state
221 public boolean setAEC(boolean enable) {
222 Logging.d(TAG, "setAEC(" + enable + ")")
274 public void enable(int audioSession) { method in class:WebRtcAudioEffects
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-antlr.jar 
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_debugger.cpp 41 void HWCDebugHandler::DebugAll(bool enable, int verbose_level) {
42 if (enable) {
51 void HWCDebugHandler::DebugResources(bool enable, int verbose_level) {
52 if (enable) {
61 void HWCDebugHandler::DebugStrategy(bool enable, int verbose_level) {
62 if (enable) {
71 void HWCDebugHandler::DebugCompManager(bool enable, int verbose_level) {
72 if (enable) {
81 void HWCDebugHandler::DebugDriverConfig(bool enable, int verbose_level) {
82 if (enable) {
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc/
hwc_debugger.cpp 41 void HWCDebugHandler::DebugAll(bool enable, int verbose_level) {
42 if (enable) {
51 void HWCDebugHandler::DebugResources(bool enable, int verbose_level) {
52 if (enable) {
61 void HWCDebugHandler::DebugStrategy(bool enable, int verbose_level) {
62 if (enable) {
71 void HWCDebugHandler::DebugCompManager(bool enable, int verbose_level) {
72 if (enable) {
81 void HWCDebugHandler::DebugDriverConfig(bool enable, int verbose_level) {
82 if (enable) {
    [all...]
  /external/webrtc/webrtc/voice_engine/include/
voe_rtp_rtcp.h 124 bool enable,
130 bool enable,
138 bool enable,
143 bool enable,
147 virtual int SetRTCPStatus(int channel, bool enable) = 0;
193 virtual int SetREDStatus(int channel, bool enable, int redPayloadtype = -1) {
208 virtual int SetNACKStatus(int channel, bool enable, int maxNoPackets) = 0;
  /device/google/marlin/
system.prop 29 #ro.hdmi.enable=true
30 #persist.speaker.prot.enable=false
41 media.stagefright.enable-player=true
42 media.stagefright.enable-http=true
43 media.stagefright.enable-aac=true
44 media.stagefright.enable-qcp=true
45 media.stagefright.enable-fma2dp=true
46 media.stagefright.enable-scan=true
47 mmp.enable.3g2=true
49 mm.enable.sec.smoothstreaming=tru
    [all...]

Completed in 1702 milliseconds

1 23 4 5 6 7 8 91011>>