HomeSort by relevance Sort by last modified time
    Searched defs:Disable (Results 1 - 25 of 30) sorted by null

1 2

  /external/webrtc/webrtc/call/
transport_adapter.cc 45 void TransportAdapter::Disable() { enabled_.CompareExchange(0, 1); }
  /external/webrtc/webrtc/modules/audio_coding/neteq/
post_decode_vad.cc 26 Disable();
34 void PostDecodeVad::Disable() {
  /system/core/crash_reporter/
unclean_shutdown_collector.cc 80 bool UncleanShutdownCollector::Disable() {
user_collector.h 55 // Disable collection.
56 bool Disable() { return SetUpInternal(false); }
  /system/core/libmemunreachable/
ScopedDisableMalloc.h 35 void Disable() {
63 disable_malloc_.Disable();
79 Disable();
95 void Disable() {
102 disable_malloc_.Disable();
  /device/google/contexthub/util/nanotool/
log.h 52 // Use with SetLevel to disable logging
53 Disable,
nanomessage.h 164 Disable,
nanotool.cpp 42 Disable,
64 std::make_tuple("disable", NanotoolCommand::Disable),
99 " disable: send a disable request for one sensor\n"
100 " disable_all: send a disable request for all sensors\n"
101 " calibrate: disable the sensor, then perform the sensor\n"
109 " events, then disable the sensor before exiting\n"
163 && (args->command == NanotoolCommand::Disable
441 case NanotoolCommand::Disable
    [all...]
  /system/bt/service/ipc/binder/
bluetooth_binder_server.cpp 64 bool BluetoothBinderServer::Disable() {
66 return adapter_->Disable();
  /system/bt/vendor_libs/test_vendor_lib/src/
test_channel_transport.cc 134 void TestChannelTransport::Disable() {
  /external/autotest/client/site_tests/network_3GModemControl/
network_3GModemControl.py 40 def Disable(self):
63 def Disable(self):
109 def Disable(self):
111 self.device.Disable(timeout=DEVICE_TIMEOUT)
145 def Disable(self):
147 logging.info('Disable with %s' % cmds)
148 cmds.Disable()
274 disable while connected and then verifies the state of the
301 commands.Disable()
332 commands.Disable()
    [all...]
  /external/clang/lib/CodeGen/
CGLoopInfo.h 44 enum LVEnableState { Unspecified, Enable, Disable, Full };
49 /// \brief Value for llvm.loop.unroll.* metadata (enable, disable, or full).
126 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
  /external/libchrome/base/synchronization/
waitable_event_posix.cc 136 void Disable() {
196 // Disable which makes sw::Fire return false.
197 sw.Disable();
  /external/v8/src/
compilation-cache.cc 399 void CompilationCache::Disable() {
  /system/bt/service/common/bluetooth/binder/
IBluetooth.cpp 91 bool result = Disable();
206 bool BpBluetooth::Disable() {
  /system/connectivity/shill/dbus/
chromeos_wimax_device_proxy.cc 109 void ChromeosWiMaxDeviceProxy::Disable(Error* /*error*/,
chromeos_device_dbus_adaptor.cc 169 void ChromeosDeviceDBusAdaptor::Disable(DBusMethodResponsePtr<> response) {
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 174 CrashRecoveryContext::Disable();
189 // Because the Enable and Disable calls are static, it means that
212 void CrashRecoveryContext::Disable() {
241 // simply disable crash recovery and raise the signal again.
260 // Disable crash recovery and raise the signal again. The assumption here is
264 // This call of Disable isn't thread safe, but it doesn't actually matter.
265 CrashRecoveryContext::Disable();
301 void CrashRecoveryContext::Disable() {
  /external/libchrome/base/metrics/
field_trial.cc 127 void FieldTrial::Disable() {
400 field_trial->Disable();
  /external/v8/src/arm64/
instrument-arm64.cc 22 void Counter::Disable() {
182 case InstrumentStateDisable: Disable(); break;
225 void Instrument::Disable() {
228 (*it)->Disable();
  /external/vixl/src/vixl/a64/
instrument-a64.cc 43 void Counter::Disable() {
206 case InstrumentStateDisable: Disable(); break;
249 void Instrument::Disable() {
252 (*it)->Disable();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_libcdep.cc 83 void Disable();
240 void CoverageData::Disable() {
270 Disable();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 62 DisableDebugInfoPrinting("disable-debug-info-print", cl::Hidden,
63 cl::desc("Disable debug info printing"));
81 enum DefaultOnOff { Default, Enable, Disable };
89 clEnumVal(Disable, "Disabled"), clEnumValEnd),
97 clEnumVal(Disable, "Disabled"), clEnumValEnd),
105 clEnumVal(Disable, "Disabled"), clEnumValEnd),
113 clEnumVal(Disable, "Disabled"), clEnumValEnd),
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer2.h 287 /* Disable vsync */
497 case HWC2_VSYNC_DISABLE: return "Disable";
676 Disable = HWC2_VSYNC_DISABLE,
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 264 void (GLAPIENTRY * Disable)(GLenum);

Completed in 1585 milliseconds

1 2