HomeSort by relevance Sort by last modified time
    Searched full:activate (Results 151 - 175 of 1225) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/connectivity/shill/cellular/
cellular_capability_cdma.cc 172 void CellularCapabilityCDMA::Activate(const string& carrier,
184 proxy_->Activate(carrier, error, activation_callback, kTimeoutActivate);
192 "Unable to activate in " +
217 Activate(pending_activation_carrier_,
358 LOG(ERROR) << "Activate() failed with error: " << error;
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 753 ** Description This function is called to process de-activate
762 tNFC_INTF_PARAMS *p_intf = &evt_data.activate.intf_param;
781 evt_data.activate.rf_disc_id = *p++;
783 evt_data.activate.protocol = *p++;
785 if (evt_data.activate.protocol == NCI_PROTOCOL_18092_ACTIVE)
786 evt_data.activate.protocol = NCI_PROTOCOL_NFC_DEP;
788 evt_data.activate.rf_tech_param.mode = *p++;
792 p = nfc_ncif_decode_rf_params (&evt_data.activate.rf_tech_param, p);
794 evt_data.activate.data_mode = *p++;
795 evt_data.activate.tx_bitrate = *p++
    [all...]
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_ios.mm 34 // audio session. This variable is used to ensure that we only activate an audio
122 // |activate| is true. Also sets the preferred sample rate and IO buffer
123 // duration. Deactivates an active audio session if |activate| is set to false.
124 static bool ActivateAudioSession(AVAudioSession* session, bool activate)
126 LOG(LS_INFO) << "ActivateAudioSession(" << activate << ")";
131 if (!activate) {
144 // Go ahead and active our own audio session since |activate| is true.
178 // Activate the audio session. Activation can fail if another active audio
214 // for all of them. It is essential that we only activate the app's audio
225 // Try to activate the audio session and ask for a set of preferred audi
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorTestCase.java 38 * activate/deactivate sensors in this mode. So we can default this flag value to false.
  /developers/build/prebuilts/gradle/ClippingBasic/Application/tests/src/com/example/android/clippingbasic/tests/
SampleTests.java 68 // Trigger a click on the button to activate clipping.
  /developers/samples/android/ui/views/Clipping/ClippingBasic/Application/tests/src/com/example/android/clippingbasic/tests/
SampleTests.java 68 // Trigger a click on the button to activate clipping.
  /device/google/dragon/sensor_hub/
cros_ec_sensors.h 139 virtual int activate(int handle, int enabled);
  /docs/source.android.com/src/devices/sensors/
interaction.jd 49 whether we can activate the step counter must be independent of whether the
  /external/aac/libAACenc/src/
aacenc_tns.h 107 * tnsMask |= 0x1; activate TNS short blocks
108 * tnsMask |= 0x2; activate TNS for long blocks
109 * tnsMask |= 0x4; activate TNS PEAK tool for short blocks
110 * tnsMask |= 0x8; activate TNS PEAK tool for long blocks
  /external/autotest/client/tests/ffsb/
README 36 (1) Usual - tests.cfg file to activate the ffsb tests through KVM.
  /external/chromium-trace/catapult/telemetry/telemetry/core/
tracing_controller.py 29 trace_options specifies which tracing systems to activate. Category filter
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/
httplib2test_appengine.py 28 testbed.activate()
  /external/curl/docs/examples/
ftpsget.c 76 /* We activate SSL and we require it for both control and data */
  /external/dbus/bus/
activation-helper-bin.c 86 fprintf (stderr, "dbus-daemon-activation-helper service.to.activate\n");
  /external/guava/guava-tests/test/com/google/common/eventbus/
AsyncEventBusTest.java 55 // Now we find the task in our Executor and explicitly activate it.
  /external/iptables/extensions/
libxt_TCPMSS.man 21 Workaround: activate this option and add a rule to your firewall
  /external/kernel-headers/original/uapi/linux/usb/
gadgetfs.h 13 * may activate endpoints as it handles SET_CONFIGURATION setup events,
  /external/kernel-headers/original/uapi/linux/
vt.h 85 #define VT_SETACTIVATE 0x560F /* Activate and set the mode of a console */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/windows/vc2010/
index.html 33 href="http://www.winzip.com">WinZip</a>, you should activate the <em>TAR
  /external/libxml2/doc/examples/
reader2.c 65 * Pass some special parsing options to activate DTD attribute defaulting,
  /external/parameter-framework/upstream/xmlserializer/
XmlMemoryDocSource.cpp 61 "This easiest way to activate it is to do a global " +
  /external/skia/src/animator/
SkDrawExtraPathEffect.cpp 113 apply->activate(*fMaker);
126 apply->activate(*fMaker);
269 apply->activate(*fMaker);
281 apply->activate(*fMaker);
  /external/v8/test/mjsunit/regress/
regress-debug-deopt-while-recompile.js 68 // Activate debugger.
regress-opt-after-debug-deopt.js 64 Debug.setListener(listener); // Activate debugger.
  /external/vboot_reference/utility/
tpm_init_temp_fix.c 72 syslog(pri, "TPM physical activate failed with code 0x%x\n", result);

Completed in 950 milliseconds

1 2 3 4 5 67 8 91011>>