Searched defs:batch (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 446 Batch& batch = mBatches.editItemAt(batchIndex); in consume() local 477 Batch& batch = mBatches.editTop(); in consume() local 513 Batch& batch = mBatches.editItemAt(i); in consumeBatch() local 548 Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent) { in consumeSamples() 863 const Batch& batch = mBatches.itemAt(i); in findBatch() local 935 bool InputConsumer::canAddSample(const Batch& batch, const InputMessage *msg) { in canAddSample() 951 ssize_t InputConsumer::findSampleNoLaterThan(const Batch& batch, nsecs_t time) { in findSampleNoLaterThan()
|
/frameworks/native/services/sensorservice/ |
D | SensorInterface.h | 43 virtual status_t batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batch() function
|
D | SensorInterface.cpp | 53 status_t HardwareSensor::batch(void* ident, int handle, int flags, in batch() function in android::HardwareSensor
|
D | SensorDevice.cpp | 203 status_t SensorDevice::batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batch() function in android::SensorDevice
|
/frameworks/base/services/java/com/android/server/ |
D | AlarmManagerService.java | 383 Batch batch = oldSet.get(batchNum); in rebatchAllAlarmsLocked() local 582 Batch batch = new Batch(a); in setImplLocked() local 586 Batch batch = mAlarmBatches.get(whichBatch); in setImplLocked() local 1028 Batch batch = mAlarmBatches.get(0); in triggerAlarmsLocked() local
|