/device/google/contexthub/firmware/lib/libm/ |
D | wf_fmod.c | 24 float fmodf(float x, float y) /* wrapper fmodf */ in fmodf() 64 double fmod(double x, double y) in fmod()
|
D | wf_pow.c | 24 float powf(float x, float y) /* wrapper powf */ in powf() 170 double pow(double x, double y) in pow()
|
D | wf_atan2.c | 25 float atan2f(float y, float x) /* wrapper atan2f */ in atan2f() 37 double atan2(double y, double x) in atan2()
|
D | sf_sin.c | 25 float y[2],z=0.0; local
|
D | sf_cos.c | 25 float y[2],z=0.0; local
|
/device/linaro/dragonboard/shared/utils/rmtfs/ |
D | util.h | 4 #define MIN(x, y) ((x) < (y) ? (x) : (y)) argument 5 #define MAX(x, y) ((x) > (y) ? (x) : (y)) argument
|
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
D | touch.js | 26 …sendEventUpdate(dc, e.target, [{x: e.offsetX, y: e.offsetY, id: e.pointerId}], scaleCoordinates, t… property 36 …sendEventUpdate(dc, e.target, [{x: e.offsetX, y: e.offsetY, id: e.pointerId}], scaleCoordinates, f… property 46 …sendEventUpdate(dc, e.target, [{x: e.offsetX, y: e.offsetY, id: e.pointerId}], scaleCoordinates, t… property 56 function scaleDisplayCoordinates(deviceDisplayElement, x, y) { argument
|
/device/google/trout/product_files/etc/automotive/evs/ |
D | config_override.json | 28 "y" : 20.0, number 39 "y" : 100.0, number 50 "y" : 60.0, number 61 "y" : 60.0, number
|
/device/google/contexthub/firmware/os/inc/ |
D | toolchain.h | 66 #define SET_INTERNAL_LOCATION(x, y) _Pragma((x, y)) __root argument 68 #define SET_INTERNAL_LOCATION_ATTRIBUTES(x, y) argument 70 #define SET_EXTERNAL_APP_ATTRIBUTES(x, y, z) argument 72 #define SET_EXTERNAL_APP_VERSION(x, y, z) argument
|
/device/google/contexthub/firmware/os/algos/common/math/ |
D | vec.h | 50 float x, y, z; member 54 float x, y, z, w; member 58 static inline void initVec3(struct Vec3 *v, float x, float y, float z) { in initVec3() 169 static inline void initVec4(struct Vec4 *v, float x, float y, float z, in initVec4()
|
/device/google/cuttlefish/host/libs/confui/ |
D | session.h | 76 bool IsConfirm(const int x, const int y) { in IsConfirm() 80 bool IsCancel(const int x, const int y) { return renderer_.IsInCancel(x, y); } in IsCancel()
|
D | host_renderer.cc | 69 bool IsInConfirm(const std::uint32_t x, const std::uint32_t y) { in IsInConfirm() 72 bool IsInCancel(const std::uint32_t x, const std::uint32_t y) { in IsInCancel() 83 std::uint32_t x, y, w, h; // (x, y) is the top left member 312 std::uint32_t x, std::uint32_t y, in UpdatePixels() 381 teeui::Color color) -> teeui::Error { in RepaintRawFrame() 430 bool ConfUiRenderer::IsInConfirm(const std::uint32_t x, const std::uint32_t y) { in IsInConfirm() 436 bool ConfUiRenderer::IsInCancel(const std::uint32_t x, const std::uint32_t y) { in IsInCancel()
|
D | host_virtual_input.cc | 62 Result<void> HostVirtualInputEventSink::SendMouseMoveEvent(int x, int y) { in SendMouseMoveEvent() 79 const std::string& device_label, int x, int y, bool down) { in SendTouchEvent()
|
/device/google/contexthub/firmware/variant/nucleo/inc/variant/ |
D | variant.h | 43 #define BMI160_TO_ANDROID_COORDINATE(x, y, z) \ argument 49 #define BMM150_TO_ANDROID_COORDINATE(x, y, z) \ argument
|
/device/google/cuttlefish/host/libs/wayland/ |
D | wayland_compositor.cpp | 40 int32_t y, in region_add() 60 int32_t y, in region_subtract() 88 int32_t y) { in surface_attach() 101 int32_t y, in surface_damage() 163 int32_t y, in surface_damage_buffer()
|
/device/google/contexthub/firmware/variant/lunchbox/inc/variant/ |
D | variant.h | 50 #define BMI160_TO_ANDROID_COORDINATE(x, y, z) \ argument 56 #define BMM150_TO_ANDROID_COORDINATE(x, y, z) \ argument
|
/device/google/contexthub/util/nanotool/ |
D | calibrationfile.cpp | 98 bool CalibrationFile::SetTripleAxis(const char *key, int32_t x, int32_t y, in SetTripleAxis() 108 bool CalibrationFile::SetFourAxis(const char *key, int32_t x, int32_t y, in SetFourAxis()
|
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_sphere_fit_cal/ |
D | mag_sphere_fit.c | 73 void magCalSphereDataUpdate(struct MagCalSphere *mocs, float x, float y, in magCalSphereDataUpdate() 121 uint64_t sample_time_us, float x, float y, in magCalSphereUpdate()
|
/device/google/contexthub/firmware/variant/neonkey/inc/variant/ |
D | variant.h | 61 #define BMI160_TO_ANDROID_COORDINATE(x, y, z) \ argument 67 #define BMM150_TO_ANDROID_COORDINATE(x, y, z) \ argument
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | akm_ak09915_slave.c | 20 void parseMagData(struct MagTask *magTask, uint8_t *buf, float *x, float *y, float *z) { in parseMagData()
|
/device/google/cuttlefish/host/libs/input_connector/ |
D | input_connector.h | 31 int32_t y; member
|
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/ |
D | accel_cal.c | 238 uint64_t sample_time_nanos, float x, float y, in accelStillnessDetection() 421 bool accelCalUpdateBias(struct AccelCal *acc, float *x, float *y, float *z) { in accelCalUpdateBias() 442 void accelCalBiasSet(struct AccelCal *acc, float x, float y, float z) { in accelCalBiasSet() 449 void accelCalBiasRemove(struct AccelCal *acc, float *x, float *y, float *z) { in accelCalBiasRemove() 457 float y, float z, float temp) { in accelCalRun()
|
/device/google/contexthub/firmware/os/algos/calibration/diversity_checker/ |
D | diversity_checker.c | 75 float x, float y, float z) { in diversityCheckerFindNearestPoint() 111 float y, float z) { in diversityCheckerUpdate()
|
/device/google/cuttlefish/guest/commands/sensor_injection/ |
D | main.cpp | 111 void InjectAccelerometer(double x, double y, double z) { in InjectAccelerometer() 131 void InjectMagnetometer(double x, double y, double z) { in InjectMagnetometer() 151 void InjectGyroscope(double x, double y, double z){ in InjectGyroscope()
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | sensors_handler.cpp | 44 Result<void> SensorsHandler::RefreshSensors(const double x, const double y, in RefreshSensors() 81 void SensorsHandler::HandleMessage(const double x, const double y, const double z) { in HandleMessage()
|