Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 8 of 8) sorted by relevance

/chre-3.4.0/platform/include/chre/platform/
Dplatform_sensor_manager.h140 bool flush(const Sensor &sensor, uint32_t *flushRequestId);
/chre-3.4.0/platform/shared/
Dplatform_sensor_manager.cc116 bool PlatformSensorManager::flush(const Sensor &sensor, in flush() function in chre::PlatformSensorManager
120 success = mSensorApi->flush(sensor.getSensorHandle(), flushRequestId); in flush()
/chre-3.4.0/pal/include/chre/pal/
Dsensor.h284 bool (*flush)(uint32_t sensorInfoIndex, uint32_t *flushRequestId); member
/chre-3.4.0/platform/slpi/include/chre/platform/slpi/see/
Dsee_helper.h254 bool flush(uint8_t sensorType);
/chre-3.4.0/chpp/api_parser/
Dchre_api_to_chpp.py833 print("Generating {} ... ".format(filename), end='', flush=True)
868 print("Generating {} ... ".format(filename), end='', flush=True)
1026 print("Parsing {} ... ".format(file['filename']), end='', flush=True)
/chre-3.4.0/platform/slpi/see/
Dplatform_sensor_manager.cc829 bool PlatformSensorManager::flush(const Sensor &sensor, in flush() function in chre::PlatformSensorManager
837 return getSeeHelperForSensor(sensor).flush(sensorType); in flush()
Dsee_helper.cc1781 bool SeeHelper::flush(uint8_t sensorType) { in flush() function in chre::SeeHelper
/chre-3.4.0/core/
Dsensor_request_manager.cc855 bool success = mPlatformSensorManager.flush(sensor, &flushRequestId); in doMakeFlushRequest()