Home
last modified time | relevance | path

Searched refs:obtainBoolean (Results 1 – 8 of 8) 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/aidl/impl/utils/common/src/
DVehicleObjectPool.cpp114 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainBoolean(bool value) { in obtainBoolean() function in android::hardware::automotive::vehicle::VehiclePropValuePool
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleObjectPool.h184 RecyclableType obtainBoolean(bool value);
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehicleObjectPool.h206 RecyclableType obtainBoolean(bool value);
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehicleObjectPoolTest.cpp205 auto prop = mValuePool->obtainBoolean(true); in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp441 auto v = hal->getValuePool()->obtainBoolean(true); in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp285 [&]() { mObjectPool->obtainBoolean(mFuzzedDataProvider->ConsumeBool()); }, in invokeSetAndGetValues()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp925 auto result = mValuePool->obtainBoolean(response.isvehicleinuse()); in getVehicleInUse()