/hardware/google/av/media/sfplugin/ |
D | ReflectedParamUpdater.h | 57 struct Value : public AData<C2Value, int32_t, int64_t, AString, sp<ABuffer>>::Basic { struct 59 Value() = default; 60 explicit Value(C2Value i) { set(i); } in Value() argument 61 explicit Value(int32_t i) { set(i); } in Value() function 62 explicit Value(int64_t i) { set(i); } in Value() function 63 explicit Value(const AString &i) { set(i); } in Value() argument 64 explicit Value(const sp<ABuffer> &i) { set(i); } in Value() function 67 struct Dict : public std::map<std::string, Value> {
|
D | ReflectedParamUpdater.cpp | 495 Value value; in getParams()
|
D | CCodecConfig.cpp | 1261 static void convert(const AMessage::ItemData &from, ReflectedParamUpdater::Value *to) { in convert() 1288 static void relaxValues(ReflectedParamUpdater::Value &item) { in relaxValues() 1446 ReflectedParamUpdater::Value item; in getReflectedFormat()
|
/hardware/google/pixel/thermal/utils/ |
D | config_parser.cpp | 52 float getFloatFromValue(const Json::Value &value) { in getFloatFromValue() 70 Json::Value root; in ParseSensorInfo() 78 Json::Value sensors = root["Sensors"]; in ParseSensorInfo() 82 for (Json::Value::ArrayIndex i = 0; i < sensors.size(); ++i) { in ParseSensorInfo() 119 Json::Value values = sensors[i]["HotThreshold"]; in ParseSensorInfo() 127 for (Json::Value::ArrayIndex j = 0; j < kThrottlingSeverityCount; ++j) { in ParseSensorInfo() 149 for (Json::Value::ArrayIndex j = 0; j < kThrottlingSeverityCount; ++j) { in ParseSensorInfo() 168 for (Json::Value::ArrayIndex j = 0; j < kThrottlingSeverityCount; ++j) { in ParseSensorInfo() 190 for (Json::Value::ArrayIndex j = 0; j < kThrottlingSeverityCount; ++j) { in ParseSensorInfo() 245 Json::Value root; in ParseCoolingDevice() [all …]
|
/hardware/interfaces/radio/1.0/ |
D | ISapCallback.hal | 23 * @param token Id to match req-resp. Value must match the one in req. 33 * @param token Id to match req-resp. Value must match the one in req. 40 * @param token Id to match req-resp. Value must match the one in req. 48 * @param token Id to match req-resp. Value must match the one in req. 66 * @param token Id to match req-resp. Value must match the one in req. 82 * @param token Id to match req-resp. Value must match the one in req. 97 * @param token Id to match req-resp. Value must match the one in req. 111 * @param token Id to match req-resp. Value must match the one in req. 119 * @param token Id to match req-resp. Value must match the one in req. 135 * @param token Id to match req-resp. Value must match the one in req. [all …]
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | JsonFakeValueGenerator.cpp | 84 Json::Value rawEvents; in parseFakeValueJson() 91 for (Json::Value::ArrayIndex i = 0; i < rawEvents.size(); i++) { in parseFakeValueJson() 92 Json::Value rawEvent = rawEvents[i]; in parseFakeValueJson() 108 Json::Value rawEventValue = rawEvent["value"]; in parseFakeValueJson() 143 const Json::Value& jsonValue) { in copyMixedValueJson() 151 void JsonFakeValueGenerator::copyJsonArray(hidl_vec<T>& dest, const Json::Value& jsonArray) { in copyJsonArray() 153 for (Json::Value::ArrayIndex i = 0; i < jsonArray.size(); i++) { in copyJsonArray()
|
D | JsonFakeValueGenerator.h | 52 void copyMixedValueJson(VehiclePropValue::RawValue& dest, const Json::Value& jsonValue); 55 void copyJsonArray(hidl_vec<T>& dest, const Json::Value& jsonArray);
|
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/ |
D | cbor.h | 56 template <typename Key, typename Value> 59 const Value& value_; 60 MapElement(const Key& key, const Value& value) : key_(key), value_(value) {} in MapElement() 169 template <typename Key, typename Value> 170 MapElement<Key, Value> pair(const Key& k, const Value& v) { 171 return MapElement<Key, Value>(k, v); 317 template <typename Key, typename Value> 318 WriteState write(WriteState wState, const MapElement<Key, Value>& element) {
|
/hardware/interfaces/gnss/2.0/ |
D | IGnssMeasurementCallback.hal | 398 * Value "A" represents GALILEO E1A, GALILEO E6A, IRNSS L5A, IRNSS SA. 400 * Value "B" represents GALILEO E1B, GALILEO E6B, IRNSS L5B, IRNSS SB. 402 … * Value "C" represents GPS L1 C/A, GPS L2 C/A, GLONASS G1 C/A, GLONASS G2 C/A, GALILEO E1C, 405 … * Value "I" represents GPS L5 I, GLONASS G3 I, GALILEO E5a I, GALILEO E5b I, GALILEO E5a+b I, 408 * Value "L" represents GPS L1C (P), GPS L2C (L), QZSS L1C (P), QZSS L2C (L), LEX(6) L. 410 * Value "M" represents GPS L1M, GPS L2M. 412 * Value "N" represents GPS L1 codeless, GPS L2 codeless. 414 * Value "P" represents GPS L1P, GPS L2P, GLONASS G1P, GLONASS G2P. 416 … * Value "Q" represents GPS L5 Q, GLONASS G3 Q, GALILEO E5a Q, GALILEO E5b Q, GALILEO E5a+b Q, 419 * Value "S" represents GPS L1C (D), GPS L2C (M), QZSS L1C (D), QZSS L2C (M), LEX(6) S. [all …]
|
/hardware/google/pixel/pixelstats/ |
D | UeventListener.cpp | 146 std::vector<VendorAtom::Value> values(charge_stats_fields.size()); in ReportChargeStats() 147 VendorAtom::Value val; in ReportChargeStats() 186 std::vector<VendorAtom::Value> values(voltage_tier_stats_fields.size()); in ReportVoltageTierStats() 187 VendorAtom::Value val; in ReportVoltageTierStats()
|
D | SysfsCollector.cpp | 264 std::vector<VendorAtom::Value> values(2); in logBatteryCapacity() 265 VendorAtom::Value tmp; in logBatteryCapacity()
|
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
D | authorization_set.h | 204 template <typename TypedTagT, typename... Value> 205 void push_back(TypedTagT tag, Value&&... val) { in push_back() 206 push_back(Authorization(tag, std::forward<Value>(val)...)); in push_back()
|
/hardware/interfaces/broadcastradio/1.0/ |
D | types.hal | 198 /** Value used for type MetadataType.INT */ 200 /** Value used for type MetadataType.CLOCK */ 202 /** Value used for type MetadataType.TEXT */ 204 /** Value used for type MetadataType.RAW */
|
/hardware/interfaces/drm/1.1/ |
D | types.hal | 84 * one value for the given metric. The fields of the Value are 87 struct Value { 109 vec<Value> values;
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | IBurstContext.hal | 29 * @param slot Value uniquely identifying a memory region.
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | authorization_set.h | 212 template <typename TypedTagT, typename... Value> void push_back(TypedTagT tag, Value&&... val) { in push_back() 213 push_back(Authorization(tag, std::forward<Value>(val)...)); in push_back()
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | IVehicleCallback.hal | 41 * @param value Value that was set by a client.
|
/hardware/interfaces/wifi/supplicant/1.1/ |
D | ISupplicantStaNetwork.hal | 66 * - Key Identifier is a null-terminated string of the form "<Key>=<Value>"
|
/hardware/google/av/media/sfplugin/tests/ |
D | ReflectedParamUpdater_test.cpp | 229 msg["string.value"] = ReflectedParamUpdater::Value(AString("1234567890ABCDE")); in TEST_F() 230 msg["flex-string.value"] = ReflectedParamUpdater::Value(AString("abc")); in TEST_F()
|
/hardware/interfaces/tv/cec/1.0/ |
D | IHdmiCec.hal | 130 * @param value Value to be set.
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 836 * @param value Value 847 * @param value Value 1064 * @param value Value to be pushed to variable 1084 * @param value Value to be pushed to variable 1094 * @param value Value to be pushed to variable 1104 * @param value Value to be pushed to variable
|
/hardware/interfaces/tv/cec/2.0/ |
D | IHdmiCec.hal | 172 * @param value Value to be set.
|
D | types.hal | 188 * CEC All Device Type Value as specified in Table 11-30 of the CEC spec 2.0b.
|
/hardware/interfaces/broadcastradio/1.1/ |
D | types.hal | 71 * Value must be passed through the framework without any changes.
|
/hardware/interfaces/audio/core/all-versions/vts/functional/ |
D | AudioPrimaryHidlHalTest.h | 1170 template <class Value> 1171 static void checkInvalidStateOr0(Result res, Value value) { in checkInvalidStateOr0()
|