HomeSort by relevance Sort by last modified time
    Searched refs:isNear (Results 1 - 9 of 9) sorted by null

  /system/chre/apps/sensor_world/
sensor_world.cc 243 LOGI("%s, %d samples: isNear %d, invalid %d",
245 reading.isNear, reading.invalid);
252 if (reading.isNear == 0) {
263 if (sensors[statusIndex].isInitialized && reading.isNear == 0) {
  /device/google/contexthub/inc/chre/
sensor.h 220 * o 'isNear': If set to 1, we are nearby (on the order of centimeters);
226 * this field must be checked on the first event before interpreting 'isNear'.
594 uint8_t isNear : 1;
  /system/chre/chre_api/legacy/v1_0/chre/
sensor.h 220 * o 'isNear': If set to 1, we are nearby (on the order of centimeters);
226 * this field must be checked on the first event before interpreting 'isNear'.
594 uint8_t isNear : 1;
  /system/chre/chre_api/include/chre_api/chre/
sensor.h 274 * o 'isNear': If set to 1, we are nearby (on the order of centimeters);
280 * this field must be checked on the first event before interpreting 'isNear'.
738 uint8_t isNear : 1;
    [all...]
  /device/google/contexthub/firmware/app/chre/common/
chre_app.c 118 byte.readings[0].isNear = src->samples[i].fdata == 0.0f;
160 byte.readings[0].isNear = data.fdata == 0.0f;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeTriggers.java 313 final boolean isNear = event.values[0] < mMaxRange;
314 finishWithResult(isNear ? RESULT_NEAR : RESULT_FAR);
  /external/swiftshader/third_party/subzero/src/
IceInstX86BaseImpl.h 514 Asm->jmp(L, isNear());
516 Asm->j(Condition, L, isNear());
522 Asm->jmp(L, isNear());
525 Asm->j(Condition, L, isNear());
528 Asm->jmp(L2, isNear());
560 Str << " // (" << (isNear() ? "near" : "far") << " jump)";
    [all...]
IceInstX86Base.h 416 bool isNear() const { return Kind == Near; }
    [all...]
  /system/chre/platform/slpi/
platform_sensor.cc 428 data->readings[i].isNear = sensorData.Data[0] ? 1 : 0;
    [all...]

Completed in 448 milliseconds