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

1 2 3 4 5 6 7 891011>>

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 530 ctx->Driver.Enable = nouveau_enable;
  /external/vixl/test/examples/
test-examples.cc 185 inst->Enable(); \
  /external/webrtc/talk/session/media/
channel.h 72 // enable, marshaling calls to a worker thread, and
138 bool Enable(bool enable);
287 bool SetRtcpMux_w(bool enable,
354 bool enable,
363 void SetEarlyMedia(bool enable);
484 bool SetVideoSend(uint32_t ssrc, bool enable, const VideoOptions* options);
  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.cc 167 if(_limiter->gain_control()->Enable(true) != _limiter->kNoError)
    [all...]
  /external/webrtc/webrtc/video/
video_send_stream.cc 195 // Enable NACK, FEC or both.
280 transport_adapter_.Enable();
515 // When network goes up, enable RTCP status before setting transmission state.
  /hardware/libhardware/include/hardware/
hwcomposer2.h 271 * This mode may also be used as a signal to enable hardware-based doze
284 /* Enable vsync */
496 case HWC2_VSYNC_ENABLE: return "Enable";
675 Enable = HWC2_VSYNC_ENABLE,
    [all...]
  /ndk/build/tools/
prebuilt-common.sh 568 register_option "--verbose" do_option_verbose "Enable verbose mode."
693 echo "ERROR: Can only enable --mingw or --darwin on Linux platforms !"
1096 # Enable C++ exceptions, RTTI and GNU libstdc++ at the same time
1105 # Enable C++ exceptions, RTTI and GNU libstdc++ at the same time
1116 # Enable C++ exceptions, RTTI and GNU libstdc++ at the same time
1131 # Enable C++ exceptions, RTTI and GNU libstdc++ at the same time
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
hubbusif.h 208 IN BOOLEAN Enable);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
reflection.h 47 template<typename T, typename Enable = void>
  /system/bt/service/client/
main.cpp 279 PrintCommandStatus(bt_iface->Enable(is_restricted_mode));
716 { "enable", HandleEnable, "\t\t\tEnable Bluetooth (-h for options)" },
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl.cc 88 // delegating the const methods and Enable calls to the real GainControl, so
100 int Enable(bool enable) override {
101 return real_gain_control_->Enable(enable);
123 int enable_limiter(bool enable) override { return AudioProcessing::kNoError; }
    [all...]
  /system/connectivity/shill/cellular/
cellular_capability_universal.cc 240 modem_proxy_->Enable(
247 SLOG(this, 2) << __func__ << "Call to modem_proxy_->Enable() failed";
259 // If the enable operation failed with Error::kWrongState, the modem is not
261 // enable operation can be deferred, we defer the operation until the modem
264 // Note that when the SIM is locked, the enable operation also fails with
265 // Error::kWrongState. The enable operation is deferred until the modem goes
267 // defer the enable operation when the SIM is locked, but the UI needs to
268 // trigger the enable operation after the SIM is unlocked, which is currently
277 SLOG(this, 2) << "Defer enable operation.";
278 // The Enable operation to be deferred should not be further deferrable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netcon.h 354 virtual HRESULT WINAPI Enable(void) = 0;
364 HRESULT (WINAPI *Enable)(INetConnectionManagerEvents *This);
376 #define INetConnectionManagerEvents_Enable(This) (This)->lpVtbl->Enable(This)
    [all...]
agtctl.h     [all...]
  /external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
coverage_html.js 224 // Enable the table sorter:
  /external/valgrind/none/tests/
cmdline2.stdout.exp 95 lax-ioctls lax-doors fuse-compatible enable-outer
122 --unw-stack-scan-thresh=<number> Enable stack-scan unwind if fewer
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl.cc 119 vad_->Enable();
355 vad_->Enable();
    [all...]
  /external/autotest/client/cros/cellular/
pseudo_modem.py 386 def Enable(self, on, *args, **kwargs):
388 logging.info('Modem: Enable %s', str(on))
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffScalar.h 29 template<typename _DerType, bool Enable> struct auto_diff_special_op;
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 265 void (GLAPIENTRY * Enable)(GLenum);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c 964 #if 000 /* XXX all the stencil enable state is set in i830Enable(), right? */
    [all...]
i915_state.c 679 * Here we can't enable the SPRITE_POINT_ENABLE bit when the mis-match
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 661 * dither enable/disable.
664 enable( struct gl_context *ctx, GLenum pname, GLboolean state ) function
704 * Check _NEW_COLOR to detect dither enable/disable.
851 driver->Enable = enable;
  /external/minijail/
common.mk 68 # opt - Enable optimizations for release builds
326 # Enable large file support.
657 # enable it by default when we're using QEMU.
    [all...]
  /external/modp_b64/
common.mk 68 # opt - Enable optimizations for release builds
326 # Enable large file support.
657 # enable it by default when we're using QEMU.
    [all...]

Completed in 1619 milliseconds

1 2 3 4 5 6 7 891011>>