Home
last modified time | relevance | path

Searched defs:values (Results 1 – 25 of 44) sorted by relevance

12

/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
Ddatalogger_outputs.c49 void inv_get_sensor_type_gyro_raw_short(short *values, inv_time_t *timestamp) in inv_get_sensor_type_gyro_raw_short()
64 void inv_get_sensor_type_gyro_raw_body_float(float *values, in inv_get_sensor_type_gyro_raw_body_float()
91 void inv_get_sensor_type_gyro_float(float *values, int8_t *accuracy, in inv_get_sensor_type_gyro_float()
107 void inv_get_sensor_type_accel_raw_short(short *values, inv_time_t *timestamp) in inv_get_sensor_type_accel_raw_short()
125 void inv_get_sensor_type_accel_float(float *values, int8_t *accuracy, in inv_get_sensor_type_accel_float()
141 void inv_get_sensor_type_compass_raw_short(short *values, inv_time_t *timestamp) in inv_get_sensor_type_compass_raw_short()
161 float *values, int8_t *accuracy, inv_time_t *timestamp) in inv_get_sensor_type_compass_float()
251 void inv_get_sensor_type_quat_float(float *values, int *accuracy, in inv_get_sensor_type_quat_float()
269 void inv_get_sensor_type_gravity_float(float *values, int *accuracy, in inv_get_sensor_type_gravity_float()
310 void inv_get_sensor_type_rotation_vector_float(float *values, int *accuracy, in inv_get_sensor_type_rotation_vector_float()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_exif.c83 uint8_t *values = (uint8_t *)malloc(count); in addExifEntry() local
111 uint16_t *values = (uint16_t *)malloc(count * sizeof(uint16_t)); in addExifEntry() local
126 uint32_t *values = (uint32_t *)malloc(count * sizeof(uint32_t)); in addExifEntry() local
141 rat_t *values = (rat_t *)malloc(count * sizeof(rat_t)); in addExifEntry() local
155 uint8_t *values = (uint8_t *)malloc(count); in addExifEntry() local
167 int32_t *values = (int32_t *)malloc(count * sizeof(int32_t)); in addExifEntry() local
182 srat_t *values = (srat_t *)malloc(count * sizeof(srat_t)); in addExifEntry() local
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dhal_outputs.c74 int inv_get_sensor_type_accelerometer(float *values, int8_t *accuracy, in inv_get_sensor_type_accelerometer()
103 int inv_get_sensor_type_linear_acceleration(float *values, int8_t *accuracy, in inv_get_sensor_type_linear_acceleration()
132 int inv_get_sensor_type_gravity(float *values, int8_t *accuracy, in inv_get_sensor_type_gravity()
162 int inv_get_sensor_type_gyroscope(float *values, int8_t *accuracy, in inv_get_sensor_type_gyroscope()
188 int inv_get_sensor_type_gyroscope_raw(float *values, int8_t *accuracy, in inv_get_sensor_type_gyroscope_raw()
232 int inv_get_sensor_type_rotation_vector(float *values, int8_t *accuracy, in inv_get_sensor_type_rotation_vector()
253 int inv_get_sensor_type_rotation_vector_6_axis(float *values, int8_t *accuracy, in inv_get_sensor_type_rotation_vector_6_axis()
296 int inv_get_sensor_type_geomagnetic_rotation_vector(float *values, int8_t *accuracy, in inv_get_sensor_type_geomagnetic_rotation_vector()
328 int inv_get_sensor_type_magnetic_field(float *values, int8_t *accuracy, in inv_get_sensor_type_magnetic_field()
356 int inv_get_sensor_type_magnetic_field_raw(float *values, int8_t *accuracy, in inv_get_sensor_type_magnetic_field_raw()
[all …]
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Dhal_outputs.c122 int inv_get_sensor_type_accelerometer(float *values, int8_t *accuracy, in inv_get_sensor_type_accelerometer()
151 int inv_get_sensor_type_linear_acceleration(float *values, int8_t *accuracy, in inv_get_sensor_type_linear_acceleration()
176 int inv_get_sensor_type_gravity(float *values, int8_t *accuracy, in inv_get_sensor_type_gravity()
201 int inv_get_sensor_type_gyroscope(float *values, int8_t *accuracy, in inv_get_sensor_type_gyroscope()
227 int inv_get_sensor_type_gyroscope_raw(float *values, int8_t *accuracy, in inv_get_sensor_type_gyroscope_raw()
271 int inv_get_sensor_type_rotation_vector(float *values, int8_t *accuracy, in inv_get_sensor_type_rotation_vector()
293 int inv_get_sensor_type_rotation_vector_6_axis(float *values, int8_t *accuracy, in inv_get_sensor_type_rotation_vector_6_axis()
338 int inv_get_sensor_type_geomagnetic_rotation_vector(float *values, int8_t *accuracy, in inv_get_sensor_type_geomagnetic_rotation_vector()
374 int inv_get_sensor_type_magnetic_field(float *values, int8_t *accuracy, in inv_get_sensor_type_magnetic_field()
402 int inv_get_sensor_type_magnetic_field_raw(float *values, int8_t *accuracy, in inv_get_sensor_type_magnetic_field_raw()
[all …]
/hardware/libhardware/modules/camera/3_4/metadata/
Darray_vector.h42 void push_back(const std::array<T, N>& values) { in push_back()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3PostProc.cpp3023 uint8_t *values = (uint8_t *)malloc(count); in addEntry() local
3055 uint16_t *values = in addEntry() local
3074 uint32_t *values = in addEntry() local
3093 rat_t *values = (rat_t *)malloc(count * sizeof(rat_t)); in addEntry() local
3109 uint8_t *values = (uint8_t *)malloc(count); in addEntry() local
3123 int32_t *values = in addEntry() local
3142 srat_t *values = (srat_t *)malloc(count * sizeof(srat_t)); in addEntry() local
/hardware/google/easel/camera/include/
DHdrPlusTypes.h467 void appendVectorOrArrayToString(std::string *strOut, T values) { in appendVectorOrArrayToString()
485 void appendVectorOrArrayToString(std::string *strOut, const char* key, T values) { in appendVectorOrArrayToString()
501 std::vector<std::array<T, SIZE>> values) { in appendVectorArrayToString()
522 std::array<T, SIZE> values) { in appendArrayArrayToString()
/hardware/qcom/display/sdm845/sdm/libs/hwc/
Dhwc_display_null.cpp101 int32_t *values) { in GetDisplayAttributes()
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display_null.cpp101 int32_t *values) { in GetDisplayAttributes()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraPostProc.cpp3879 uint8_t *values = (uint8_t *)malloc(count); in addEntry() local
3910 uint16_t *values = (uint16_t *)malloc(count * sizeof(uint16_t)); in addEntry() local
3927 uint32_t *values = (uint32_t *)malloc(count * sizeof(uint32_t)); in addEntry() local
3944 rat_t *values = (rat_t *)malloc(count * sizeof(rat_t)); in addEntry() local
3959 uint8_t *values = (uint8_t *)malloc(count); in addEntry() local
3973 int32_t *values = (int32_t *)malloc(count * sizeof(int32_t)); in addEntry() local
3990 srat_t *values = (srat_t *)malloc(count * sizeof(srat_t)); in addEntry() local
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DSubscriptionManager.h78 std::list<VehiclePropValue *> values; member
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalTestUtils.h132 const hidl_vec<VehiclePropValue>& values) override { in onPropertyEvent()
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
DDummyDevice.cpp135 int32_t *values) in getDisplayAttributes()
DExternalDevice.cpp327 int32_t *values) in getDisplayAttributes()
DPhysicalDevice.cpp213 int32_t *values) in getDisplayAttributes()
/hardware/intel/common/libmix/videoencoder/
DIntelMetadataBuffer.cpp516 IMB_Result IntelMetadataBuffer::GetExtraValues(intptr_t* &values, uint32_t& num) in GetExtraValues()
524 IMB_Result IntelMetadataBuffer::SetExtraValues(intptr_t* values, uint32_t num) in SetExtraValues()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp85 std::vector<VehiclePropValue> values; in readValuesForProperty() local
DVehicleHalManager.cpp235 void VehicleHalManager::onBatchHalEvent(const std::vector<VehiclePropValuePtr>& values) { in onBatchHalEvent()
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DHwcModule.cpp147 int32_t *values) in hwc_getDisplayAttributes()
DHwcomposer.cpp212 int32_t *values) in getDisplayAttributes()
/hardware/intel/img/hwcomposer/merrifield/common/base/
DHwcModule.cpp151 int32_t *values) in hwc_getDisplayAttributes()
DHwcomposer.cpp281 int32_t *values) in getDisplayAttributes()
/hardware/intel/common/libva/test/decode/
Dtinyjpeg-internal.h71 unsigned char values[256]; member
/hardware/qcom/camera/msm8998/usbcamcore/src/
DQCameraUsbParm.cpp403 static String8 create_values_str(const str_map *values, int len) { in create_values_str()
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DPhysicalDevice.cpp214 int32_t *values) in getDisplayAttributes()

12