HomeSort by relevance Sort by last modified time
    Searched refs:createVehiclePropValue (Results 1 - 4 of 4) sorted by null

  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VehicleUtils.h 64 std::unique_ptr<VehiclePropValue> createVehiclePropValue(
  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
VehicleObjectPool.cpp 112 createVehiclePropValue(valueType, vectorSize).release(),
156 return createVehiclePropValue(mPropType, mVectorSize).release();
VehicleUtils.cpp 31 std::unique_ptr<VehiclePropValue> createVehiclePropValue(
54 ALOGE("createVehiclePropValue: unknown type: %d", type);
  /hardware/interfaces/automotive/vehicle/2.1/default/impl/vhal_v2_1/
EmulatedVehicleHal.cpp 125 auto liveObd2Frame = createVehiclePropValue(V2_0::VehiclePropertyType::COMPLEX, 0);
140 auto freezeFrame = createVehiclePropValue(V2_0::VehiclePropertyType::COMPLEX, 0);

Completed in 2045 milliseconds