Home
last modified time | relevance | path

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

/external/parameter-framework/skeleton-subsystem/
DSkeletonSubsystemObject.cpp83 bool CSkeletonSubsystemObject::accessHW(bool bReceive, string& strError) in accessHW() argument
93 return base::accessHW(bReceive, strError); in accessHW()
DSkeletonSubsystemObject.h49 virtual bool accessHW(bool bReceive, std::string& strError);
/external/parameter-framework/parameter/
DSubsystemObject.cpp184 bool CSubsystemObject::accessHW(bool bReceive, string& strError) in accessHW() argument
187 if (bReceive) { in accessHW()
DSubsystemObject.h81 virtual bool accessHW(bool bReceive, std::string& strError);