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

1 2 3 4 5 6 78 91011>>

  /external/webrtc/talk/session/media/
channel_unittest.cc 222 channel1_->Enable(true);
236 channel2_->Enable(true);
245 channel1_->Enable(true);
256 channel2_->Enable(true);
764 EXPECT_TRUE(channel1_->Enable(true));
777 EXPECT_TRUE(channel2_->Enable(true));
783 // Let channel 2 update the content by sending |stream2| and enable SRTP.
    [all...]
  /external/webrtc/webrtc/video/
video_send_stream_tests.cc 397 transport_adapter_->Enable();
497 transport_adapter_->Enable();
682 transport_adapter_->Enable();
843 transport_adapter_->Enable();
    [all...]
video_receive_stream.cc 306 transport_adapter_.Enable();
  /external/autotest/client/cros/cellular/
cell_tools.py 338 Enable or Disable autoconnect for the cellular service.
358 device.Enable()
  /external/autotest/client/site_tests/network_MobileSuspendResume/
network_MobileSuspendResume.py 98 def enable_device(self, device, enable):
99 lambda_func = lambda: device.Enable() if enable else device.Disable()
102 # Sometimes if we disable the modem then immediately enable the modem
103 # we hit a condition where the modem seems to ignore the enable command
106 return self.get_powered(device) == enable
  /external/fio/tools/
genfio 43 -c : Enable cached-based IOs
  /external/icu/icu4c/source/
runConfigureICU 21 echo "${uletter}sage: $me [ -h, --help ] [ --enable-debug | --disable-release ] platform [ configurearg ... ]"
27 --enable-debug Enable support for debugging
33 CXXFLAGS=xyz path/to/runConfigureICU --enable-debug ...
80 --enable-debug)
82 OPTS="$OPTS --enable-debug"
  /external/mesa3d/src/mesa/main/
enable.c 2 * \file enable.c
3 * Enable/disable/query GL capabilities.
33 #include "enable.h"
52 * Helper to enable/disable client-side state.
158 if (ctx->Driver.Enable) {
159 ctx->Driver.Enable( ctx, cap, state );
166 state ? "Enable" : "Disable", _mesa_lookup_enum_by_nr(cap));
171 * Enable GL capability.
172 * \param cap state to enable/disable.
188 * \param cap state to enable/disable
    [all...]
  /external/v8/src/
compilation-cache.cc 394 void CompilationCache::Enable() {
  /external/webrtc/webrtc/modules/audio_processing/
echo_cancellation_impl.cc 218 int EchoCancellationImpl::Enable(bool enable) {
225 if (enable && apm_->echo_control_mobile()->is_enabled()) {
229 return EnableComponent(enable);
254 int EchoCancellationImpl::enable_drift_compensation(bool enable) {
257 drift_compensation_enabled_ = enable;
278 int EchoCancellationImpl::enable_metrics(bool enable) {
281 metrics_enabled_ = enable;
341 int EchoCancellationImpl::enable_delay_logging(bool enable) {
344 delay_logging_enabled_ = enable;
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
media_optimization.cc 391 void MediaOptimization::EnableQM(bool enable) {
393 enable_qm_ = enable;
396 void MediaOptimization::EnableFrameDropper(bool enable) {
398 frame_dropper_->Enable(enable);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
strmini.h 57 BOOLEAN Enable;
  /system/connectivity/shill/test-scripts/
flimflam.py 467 def _EnableDevice(device, enable):
469 if enable:
470 device.Enable()
  /system/connectivity/shill/wimax/
wimax_unittest.cc 101 EXPECT_CALL(*proxy_, Enable(_, _, _));
  /external/libnfc-nxp/src/
phFriNfc_NdefMap.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_vtbl.c 830 ctx->Driver.Enable(ctx, GL_DEPTH_TEST, ctx->Depth.Test);
831 ctx->Driver.Enable(ctx, GL_STENCIL_TEST,
i915_vtbl.c 690 i915_update_color_write_enable(struct i915_context *i915, bool enable)
693 if (enable)
800 ctx->Driver.Enable(ctx, GL_DEPTH_TEST, ctx->Depth.Test);
801 ctx->Driver.Enable(ctx, GL_STENCIL_TEST, ctx->Stencil.Enabled);
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 154 GET_PROC(Enable);
600 GET_PROC(Enable);
    [all...]
  /external/v8/test/mjsunit/es6/
iteration-semantics.js 308 // TODO(neis,cbruni): Enable once the corresponding traps work again.
  /external/valgrind/none/tests/
cmdline1.stdout.exp 95 lax-ioctls lax-doors fuse-compatible enable-outer
122 --unw-stack-scan-thresh=<number> Enable stack-scan unwind if fewer
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9anim.h 140 WINBOOL Enable;
155 WINBOOL Enable;
341 STDMETHOD(SetTrackEnable)(THIS_ UINT track, WINBOOL enable) PURE;
  /system/tpm/trunks/
resource_manager.cc 45 void Enable(bool* target) {
404 scoped_bool.Enable(&fixing_warnings_);
  /external/webrtc/talk/app/webrtc/
webrtcsession.cc 94 const char kEnableBundleFailed[] = "Failed to enable BUNDLE.";
627 // Enable DTLS by default if we have an identity store or a certificate.
636 // Enable creation of RTP data channels if the kEnableRtpDataChannels is set.
    [all...]
  /device/google/contexthub/util/nanotool/
contexthub.cpp 192 ConfigureSensorRequest::CommandType::Enable);
210 LOGE("Could not enable sensor %d", spec.sensor_type);
228 // Note that nanohub treats us as a single client, so if we call enable
  /external/autotest/client/cros/networking/
shill_xmlrpc_server.py 346 def set_sched_scan(self, enable):
349 @param enable bool flag indicating to enable/disable scheduled scan.
353 self._wifi_proxy.manager.set_sched_scan(enable)
461 """Enable or disable the WiFi device.
476 dbus_object.Enable()

Completed in 992 milliseconds

1 2 3 4 5 6 78 91011>>