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

1 2 3 4 5 67 8 91011>>

  /external/autotest/client/cros/cellular/pseudomodem/
connect_machine.py 47 message = 'ConnectMachine: Failed to enable modem.'
55 logging.info('ConnectMachine: Initiating Enable.')
57 self._modem.Enable(True)
60 # or if enable fails
67 logging.info('ConnectMachine: Waiting for enable.')
  /external/v8/build/mac/
tweak_info_plist.py 210 type='int', default=False, help='Enable Breakpad [1 or 0]')
213 help='Enable Breakpad\'s uploading of crash dumps [1 or 0]')
215 type='int', default=False, help='Enable Keystone [1 or 0]')
  /external/webrtc/webrtc/modules/video_coding/utility/
frame_dropper.cc 65 void FrameDropper::Enable(bool enable) {
66 _enabled = enable;
  /packages/apps/Test/connectivity/sl4n/facades/bluetooth/
bluetooth_binder_facade.cpp 58 bool result = bt_iface->Enable(false);
60 LOG(ERROR) << sl4n::kTagStr << ": Failed to enable the Bluetooth service";
  /system/connectivity/shill/dbus/
chromeos_wimax_device_proxy.cc 95 void ChromeosWiMaxDeviceProxy::Enable(Error* /*error*/,
chromeos_device_dbus_adaptor.cc 161 void ChromeosDeviceDBusAdaptor::Enable(DBusMethodResponsePtr<> response) {
chromeos_mm1_modem_proxy.cc 52 void ChromeosModemProxy::Enable(bool enable,
56 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << ": " << enable; local
57 proxy_->EnableAsync(enable,
  /system/core/init/
service.h 81 bool Enable();
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 433 GL_CALL(Enable(GR_GL_VERTEX_PROGRAM_POINT_SIZE));
444 GL_CALL(Enable(GR_GL_FETCH_PER_SAMPLE_ARM));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmcobj.h     [all...]
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 77 void (* enable)(preproc_effect_t *fx); member in struct:preproc_ops_s
139 PREPROC_CMD_DUAL_MIC_ENABLE = EFFECT_CMD_FIRST_PROPRIETARY, // enable dual mic mode
403 agc->Enable(true);
410 agc->Enable(false);
505 aec->Enable(true);
512 aec->Enable(false);
639 ns->Enable(true);
652 ns->Enable(false);
751 effect->ops->enable(effect);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 186 void enableSubRegLiveness(bool Enable = true) {
187 TracksSubRegLiveness = Enable;
    [all...]
  /external/v8/test/mjsunit/
readonly.js 123 // TODO(neis,cbruni): Enable once the necessary traps work again.
  /external/webrtc/webrtc/call/
call_perf_tests.cc 264 send_transport_adapter.Enable();
269 recv_transport_adapter.Enable();
486 // Enable the receiver side rtt calculation.
  /external/webrtc/webrtc/test/
call_test.cc 319 voe_send_.transport_adapter->Enable();
325 voe_recv_.transport_adapter->Enable();
  /external/webrtc/webrtc/voice_engine/
voe_base_impl.cc 341 if (audioproc->high_pass_filter()->Enable(true) != 0) {
342 LOG_F(LS_ERROR) << "Failed to enable high pass filter.";
364 if (agc->Enable(kDefaultAgcState) != 0) {
  /external/autotest/client/cros/cellular/
test_environment.py 114 # Perform SIM verification now to ensure that we can enable the
162 modem_device.Enable()
171 'Failed to enable modem.'),
175 def _enable_shill_cellular_autoconnect(self, enable):
180 '' if enable else 'cellular')
216 # Enable modem first so shill initializes the modemmanager proxies so
  /external/eigen/test/
vectorization_logic.cpp 78 template<typename Scalar, bool Enable = internal::packet_traits<Scalar>::Vectorizable> struct vectorization_logic
  /external/libnfc-nxp/src/
phFriNfc_NdefMap.h     [all...]
  /external/lzma/CPP/Windows/
Window.h 257 bool Enable(bool enable)
258 { return BOOLToBool(::EnableWindow(_window, BoolToBOOL(enable))); }
  /external/webrtc/webrtc/modules/audio_processing/
echo_control_mobile_impl.cc 214 int EchoControlMobileImpl::Enable(bool enable) {
220 if (enable && apm_->echo_cancellation()->is_enabled()) {
224 return EnableComponent(enable);
250 int EchoControlMobileImpl::enable_comfort_noise(bool enable) {
253 comfort_noise_enabled_ = enable;
gain_control_impl.cc 251 // TODO(ajm): enable this assertion?
257 int GainControlImpl::Enable(bool enable) {
260 return EnableComponent(enable);
350 int GainControlImpl::enable_limiter(bool enable) {
352 limiter_enabled_ = enable;
  /system/bt/service/
adapter.cpp 108 bool Enable(bool start_restricted) override {
116 // Set the state before calling enable() as there might be a race between
121 int status = hal::BluetoothInterface::Get()->GetHALInterface()->enable(start_restricted);
123 LOG(ERROR) << "Failed to enable Bluetooth - status: "
141 // Set the state before calling enable() as there might be a race between
  /system/connectivity/shill/wimax/
wimax.cc 101 proxy_->Enable(
  /system/core/crash_reporter/
kernel_collector.cc 51 // These regular expressions enable to us capture the PC in a backtrace.
288 bool KernelCollector::Enable() {
300 // To enable crashes, we will eventually need to set

Completed in 1359 milliseconds

1 2 3 4 5 67 8 91011>>