HomeSort by relevance Sort by last modified time
    Searched refs:accessHW (Results 1 - 4 of 4) sorted by null

  /external/parameter-framework/upstream/skeleton-subsystem/
SkeletonSubsystemObject.h 51 virtual bool accessHW(bool bReceive, std::string &strError);
SkeletonSubsystemObject.cpp 78 bool CSkeletonSubsystemObject::accessHW(bool bReceive, string &strError)
88 return base::accessHW(bReceive, strError);
  /external/parameter-framework/upstream/parameter/
SubsystemObject.cpp 131 if (!bIsSubsystemAlive || !accessHW(bBack, strError)) {
161 bool CSubsystemObject::accessHW(bool bReceive, string &strError)
SubsystemObject.h 84 virtual bool accessHW(bool bReceive, std::string &strError);

Completed in 83 milliseconds