Home
last modified time | relevance | path

Searched refs:bReceive (Results 1 – 4 of 4) sorted by relevance

/external/parameter-framework/upstream/skeleton-subsystem/
DSkeletonSubsystemObject.cpp78 bool CSkeletonSubsystemObject::accessHW(bool bReceive, string &strError) in accessHW() argument
88 return base::accessHW(bReceive, strError); in accessHW()
DSkeletonSubsystemObject.h51 virtual bool accessHW(bool bReceive, std::string &strError);
/external/parameter-framework/upstream/parameter/
DSubsystemObject.cpp161 bool CSubsystemObject::accessHW(bool bReceive, string &strError) in accessHW() argument
164 if (bReceive) { in accessHW()
DSubsystemObject.h84 virtual bool accessHW(bool bReceive, std::string &strError);