HomeSort by relevance Sort by last modified time
    Searched defs:Disable (Results 1 - 25 of 32) 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() {
  /prebuilts/go/darwin-x86/src/internal/race/
norace.go 24 func Disable() {
race.go 28 func Disable() {
  /prebuilts/go/linux-x86/src/internal/race/
norace.go 24 func Disable() {
race.go 28 func Disable() {
  /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.cc 77 Status BluetoothBinderServer::Disable(bool* _aidl_return) {
79 *_aidl_return = adapter_->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 45 enum LVEnableState { Unspecified, Enable, Disable, Full };
50 /// \brief Value for llvm.loop.unroll.* metadata (enable, disable, or full).
133 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
139 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
  /external/libchrome/base/synchronization/
waitable_event_posix.cc 135 void Disable() {
195 // Disable which makes sw::Fire return false.
196 sw.Disable();
  /external/v8/src/
compilation-cache.cc 399 void CompilationCache::Disable() {
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Hierarchy.c 57 TPMI_YES_NO Disable;
304 @param[in] Disable YES if the disableOwnerClear flag is to be SET,
315 IN TPMI_YES_NO Disable
341 // disable
342 *(UINT8 *)Buffer = Disable;
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 173 CrashRecoveryContext::Disable();
188 // Because the Enable and Disable calls are static, it means that
211 void CrashRecoveryContext::Disable() {
240 // simply disable crash recovery and raise the signal again.
259 // Disable crash recovery and raise the signal again. The assumption here is
263 // This call of Disable isn't thread safe, but it doesn't actually matter.
264 CrashRecoveryContext::Disable();
300 void CrashRecoveryContext::Disable() {
  /external/swiftshader/third_party/LLVM/lib/Support/
CrashRecoveryContext.cpp 155 CrashRecoveryContext::Disable();
171 // Because the Enable and Disable calls are static, it means that
194 void CrashRecoveryContext::Disable() {
223 // simply disable crash recovery and raise the signal again.
241 // Disable crash recovery and raise the signal again. The assumption here is
245 // This call of Disable isn't thread safe, but it doesn't actually matter.
246 CrashRecoveryContext::Disable();
284 void CrashRecoveryContext::Disable() {
  /frameworks/native/libs/vr/libvrflinger/
hardware_composer.cpp 181 void HardwareComposer::Disable() {
    [all...]
  /external/libchrome/base/metrics/
field_trial.cc 136 void FieldTrial::Disable() {
412 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/aarch64/
instrument-aarch64.cc 42 void Counter::Disable() { enabled_ = false; }
198 Disable();
246 void Instrument::Disable() {
249 (*it)->Disable();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_libcdep.cc 85 void Disable();
252 void CoverageData::Disable() {
286 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),
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.cpp 1200 void Disable(GLenum cap)
    [all...]

Completed in 1814 milliseconds

1 2