Home
last modified time | relevance | path

Searched refs:obtainBoolean (Results 1 – 3 of 3) 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.h183 RecyclableType obtainBoolean(bool value);
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp422 auto v = hal->getValuePool()->obtainBoolean(true); in TEST_F()