Searched refs:mStore (Results 1 – 3 of 3) sorted by relevance
89 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::VehiclePropertyStoreTest100 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 …]
214 *outStore = mStore; in getBackingStore()262 const gralloc1_backing_store_t mStore; variable
233 mStore(store), in Buffer()