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

  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
VehicleObjectPool.cpp 56 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainInt32(
106 return obtainInt32(value);
  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VehicleObjectPool.h 184 RecyclableType obtainInt32(int32_t value);
  /hardware/interfaces/automotive/vehicle/2.0/default/tests/
VehicleHalManager_test.cpp 381 auto expectedValue = hal->getValuePool()->obtainInt32(VAL);
402 auto expectedValue1 = hal->getValuePool()->obtainInt32(VAL1);
408 auto expectedValue2 = hal->getValuePool()->obtainInt32(VAL2);
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
EmulatedVehicleHal.cpp 245 updatedPropValue = getValuePool()->obtainInt32(static_cast<int32_t>(value));

Completed in 76 milliseconds