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

1 2 3 4 5 67 8 91011>>

  /external/webrtc/webrtc/modules/audio_coding/acm2/
codec_manager.cc 136 bool CodecManager::SetCopyRed(bool enable) {
137 if (enable && codec_stack_params_.use_codec_fec) {
142 if (enable && send_codec_inst_ &&
146 "Cannot enable RED at %i Hz.", send_codec_inst_->plfreq);
149 codec_stack_params_.use_red = enable;
153 bool CodecManager::SetVAD(bool enable, ACMVADMode mode) {
164 if (enable && stereo_send) {
174 enable = false;
177 codec_stack_params_.use_cng = enable;
  /external/webrtc/webrtc/modules/audio_coding/codecs/
audio_encoder.h 110 // true when asked to disable FEC and false when asked to enable it (meaning
112 virtual bool SetFec(bool enable);
116 // disable DTX and false when asked to enable it (meaning that DTX isn't
118 virtual bool SetDtx(bool enable);
  /external/webrtc/webrtc/modules/audio_coding/codecs/mock/
mock_audio_encoder.h 39 MOCK_METHOD1(SetFec, bool(bool enable));
40 MOCK_METHOD1(SetDtx, bool(bool enable));
  /external/webrtc/webrtc/modules/audio_coding/codecs/red/
audio_encoder_copy_red.h 51 bool SetFec(bool enable) override;
52 bool SetDtx(bool enable) override;
  /external/webrtc/webrtc/voice_engine/include/
voe_codec.h 100 virtual int SetFECStatus(int channel, bool enable) { return -1; }
110 // specified |channel|. Disabling VAD (through |enable|) will also disable
113 bool enable,
  /frameworks/av/media/libeffects/testlibs/
AudioPeakingFilter.h 110 void enable(bool immediate = false) { mBiquad.enable(immediate); } function in class:android::AudioPeakingFilter
AudioShelvingFilter.h 104 void enable(bool immediate = false) { mBiquad.enable(immediate); } function in class:android::AudioShelvingFilter
  /frameworks/base/core/java/android/bluetooth/le/
AdvertisingSetCallback.java 85 public void onAdvertisingEnabled(AdvertisingSet advertisingSet, boolean enable, int status) {}
144 public void onPeriodicAdvertisingEnabled(AdvertisingSet advertisingSet, boolean enable,
  /frameworks/base/core/java/android/view/
OrientationListener.java 82 public void enable() { method in class:OrientationListener
83 mOrientationEventLis.enable();
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothRebootStressTest.java 55 mTestUtils.enable(adapter);
80 mTestUtils.enable(adapter);
  /hardware/libhardware/modules/sensors/dynamic_sensor/
DummyDynamicAccelDaemon.h 48 virtual int enable(bool enable);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
dynamic_message.h 97 void SetDelegateToGeneratedFactory(bool enable) {
98 delegate_to_generated_factory_ = enable;
  /system/chre/pal/include/chre/pal/
gnss.h 180 * @param enable true to start/modify the session, false to stop the
193 bool enable, uint32_t minIntervalMs, uint32_t minTimeToNextFixMs);
206 * @param enable true to start/modify the session, false to stop the
218 bool enable, uint32_t minIntervalMs);
  /system/core/libpixelflinger/
pixelflinger.cpp 60 static void ggl_enable_blending(context_t* c, int enable);
61 static void ggl_enable_scissor_test(context_t* c, int enable);
62 static void ggl_enable_alpha_test(context_t* c, int enable);
63 static void ggl_enable_logic_op(context_t* c, int enable);
64 static void ggl_enable_dither(context_t* c, int enable);
65 static void ggl_enable_stencil_test(context_t* c, int enable);
66 static void ggl_enable_depth_test(context_t* c, int enable);
67 static void ggl_enable_aa(context_t* c, int enable);
68 static void ggl_enable_point_aa_nice(context_t* c, int enable);
69 static void ggl_enable_texture2d(context_t* c, int enable);
    [all...]
  /bionic/tests/libs/
Android.build.dt_runpath.mk 47 libtest_dt_runpath_b_ldflags := -Wl,--rpath,\$${ORIGIN}/../dt_runpath_a -Wl,--enable-new-dtags
59 libtest_dt_runpath_c_ldflags := -Wl,--rpath,\$${ORIGIN}/invalid_dt_runpath -Wl,--enable-new-dtags
69 libtest_dt_runpath_d_ldflags := -Wl,--rpath,\$${ORIGIN}/dt_runpath_b_c_x -Wl,--enable-new-dtags
81 libtest_dt_runpath_d_zip_ldflags := -Wl,--rpath,\$${ORIGIN}/dt_runpath_b_c_x -Wl,--enable-new-dtags
  /external/libmojo/jni/java/lang/
Runtime.class 
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/event/
event-enable.tc 2 # description: event tracing - enable/disable with event level files
38 echo 1 > events/sched/sched_switch/enable
49 echo 0 > events/sched/sched_switch/enable
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/trigger/
trigger-snapshot.tc 37 echo 1 > events/sched/sched_process_fork/enable
46 echo 0 > events/sched/sched_process_fork/enable
  /external/tpm2/
HierarchyControl_fp.h 14 TPMI_RH_ENABLES enable; member in struct:__anon33727
  /external/webrtc/webrtc/modules/audio_processing/agc/
mock_agc.h 30 MOCK_METHOD1(EnableStandaloneVad, void(bool enable));
  /external/webrtc/webrtc/modules/audio_processing/
echo_cancellation_impl.h 53 int Enable(bool enable) override;
54 int enable_drift_compensation(bool enable) override;
57 int enable_metrics(bool enable) override;
61 int enable_delay_logging(bool enable) override;
level_estimator_impl.h 34 int Enable(bool enable) override;
processing_component.cc 38 int ProcessingComponent::EnableComponent(bool enable) {
39 if (enable && !enabled_) {
40 enabled_ = enable; // Must be set before Initialize() is called.
48 enabled_ = enable;
  /external/webrtc/webrtc/modules/pacing/
bitrate_prober.h 27 void SetEnabled(bool enable);
  /external/webrtc/webrtc/modules/video_processing/
video_decimator.h 26 void EnableTemporalDecimation(bool enable);

Completed in 1924 milliseconds

1 2 3 4 5 67 8 91011>>