Home
last modified time | relevance | path

Searched refs:obtainString (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleObjectPool.cpp78 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainString( in obtainString() function in android::hardware::automotive::vehicle::V2_0::VehiclePropValuePool
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleObjectPool.h187 RecyclableType obtainString(const char* cstr);
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp62 pValue = getValuePool()->obtainString(kCarMake); in get()