Home | History | Annotate | Download | only in sensorservice

Lines Matching full:activate

67                 mSensorDevice->activate(
79 mSensorDevice->activate(
151 status_t SensorDevice::activate(void* ident, int handle, int enabled) {
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(
285 // For older devices which do not support batch, call setDelay() after activate() is
286 // called. Some older devices may not support calling setDelay before activate(), so
287 // call setDelay in SensorDevice::activate() method.
367 err = mSensorDevice->activate(
391 mSensorDevice->activate(