HomeSort by relevance Sort by last modified time
    Searched refs:activate (Results 76 - 100 of 357) sorted by null

1 2 34 5 6 7 8 91011>>

  /hardware/bsp/intel/peripheral/sensors/mraa/sensors/
LSM9DS0Accelerometer.cpp 71 int LSM9DS0Accelerometer::activate(int handle, int enabled) { function in class:LSM9DS0Accelerometer
MMA7660Accelerometer.cpp 69 int MMA7660Accelerometer::activate(int handle, int enabled) { function in class:MMA7660Accelerometer
MPU9150Accelerometer.cpp 70 int MPU9150Accelerometer::activate(int handle, int enabled) { function in class:MPU9150Accelerometer
  /system/bt/bta/hf_client/
bta_hf_client_int.h 242 extern void bta_hf_client_send_at_cmer(BOOLEAN activate);
244 extern void bta_hf_client_send_at_clip(BOOLEAN activate);
245 extern void bta_hf_client_send_at_ccwa(BOOLEAN activate);
246 extern void bta_hf_client_send_at_cmee(BOOLEAN activate);
  /external/chromium-trace/catapult/third_party/Paste/paste/
recursive.py 273 return self.activate(environ)
275 def activate(self, environ): member in class:Recursive
303 def activate(self, environ): member in class:Forwarder
319 def activate(self, environ): member in class:Includer
373 def activate(self, environ): member in class:IncluderAppIter
  /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/libnfc-nxp/src/
phFriNfc_LlcpMac.c 122 if(LlcpMac->LlcpMacInterface.activate == NULL)
128 status = LlcpMac->LlcpMacInterface.activate(LlcpMac);
  /device/google/dragon/sensor_hub/
cros_ec_sensors.cpp 100 activate(i, 0);
105 activate(i + CROS_EC_MAX_PHYSICAL_SENSOR, 0);
148 * activate: Activate entry point.
153 int CrosECSensor::activate(int handle, int enabled) function in class:CrosECSensor
230 /* Call activate to change the paramters if necessary */
231 return activate(handle, info->enabled);
cros_ec_sensors.h 139 virtual int activate(int handle, int enabled);
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_main.c 132 msg.activate_ntf.p_activate_params = &p_data->activate;
  /external/skia/src/animator/
SkDisplayApply.h 36 void activate(SkAnimateMaker& );
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterFunction.java 62 glEnv.activate();
GLEnvironment.java 81 public void activate() { method in class:GLEnvironment
86 throw new RuntimeException("Could not activate GLEnvironment!");
131 throw new RuntimeException("Could not activate surface " + surfaceId + "!");
  /frameworks/compile/mclinker/lib/Script/
InputSectDesc.cpp 102 void InputSectDesc::activate(Module& pModule) { function in class:mcld::InputSectDesc
  /frameworks/native/services/sensorservice/
SensorDevice.h 43 status_t activate(void* ident, int handle, int enabled);
82 // vector. A continuous mode request is batch(... timeout=0 ..) followed by activate(). A batch
83 // mode request is batch(... timeout > 0 ...) followed by activate().
SensorDevice.cpp 67 mSensorDevice->activate(
79 mSensorDevice->activate(
151 status_t SensorDevice::activate(void* ident, int handle, int enabled) { function in class:android::SensorDevice
160 "SensorDevice::activate: ident=%p, handle=0x%08x, enabled=%d, count=%zu",
172 // This is the first connection, we need to activate the underlying h/w sensor.
176 // Log error. Every activate call should be preceded by a batch() call.
177 ALOGE("\t >>>ERROR: activate called without batch");
184 // This is the last connection, we need to de-activate the underlying h/w sensor.
211 ALOGD_IF(DEBUG_CONNECTIONS, "\t>>> actuating h/w activate handle=%d enabled=%d", handle,
213 err = mSensorDevice->activate(
    [all...]
  /hardware/akm/AK8975_FS/libsensors/
sensors.cpp 132 int activate(int handle, int enabled);
209 int sensors_poll_context_t::activate(int handle, int enabled) {
338 return ctx->activate(handle, enabled);
368 dev->device.activate = poll__activate;
  /packages/apps/Camera2/src/com/android/camera/hardware/
HeadingSensor.java 78 public void activate() { method in class:HeadingSensor
  /packages/apps/Launcher3/src/com/android/launcher3/
PageIndicatorMarker.java 59 void activate(boolean immediate) { method in class:PageIndicatorMarker
  /packages/apps/Nfc/nci/jni/
NfcTag.h 191 ** Description: When multiple tags are discovered, just select the first one to activate.
410 ** Description: Checks if tag activate is the same (UID) Kovio tag previously
568 ** activate: reference to activation data.
573 void calculateT1tMaxMessageSize (tNFA_ACTIVATED& activate);
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ScrolledList.py 49 self.listbox.activate("@%d,%d" % (event.x, event.y))
67 self.listbox.activate("@%d,%d" % (event.x, event.y))
105 self.listbox.activate(index)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ScrolledList.py 49 self.listbox.activate("@%d,%d" % (event.x, event.y))
67 self.listbox.activate("@%d,%d" % (event.x, event.y))
105 self.listbox.activate(index)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 49 self.listbox.activate("@%d,%d" % (event.x, event.y))
67 self.listbox.activate("@%d,%d" % (event.x, event.y))
105 self.listbox.activate(index)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 49 self.listbox.activate("@%d,%d" % (event.x, event.y))
67 self.listbox.activate("@%d,%d" % (event.x, event.y))
105 self.listbox.activate(index)
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
BooleanObjectPropertyEditor.java 84 public boolean activate(PropertyTable propertyTable, Property property, Point location) method in class:BooleanObjectPropertyEditor
90 // don't activate

Completed in 6974 milliseconds

1 2 34 5 6 7 8 91011>>