Home
last modified time | relevance | path

Searched refs:INT64 (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleUtils.cpp44 case VehiclePropertyType::INT64: in createVehiclePropValue()
71 case VehiclePropertyType::INT64: in getVehicleRawValueVectorSize()
DVehicleObjectPool.cpp66 auto val = obtain(VehiclePropertyType::INT64); in obtainInt64()
147 check(&v->int64Values, (VehiclePropertyType::INT64 == mPropType || in check()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DLinearFakeValueGenerator.cpp56 case VehiclePropertyType::INT64: in nextEvent()
DJsonFakeValueGenerator.cpp118 case VehiclePropertyType::INT64: in parseFakeValueJson()
DVehicleEmulator.cpp244 case VehiclePropertyType::INT64: in populateProtoVehicleConfig()
/hardware/google/av/codec2/tests/
DC2SampleComponent_test.cpp37 case FD::INT64: *os << "i64"; break; in PrintTo()
337 case C2FieldDescriptor::INT64: cout << "int64_t "; break; in dumpType()
365 case C2FieldDescriptor::INT64: cout << get(p.second, (int64_t *)0); break; in dumpStruct()
DC2Param_test.cpp35 case FD::INT64: *os << "i64"; break; in PrintTo()
134 { FD::INT64, 2, "s64", 4, 8 },
270 std::is_same<T, int64_t>::value ? FD::INT64 :
390 { FD::INT64, 0, "flex", 0, 8 }
409 { FD::INT64, 0, "flex", 4, 8 },
2297 EXPECT_EQ(FD::INT64, fields.cbegin()->type()); in TEST_F()
2477 EXPECT_EQ(C2Value::INT64, val.type()); in TEST_F()
/hardware/google/av/media/sfplugin/
DReflectedParamUpdater.cpp68 case C2Value::INT64: in debugString()
171 case C2FieldDescriptor::INT64: in addParamStructDesc()
406 case C2FieldDescriptor::INT64: in parseMessageAndDoWork()
555 case C2FieldDescriptor::INT64: c2Value = *((int64_t *)data); break; in getParams()
/hardware/google/av/codec2/include/
DC2Param.h857 INT64, enumerator
907 case INT64: in SizeFor()
931 template<> constexpr C2Value::type_t C2Value::TypeFor<int64_t, false>() { return INT64; }
960 INT64 = C2Value::INT64, ///< 64-bit signed integer enumerator
1074 inline static type_t GetType(int64_t*) { return INT64; } in GetType()
/hardware/google/av/codec2/vndk/util/
DC2Debug.cpp58 case C2FieldDescriptor::INT64: return "i64"; in asString()
DC2InterfaceHelper.cpp104 case C2FieldDescriptor::INT64: fsv = C2SupportedRange<int64_t>::Any(); break; in createFieldsAndSupportedValues()
DC2InterfaceUtils.cpp773 case C2FieldDescriptor::INT64: in isArithmetic()
/hardware/google/interfaces/media/c2/1.0/
Dtypes.hal259 INT64,
/hardware/interfaces/camera/common/1.0/
Dtypes.hal93 INT64 = 3,
/hardware/interfaces/media/c2/1.0/
Dtypes.hal297 INT64,
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal29 INT64 = 0x00500000,
2807 * - The VehiclePropertyType is not INT32, INT64 or FLOAT.
2900 /** This is used for properties of type VehiclePropertyType#INT64 */