Searched defs:scratch (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/sensorservice/
H A DSensorEventConnection.cpp208 sensors_event_t* scratch,
213 if (scratch) {
253 // Keep copying events into the scratch buffer as long as they are regular
259 scratch[count++] = buffer[i];
263 // Regular sensor event, just copy it to the scratch buffer.
264 scratch[count++] = buffer[i++];
272 scratch = const_cast<sensors_event_t *>(buffer);
289 memcpy(&mEventCache[mCacheSize], scratch, count * sizeof(sensors_event_t));
295 reAllocateCacheLocked(scratch, count);
301 memcpy(&mEventCache[mCacheSize], scratch,
206 sendEvents( sensors_event_t const* buffer, size_t numEvents, sensors_event_t* scratch, SensorEventConnection const * const * mapFlushEventsToConnections) argument
364 reAllocateCacheLocked(sensors_event_t const* scratch, int count) argument
471 countFlushCompleteEventsLocked( sensors_event_t const* scratch, const int numEventsDropped) argument
487 findWakeUpSensorEventLocked( sensors_event_t const* scratch, const int count) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 46 milliseconds