Searched defs:mVal (Results 1 - 5 of 5) sorted by relevance

/system/core/include/sysutils/
H A DList.h51 explicit _Node(const T& val) : mVal(val) {}
53 inline T& getRef() { return mVal; }
54 inline const T& getRef() const { return mVal; }
57 inline void setVal(const T& val) { mVal = val; }
63 T mVal; member in class:android::sysutils::List::_Node
/system/core/include/utils/
H A DList.h50 explicit _Node(const T& val) : mVal(val) {}
52 inline T& getRef() { return mVal; }
53 inline const T& getRef() const { return mVal; }
56 inline void setVal(const T& val) { mVal = val; }
62 T mVal; member in class:android::List::_Node
/system/core/libsysutils/include/sysutils/
H A DList.h51 explicit _Node(const T& val) : mVal(val) {}
53 inline T& getRef() { return mVal; }
54 inline const T& getRef() const { return mVal; }
57 inline void setVal(const T& val) { mVal = val; }
63 T mVal; member in class:android::sysutils::List::_Node
/system/core/libutils/include/utils/
H A DList.h50 explicit _Node(const T& val) : mVal(val) {}
52 inline T& getRef() { return mVal; }
53 inline const T& getRef() const { return mVal; }
56 inline void setVal(const T& val) { mVal = val; }
62 T mVal; member in class:android::List::_Node
/system/keymaster/
H A DList.h50 explicit _Node(const T& val) : mVal(val) {}
52 inline T& getRef() { return mVal; }
53 inline const T& getRef() const { return mVal; }
56 inline void setVal(const T& val) { mVal = val; }
62 T mVal; member in class:android::List::_Node

Completed in 1130 milliseconds