Searched refs:flush (Results 1 – 8 of 8) sorted by relevance
/chre-3.4.0/platform/include/chre/platform/ |
D | platform_sensor_manager.h | 140 bool flush(const Sensor &sensor, uint32_t *flushRequestId);
|
/chre-3.4.0/platform/shared/ |
D | platform_sensor_manager.cc | 116 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/ |
D | sensor.h | 284 bool (*flush)(uint32_t sensorInfoIndex, uint32_t *flushRequestId); member
|
/chre-3.4.0/platform/slpi/include/chre/platform/slpi/see/ |
D | see_helper.h | 254 bool flush(uint8_t sensorType);
|
/chre-3.4.0/chpp/api_parser/ |
D | chre_api_to_chpp.py | 833 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/ |
D | platform_sensor_manager.cc | 829 bool PlatformSensorManager::flush(const Sensor &sensor, in flush() function in chre::PlatformSensorManager 837 return getSeeHelperForSensor(sensor).flush(sensorType); in flush()
|
D | see_helper.cc | 1781 bool SeeHelper::flush(uint8_t sensorType) { in flush() function in chre::SeeHelper
|
/chre-3.4.0/core/ |
D | sensor_request_manager.cc | 855 bool success = mPlatformSensorManager.flush(sensor, &flushRequestId); in doMakeFlushRequest()
|