Home
last modified time | relevance | path

Searched refs:mStore (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehiclePropertyStoreTest.cpp89 mStore.reset(new VehiclePropertyStore(mValuePool)); in SetUp()
90 mStore->registerProperty(mConfigFuelCapacity); in SetUp()
91 mStore->registerProperty(configTirePressure); in SetUp()
96 std::unique_ptr<VehiclePropertyStore> mStore; member in android::hardware::automotive::vehicle::VehiclePropertyStoreTest
100 std::vector<VehiclePropConfig> configs = mStore->getAllConfigs(); in TEST_F()
107 mStore->getPropConfig(toInt(VehicleProperty::INFO_FUEL_CAPACITY)); in TEST_F()
114 VhalResult<VehiclePropConfig> result = mStore->getPropConfig(INVALID_PROP_ID); in TEST_F()
144 ASSERT_RESULT_OK(mStore->writeValue(mValuePool->obtain(values[0]))); in TEST_F()
150 ASSERT_RESULT_OK(mStore->writeValue(mValuePool->obtain(value))); in TEST_F()
153 auto gotValues = mStore->readAllValues(); in TEST_F()
[all …]
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.h214 *outStore = mStore; in getBackingStore()
262 const gralloc1_backing_store_t mStore; variable
DGralloc1On0Adapter.cpp233 mStore(store), in Buffer()