Home
last modified time | relevance | path

Searched refs:obtainBoolean (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleObjectPool.cpp105 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainBoolean( in obtainBoolean() function in android::hardware::automotive::vehicle::V2_0::VehiclePropValuePool
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleObjectPool.h184 RecyclableType obtainBoolean(bool value);
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp248 mObjectPool->obtainBoolean(mFuzzedDataProvider->ConsumeBool()); in invokeSetAndGetValues()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp441 auto v = hal->getValuePool()->obtainBoolean(true); in TEST_F()