Searched refs:obtainBoolean (Results 1 – 8 of 8) sorted by relevance
105 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainBoolean( in obtainBoolean() function in android::hardware::automotive::vehicle::V2_0::VehiclePropValuePool
114 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainBoolean(bool value) { in obtainBoolean() function in android::hardware::automotive::vehicle::VehiclePropValuePool
184 RecyclableType obtainBoolean(bool value);
206 RecyclableType obtainBoolean(bool value);
205 auto prop = mValuePool->obtainBoolean(true); in TEST_F()
441 auto v = hal->getValuePool()->obtainBoolean(true); in TEST_F()
285 [&]() { mObjectPool->obtainBoolean(mFuzzedDataProvider->ConsumeBool()); }, in invokeSetAndGetValues()
925 auto result = mValuePool->obtainBoolean(response.isvehicleinuse()); in getVehicleInUse()