Home
last modified time | relevance | path

Searched refs:azimuth (Results 1 – 25 of 109) sorted by relevance

12345

/hardware/google/camera/common/sensor_listener/tests/
Dgoog_gyro_test.cc75 std::vector<float> azimuth; in QueryGyroDirectEventsForDuration() local
82 gyro_start_time, gyro_end_time, &gyro_timestamp_ns, &azimuth, &pitch, in QueryGyroDirectEventsForDuration()
92 gyro_direct_azimuth_.insert(gyro_direct_azimuth_.end(), azimuth.begin(), in QueryGyroDirectEventsForDuration()
93 azimuth.end()); in QueryGyroDirectEventsForDuration()
214 const std::vector<float>& azimuth, in LogGyroDataToFile() argument
224 ofs << gyro_timestamp_ns[i] << " " << azimuth[i] << " " << roll[i] << " " in LogGyroDataToFile()
/hardware/interfaces/audio/effect/all-versions/default/
DVirtualizerEffect.cpp283 speakerAngles[i].azimuth = *halAngles++; in getVirtualSpeakerAngles()
296 speakerAngles.azimuth.resize(channelCount); in getVirtualSpeakerAngles()
306 speakerAngles.azimuth[i] = *halAnglesPtr++; in getVirtualSpeakerAngles()
/hardware/interfaces/gnss/measurement_corrections/1.0/
Dtypes.hal67 * Defines the reflecting plane characteristics such as location and azimuth
140 /** Represents azimuth clockwise from north of the reflecting plane in degrees. */
/hardware/interfaces/audio/effect/6.0/
DIVirtualizerEffect.hal54 int16_t azimuth; // 0 is the direction the listener faces
/hardware/interfaces/audio/effect/2.0/
DIVirtualizerEffect.hal53 int16_t azimuth; // 0 is the direction the listener faces
/hardware/interfaces/audio/effect/4.0/
DIVirtualizerEffect.hal54 int16_t azimuth; // 0 is the direction the listener faces
/hardware/interfaces/audio/effect/5.0/
DIVirtualizerEffect.hal54 int16_t azimuth; // 0 is the direction the listener faces
/hardware/libhardware/include_all/hardware/
Dgps.h389 float azimuth; member
430 float azimuth; member
Dsensors.h223 float azimuth; member
/hardware/libhardware/include/hardware/
Dgps.h389 float azimuth; member
430 float azimuth; member
Dsensors.h223 float azimuth; member
/hardware/interfaces/audio/effect/7.0/
DIVirtualizerEffect.hal62 vec<int16_t> azimuth;
/hardware/qcom/sm7150/gps/utils/
Dloc_gps.h598 float azimuth; member
639 float azimuth; member
/hardware/qcom/gps/msm8998/utils/
Dloc_gps.h574 float azimuth; member
615 float azimuth; member
/hardware/qcom/sm7250/gps/utils/
Dloc_gps.h604 float azimuth; member
645 float azimuth; member
/hardware/qcom/gps/msm8909w_3100/utils/
Dloc_gps.h578 float azimuth; member
619 float azimuth; member
/hardware/qcom/sm8150/gps/utils/
Dloc_gps.h604 float azimuth; member
645 float azimuth; member
/hardware/qcom/sm8150p/gps/utils/
Dloc_gps.h598 float azimuth; member
639 float azimuth; member
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Dloc_eng_nmea.cpp682 … (int)(0.5 + svStatus.gnss_sv_list[svNumber-1].azimuth)); //float to int in loc_eng_nmea_generate_sv()
757 (int)(0.5 + svStatus.gnss_sv_list[svNumber - 1].azimuth)); //float to int in loc_eng_nmea_generate_sv()
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dloc_eng_nmea.cpp676 … (int)(0.5 + svStatus.gnss_sv_list[svNumber-1].azimuth)); //float to int in loc_eng_nmea_generate_sv()
754 (int)(0.5 + svStatus.gnss_sv_list[svNumber - 1].azimuth)); //float to int in loc_eng_nmea_generate_sv()
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_log.c258 CHECK_MASK(float, sv->azimuth, mask, RPC_LOC_SV_INFO_VALID_AZIMUTH), in log_satellite_report()
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_log.c258 CHECK_MASK(float, sv->azimuth, mask, RPC_LOC_SV_INFO_VALID_AZIMUTH), in log_satellite_report()
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_log.c258 CHECK_MASK(float, sv->azimuth, mask, RPC_LOC_SV_INFO_VALID_AZIMUTH), in log_satellite_report()
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_log.c258 CHECK_MASK(float, sv->azimuth, mask, RPC_LOC_SV_INFO_VALID_AZIMUTH), in log_satellite_report()
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_log.c258 CHECK_MASK(float, sv->azimuth, mask, RPC_LOC_SV_INFO_VALID_AZIMUTH), in log_satellite_report()

12345