Home
last modified time | relevance | path

Searched refs:allocateLastEvent (Results 1 – 2 of 2) sorted by relevance

/system/chre/platform/slpi/see/
Dplatform_sensor.cc414 ChreSensorData *allocateLastEvent(SensorType sensorType, size_t *eventSize) { in allocateLastEvent() function
481 ChreSensorData *lastEvent = allocateLastEvent(sensorType, &lastEventSize); in addSensor()
/system/chre/platform/slpi/smgr/
Dplatform_sensor.cc285 ChreSensorData *allocateLastEvent(SensorType sensorType, size_t *eventSize) { in allocateLastEvent() function
346 sensor.lastEvent = allocateLastEvent(sensorType, &sensor.lastEventSize); in addSensor()