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

1 2 3 4 5 6 7 8 91011>>

  /hardware/libhardware/modules/sensors/
multihal.cpp 193 int activate(int handle, int enabled);
281 int sensors_poll_context_t::activate(int handle, int enabled) { function in class:sensors_poll_context_t
283 ALOGV("activate");
287 retval = v0->activate(v0, local_handle, enabled);
289 ALOGE("IGNORING activate(enable %d) call to non-API-compliant sensor handle=%d !",
426 return ctx->activate(handle, enabled);
639 dev->proxy_device.activate = device__activate;
  /docs/source.android.com/src/devices/sensors/
hal-interface.jd 31 <li><code>activate</code> - Starts or stops a sensor. </li>
62 <h2 id="activate_sensor_true_false">activate(sensor, true/false)</h2>
63 <pre>int (*activate)(struct sensors_poll_device_t *dev, int sensor_handle, int
66 <p><code>sensor_handle</code> is the handle of the sensor to activate/deactivate. A sensor?s
70 and they must still accept to be deactivated through a call to <code>activate(...,
227 requested parameters, followed by <code>activate(..., enable=1)</code>.</p>
228 <p>Note that in HAL version 1_0, the order was the opposite: <code>activate</code> was called
234 <p>When a sensor gets deactivated, <code>activate(..., enable=0)</code> will be called.</p>
247 <code>activate</code>, <code>batch</code>, <code>flush</code> and
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 56 #define NFC_STATUS_EE_INTF_ACTIVE_FAIL NCI_STATUS_EE_INTF_ACTIVE_FAIL /* EE Intf activate err */
728 tNFC_ACTIVATE_DEVT activate; member in union:__anon15874
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.h 75 // must call Activate() before performing any GL operations.
80 // created by the host application). You do not need to call Activate() as
87 bool Activate();
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/
AndroidManifest.xml 41 element declares the intents that can be used to activate this Activity. For instance,
  /developers/build/prebuilts/gradle/RepeatingAlarm/Application/src/main/java/com/example/android/repeatingalarm/
RepeatingAlarmFragment.java 46 // First create an intent for the alarm to activate.
  /developers/samples/android/background/alarms/RepeatingAlarm/Application/src/main/java/com/example/android/repeatingalarm/
RepeatingAlarmFragment.java 46 // First create an intent for the alarm to activate.
  /developers/samples/android/ui/window/AdvancedImmersiveMode/Application/src/main/
AndroidManifest.xml 41 element declares the intents that can be used to activate this Activity. For instance,
  /development/samples/browseable/AdvancedImmersiveMode/
AndroidManifest.xml 41 element declares the intents that can be used to activate this Activity. For instance,
  /development/samples/browseable/RepeatingAlarm/src/com.example.android.repeatingalarm/
RepeatingAlarmFragment.java 46 // First create an intent for the alarm to activate.
  /external/ImageMagick/utilities/
compare.1 13 \-alpha option on, activate, off, deactivate, set, opaque, copy
compare.1.in 13 \-alpha option on, activate, off, deactivate, set, opaque, copy
  /external/autotest/client/cros/cellular/pseudomodem/
modem_simple.py 28 activate it if necessary, returning the bearer's IP details. If no
  /external/autotest/client/cros/multimedia/
facade_resource.py 105 tab.Activate()
  /external/autotest/client/cros/
semiauto_framework.py 50 self._tab.Activate()
  /external/autotest/client/site_tests/graphics_WebGLClear/
graphics_WebGLClear.py 62 tab.Activate()
  /external/autotest/client/site_tests/graphics_WebGLPerformance/
graphics_WebGLPerformance.py 62 tab.Activate()
  /external/avahi/examples/
glib-integration.c 98 &tv, /* struct timeval indicating when to go activate */
  /external/chromium-trace/catapult/third_party/coverage/
howto.txt 82 - Create and activate a virtualenv
  /external/chromium-trace/catapult/third_party/polymer/components/paper-listbox/
paper-listbox.html 55 down arrow keys, esc to exit the listbox, and enter to activate a listbox item. Typing the first letter
  /external/curl/docs/examples/
sftpget.c 84 /* We activate ssh agent. For this to work you need
  /external/dbus/doc/
system-activation.txt 70 If you wish to activate the service without calling a well known method,
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
ComplexProperty.java 194 public boolean activate(PropertyTable propertyTable, Property property, Point location)
  /external/freetype/include/freetype/
ftsizes.h 135 /* This function can be used to `activate' a previously created size */
  /external/libevent/
defer-internal.h 83 Activate a deferred_cb if it is not currently scheduled in an event_base.

Completed in 647 milliseconds

1 2 3 4 5 6 7 8 91011>>