Home
last modified time | relevance | path

Searched refs:defaultVal (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/hwc3/
DDevice.h41 HWC3::Error getPersistentKeyValue(const std::string& key, const std::string& defaultVal,
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp80 #define ATOI_NULL_HANDLED_DEF(x, defaultVal) (x ? atoi(x) : defaultVal) argument