Home
last modified time | relevance | path

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

/system/core/include/sysutils/
DList.h53 inline T& getRef() { return mVal; } in getRef() function
54 inline const T& getRef() const { return mVal; } in getRef() function
/system/keymaster/
DList.h52 inline T& getRef() { return mVal; } in getRef() function
53 inline const T& getRef() const { return mVal; } in getRef() function
/system/core/include/utils/
DList.h52 inline T& getRef() { return mVal; } in getRef() function
53 inline const T& getRef() const { return mVal; } in getRef() function