Home
last modified time | relevance | path

Searched defs:withDefault (Results 1 – 1 of 1) sorted by relevance

/system/libhidl/base/include/hidl/
DStatus.h238 T withDefault(T t) const { return isOk() ? mVal : t; } in withDefault() function
265 sp<T> withDefault(sp<T> t) const { return isOk() ? mVal : t; } in withDefault() function