| /hardware/google/pixel/pixelstats/ |
| D | StatsHelper.cpp | 54 std::vector<VendorAtomValue> values(2); in reportSpeakerImpedance() local 73 std::vector<VendorAtomValue> values(5); in reportSpeakerHealthStat() local 98 std::vector<VendorAtomValue> values(2); in reportSlowIo() local 119 std::vector<VendorAtomValue> values(kChargeCyclesBucketsCount); in reportChargeCycles() local 138 std::vector<VendorAtomValue> values(3); in reportHardwareFailed() local 159 std::vector<VendorAtomValue> values(4); in reportSpeechDspStat() local 182 std::vector<VendorAtomValue> values(3); in reportPhysicalDropDetected() local 203 std::vector<VendorAtomValue> values(5); in reportUsbPortOverheat() local
|
| D | SysfsCollector.cpp | 460 std::vector<VendorAtomValue> values(2); in logBatteryCapacity() local 500 std::vector<VendorAtomValue> values(3); in logUFSLifetime() local 536 std::vector<VendorAtomValue> values(1); in logUFSErrorStats() local 616 std::vector<VendorAtomValue> values(9); in logF2fsStats() local 691 std::vector<VendorAtomValue> values(3); in logF2fsAtomicWriteInfo() local 748 std::vector<VendorAtomValue> values(3); in logF2fsCompressionInfo() local 814 std::vector<VendorAtomValue> values(4); in logF2fsGcSegmentInfo() local 841 std::vector<VendorAtomValue> values(1); in logF2fsSmartIdleMaintEnabled() local 893 std::vector<VendorAtomValue> values(6); in logBlockStatsReported() local 959 std::vector<VendorAtomValue> values(6); in reportZramMmStat() local [all …]
|
| D | BatteryHealthReporter.cpp | 87 std::vector<VendorAtomValue> values(vtier_fields_size); in reportBatteryHealthStatusEvent() local 152 std::vector<VendorAtomValue> values(vtier_fields_size); in reportBatteryHealthUsageEvent() local
|
| D | MmMetricsReporter.cpp | 275 const std::vector<VendorAtomValue> &values, in reportVendorAtom() 425 std::vector<VendorAtomValue> values(last_value_index + 1, tmp); in logPixelMmMetricsPerHour() local 460 std::vector<VendorAtomValue> values(last_value_index + 1, tmp); in logPixelMmMetricsPerDay() local 644 std::vector<VendorAtomValue> *values) { in fillCompactionDurationStatAtom() 708 std::vector<VendorAtomValue> *values) { in fillDirectReclaimStatAtom() 1087 void MmMetricsReporter::fillPressureStallAtom(std::vector<VendorAtomValue> *values) { in fillPressureStallAtom() 1180 std::vector<VendorAtomValue> values; in reportCmaStatusAtom() local
|
| D | BrownoutDetectedReporter.cpp | 114 void BrownoutDetectedReporter::setAtomFieldValue(std::vector<VendorAtomValue> *values, int offset, in setAtomFieldValue() 126 std::vector<VendorAtomValue> values(37); in uploadData() local
|
| D | MitigationStatsReporter.cpp | 69 std::vector<VendorAtomValue> values(24); in logMitigationStatsPerHour() local
|
| /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/ |
| D | datalogger_outputs.c | 49 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/ |
| D | mm_jpeg_exif.c | 83 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/ |
| D | hal_outputs.c | 74 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/interfaces/automotive/vehicle/aidl/impl/utils/common/include/ |
| D | ParcelableUtils.h | 36 ndk::ScopedAStatus vectorToStableLargeParcelable(std::vector<T1>&& values, T2* output) { in vectorToStableLargeParcelable() 58 ndk::ScopedAStatus vectorToStableLargeParcelable(const std::vector<T1>& values, T2* output) { in vectorToStableLargeParcelable()
|
| D | VehiclePropertyStore.h | 163 std::unordered_map<RecordId, VehiclePropValuePool::RecyclableType, RecordIdHash> values; member
|
| /hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
| D | hal_outputs.c | 122 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/interfaces/boot/1.1/vts/functional/ |
| D | VtsHalBootV1_1TargetTest.cpp | 67 std::vector<MergeStatus> values; in ValidMergeStatusValues() local 81 auto values = ValidMergeStatusValues(); in TEST_P() local
|
| /hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/ |
| D | VehiclePropertyStoreTest.cpp | 59 const std::vector<VehiclePropValuePool::RecyclableType>& values) { in convertValuePtrsToValues() 141 auto values = getTestPropValues(); in TEST_F() local 147 auto values = getTestPropValues(); in TEST_F() local 158 auto values = getTestPropValues(); in TEST_F() local 170 auto values = getTestPropValues(); in TEST_F() local 190 auto values = getTestPropValues(); in TEST_F() local 207 auto values = getTestPropValues(); in TEST_F() local 218 auto values = getTestPropValues(); in TEST_F() local 310 auto values = getTestPropValues(); in TEST_F() local 328 auto values = getTestPropValues(); in TEST_F() local
|
| /hardware/interfaces/automotive/vehicle/aidl/generated_lib/java/ |
| D | AccessForVehicleProperty.java | 31 public static final Map<Integer, Integer> values = Map.ofEntries( field in AccessForVehicleProperty
|
| D | ChangeModeForVehicleProperty.java | 31 public static final Map<Integer, Integer> values = Map.ofEntries( field in ChangeModeForVehicleProperty
|
| /hardware/google/pixel/health/ |
| D | StatsHelper.cpp | 59 std::vector<VendorAtomValue> values(7); in reportBatteryHealthSnapshot() local 87 std::vector<VendorAtomValue> values(1); in reportBatteryCausedShutdown() local
|
| /hardware/libhardware/modules/camera/3_4/metadata/ |
| D | array_vector.h | 42 void push_back(const std::array<T, N>& values) { in push_back()
|
| /hardware/interfaces/audio/common/all-versions/util/include/common/all-versions/ |
| D | HidlSupport.h | 31 hidl_enum_range<Enum> values; in isValidHidlEnum() local
|
| /hardware/google/pixel/thermal/utils/ |
| D | thermal_info.cpp | 67 bool getIntFromJsonValues(const Json::Value &values, CdevArray *out, bool inc_check, in getIntFromJsonValues() 100 bool getFloatFromJsonValues(const Json::Value &values, ThrottlingArray *out, bool inc_check, in getFloatFromJsonValues() 169 Json::Value values = sensor["Combination"]; in ParseVirtualSensorInfo() local 301 bool ParseBindedCdevInfo(const Json::Value &values, in ParseBindedCdevInfo() 577 Json::Value values; in ParseSensorThrottlingInfo() local 713 Json::Value values = sensors[i]["HotThreshold"]; in ParseSensorInfo() local 983 Json::Value values = cooling_devices[i]["State2Power"]; in ParseCoolingDevice() local 1039 Json::Value values; in ParsePowerRailInfo() local 1157 Json::Value values = stats_config["RecordWithDefaultThreshold"]; in ParseStatsInfo() local
|
| /hardware/interfaces/sensors/aidl/convert/ |
| D | convert.cpp | 210 const auto& values = in convertToSensorEvent() local 218 const auto& values = in convertToSensorEvent() local
|
| /hardware/google/pixel/vibrator/common/ |
| D | StatsBase.cpp | 228 std::vector<VendorAtomValue> values(2); in vibratorPlaycountAtom() local 245 std::vector<VendorAtomValue> values(3); in vibratorLatencyAtom() local 272 std::vector<VendorAtomValue> values(1); in vibratorErrorAtom() local
|
| /hardware/interfaces/automotive/vehicle/aidl/impl/proto/android/hardware/automotive/vehicle/ |
| D | VehiclePropValue.proto | 57 repeated VehiclePropValue values = 1; field
|
| /hardware/interfaces/automotive/vehicle/aidl/emu_metadata/ |
| D | android.hardware.automotive.vehicle-types-meta.json | 4 "values": [ array 17 "values": [ array 42 "values": [ array 63 "values": [ array 80 "values": [ array 97 "values": [ array 198 "values": [ array 223 "values": [ array 256 "values": [ array 301 "values": [ array [all …]
|
| /hardware/interfaces/automotive/vehicle/aidl/impl/grpc/ |
| D | GRPCVehicleProxyServer.cpp | 46 [this](std::vector<aidlvhal::VehiclePropValue> values) { in GrpcVehicleProxyServer() 199 const std::vector<aidlvhal::VehiclePropValue>& values) { in OnVehiclePropChange() 265 bool GrpcVehicleProxyServer::ConnectionDescriptor::Write(const proto::VehiclePropValues& values) { in Write()
|