Home
last modified time | relevance | path

Searched refs:int64Value (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehicleUtils.cpp212 for (int64_t int64Value : value.value.int64Values) { in checkValueRange() local
213 if (int64Value < areaConfig->minInt64Value || in checkValueRange()
214 int64Value > areaConfig->maxInt64Value) { in checkValueRange()
215 return Error() << "int64Value: " << int64Value in checkValueRange()
/hardware/interfaces/drm/aidl/android/hardware/drm/
DDrmMetricValue.aidl24 long int64Value;
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/
DDrmMetricValue.aidl37 long int64Value;
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/
DDrmMetricValue.aidl37 long int64Value;
/hardware/interfaces/drm/1.1/
Dtypes.hal40 * int64Value: 1024
45 * int64Value: 75
76 int64_t int64Value;
93 int64_t int64Value;
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/utils/proto_message_converter/src/
DProtoMessageConverter.cpp131 for (auto& int64Value : in.value.int64Values) { in aidlToProto() local
132 out->add_int64_values(int64Value); in aidlToProto()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DProtoMessageConverter.cpp173 for (auto& int64Value : val.value.int64Values) { in toProto() local
174 protoVal->add_int64_values(int64Value); in toProto()
/hardware/interfaces/drm/1.1/vts/functional/include/android/hardware/drm/1.1/vts/
Ddrm_hal_clearkey_test.h152 return type == DrmMetricGroup::ValueType::INT64_TYPE && expected == actual.int64Value; in ValueEquals()