/system/chre/core/ |
D | gnss_manager.cc | 226 bool GnssSession::addRequest(Nanoapp *nanoapp, Milliseconds minInterval, in addRequest() argument 229 return configure(nanoapp, true /* enable */, minInterval, minTimeToNext, in addRequest() 341 request.minInterval.getMilliseconds(), in logStateToBuffer() 350 transition.minInterval.getMilliseconds(), in logStateToBuffer() 371 Milliseconds minInterval, in configure() argument 378 success = addRequestToQueue(instanceId, enable, minInterval, cookie); in configure() 379 } else if (stateTransitionIsRequired(enable, minInterval, hasRequest, in configure() 385 minInterval, CHRE_ERROR_FUNCTION_DISABLED, in configure() 387 } else if (addRequestToQueue(instanceId, enable, minInterval, cookie)) { in configure() 388 success = controlPlatform(enable, minInterval, minTimeToNext); in configure() [all …]
|
D | sensor.cc | 82 info->minInterval = getMinInterval(); in populateSensorInfo()
|
/system/chre/core/include/chre/core/ |
D | gnss_manager.h | 52 bool addRequest(Nanoapp *nanoapp, Milliseconds minInterval, 140 Milliseconds minInterval; member 173 Milliseconds minInterval; member 241 bool configure(Nanoapp *nanoapp, bool enable, Milliseconds minInterval, 268 Milliseconds minInterval, const void *cookie); 287 bool stateTransitionIsRequired(bool requestedState, Milliseconds minInterval, 300 bool updateRequests(bool enable, Milliseconds minInterval, 316 Milliseconds minInterval, uint8_t errorCode, 327 Milliseconds minInterval, uint8_t errorCode, 354 bool controlPlatform(bool enable, Milliseconds minInterval,
|
/system/chre/apps/test/chqts/src/general_test/ |
D | sensor_info_test.cc | 46 if ((mApiVersion < CHRE_API_VERSION_1_1) && (info.minInterval != 0)) { in validateSensorInfo() 49 } else if (info.minInterval == 0) { in validateSensorInfo() 54 info.minInterval, CHRE_SENSOR_LATENCY_DEFAULT)) { in validateSensorInfo()
|
D | basic_flush_async_test.cc | 58 mFlushTestTimeWiggleRoomNs = 20 * info.minInterval; in setUp() 61 2 * info.minInterval, kFlushTestLatencyNs)) { in setUp()
|
/system/chre/platform/shared/ |
D | platform_gnss.cc | 69 bool PlatformGnss::controlLocationSession(bool enable, Milliseconds minInterval, in controlLocationSession() argument 74 enable, static_cast<uint32_t>(minInterval.getMilliseconds()), in controlLocationSession() 111 Milliseconds minInterval) { in controlMeasurementSession() argument 115 enable, static_cast<uint32_t>(minInterval.getMilliseconds())); in controlMeasurementSession()
|
/system/chre/platform/include/chre/platform/ |
D | platform_gnss.h | 58 bool controlLocationSession(bool enable, Milliseconds minInterval, 78 bool controlMeasurementSession(bool enable, Milliseconds minInterval);
|
/system/chre/platform/slpi/see/ |
D | platform_sensor.cc | 21 void PlatformSensorBase::initBase(uint8_t sensorType, uint64_t minInterval, in initBase() argument 25 mMinInterval = minInterval; in initBase()
|
D | platform_sensor_manager.cc | 337 uint64_t minInterval = in addSensor() local 349 sensors->back().initBase(sensorType, minInterval, sensorName, in addSensor()
|
/system/chre/platform/slpi/see/include/chre/target_platform/ |
D | platform_sensor_base.h | 41 void initBase(uint8_t sensorType, uint64_t minInterval,
|
/system/chre/platform/linux/ |
D | platform_sensor.cc | 26 return mSensorInfo->minInterval; in getMinInterval()
|
/system/chre/chre_api/legacy/v1_2/chre/ |
D | sensor.h | 431 uint64_t minInterval; member
|
/system/chre/chre_api/legacy/v1_4/chre/ |
D | sensor.h | 579 uint64_t minInterval; member
|
/system/chre/chre_api/legacy/v1_3/chre/ |
D | sensor.h | 564 uint64_t minInterval; member
|
/system/chre/chre_api/include/chre_api/chre/ |
D | sensor.h | 620 uint64_t minInterval; member
|
/system/chre/chre_api/legacy/v1_1/chre/ |
D | sensor.h | 573 uint64_t minInterval; member
|
/system/chre/apps/power_test/common/ |
D | request_manager.cc | 244 requestSensor(enable, kAllSensorTypes[i], sensorInfo.minInterval, in requestAllSensors()
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothGatt.aidl | 142 void leConnectionUpdate(int clientIf, String address, int minInterval, in leConnectionUpdate() argument
|
/system/chre/apps/sensor_world/ |
D | sensor_world.cc | 332 info.supportsPassiveMode, info.minInterval); in nanoappStart()
|
/system/chre/apps/test/common/chre_cross_validator_sensor/src/ |
D | chre_cross_validator_sensor_manager.cc | 327 std::max(intervalFromApInNs, sensorInfo.minInterval); in handleStartSensorMessage()
|
/system/chre/doc/ |
D | compatibility.md | 135 structure was extended with a new field, `minInterval`. Therefore, the framework
|