Searched refs:sv (Results 1 – 13 of 13) sorted by relevance
/device/google/contexthub/sensorhal/ |
D | hubconnection.cpp | 659 uint8_t HubConnection::magAccuracyUpdate(sensors_vec_t *sv) in magAccuracyUpdate() argument 661 float magSq = sv->x * sv->x + sv->y * sv->y + sv->z * sv->z; in magAccuracyUpdate() 678 sensors_vec_t *sv; in processSample() local 685 sv = &initEv(&nev[cnt], timestamp, type, sensor)->acceleration; in processSample() 686 sv->x = sample->ix * mScaleAccel; in processSample() 687 sv->y = sample->iy * mScaleAccel; in processSample() 688 sv->z = sample->iz * mScaleAccel; in processSample() 689 sv->status = SENSOR_STATUS_ACCURACY_HIGH; in processSample() 706 sv->x += mAccelBias[0] - mAccelEnabledBias[0]; in processSample() 707 sv->y += mAccelBias[1] - mAccelEnabledBias[1]; in processSample() [all …]
|
D | hubconnection.h | 265 uint8_t magAccuracyUpdate(sensors_vec_t *sv);
|
/device/generic/goldfish/camera/ |
D | list_qemu_cameras.cpp | 162 if (!findToken(line, "name"sv, &name)) { return false; } in listQemuCameras() 165 if (!findToken(line, "dir"sv, &dir)) { return FAILURE(false); } in listQemuCameras() 168 if (!findToken(line, "framedims"sv, &framedims)) { return FAILURE(false); } in listQemuCameras() 250 params.isBackFacing = (dir == "back"sv); in listQemuCameras()
|
/device/google/gs101/health/ |
D | Health.cpp | 247 ndk::SharedRefBase::make<HealthImpl>("default"sv, std::move(config)); in main() 249 if (argc >= 2 && argv[1] == "--charger"sv) { in main()
|
/device/google/gs201/health/ |
D | Health.cpp | 250 ndk::SharedRefBase::make<HealthImpl>("default"sv, std::move(config)); in main() 252 if (argc >= 2 && argv[1] == "--charger"sv) { in main()
|
/device/google/zuma/health/ |
D | Health.cpp | 258 ndk::SharedRefBase::make<HealthImpl>("default"sv, std::move(config)); in main() 260 if (argc >= 2 && argv[1] == "--charger"sv) { in main()
|
/device/google/zumapro/health/ |
D | Health.cpp | 258 ndk::SharedRefBase::make<HealthImpl>("default"sv, std::move(config)); in main() 260 if (argc >= 2 && argv[1] == "--charger"sv) { in main()
|
/device/google/cuttlefish/guest/hals/health/ |
D | health-hidl.cpp | 106 if (instance != "default"sv) { in HIDL_FETCH_IHealth()
|
/device/generic/goldfish/qemu-props/ |
D | qemu-props.cpp | 116 static constexpr std::string_view k_vendor_prefix = "vendor."sv; in setBootProperties()
|
/device/google/sunfish/health/ |
D | Health.cpp | 202 if (instance != "default"sv) { in HIDL_FETCH_IHealth()
|
/device/google/redbull/health/ |
D | Health.cpp | 227 if (instance != "default"sv) { in HIDL_FETCH_IHealth()
|
/device/google/coral/health/ |
D | Health.cpp | 237 if (instance != "default"sv) { in HIDL_FETCH_IHealth()
|
/device/generic/goldfish/sensors/ |
D | multihal_sensors.cpp | 67 const std::string_view kListSensorsCmd = "list-sensors"sv; in MultihalSensors()
|