Home
last modified time | relevance | path

Searched refs:sendToHW (Results 1 – 8 of 8) sorted by relevance

/external/parameter-framework/upstream/parameter/
DSubsystemObject.cpp145 bool CSubsystemObject::sendToHW(string &strError) in sendToHW() function in CSubsystemObject
169 return sendToHW(strError); in accessHW()
DSubsystemObject.h81 virtual bool sendToHW(std::string &strError);
/external/parameter-framework/upstream/skeleton-subsystem/
DSkeletonSubsystemObject.h46 virtual bool sendToHW(std::string &strError);
DSkeletonSubsystemObject.cpp91 bool CSkeletonSubsystemObject::sendToHW(string & /*strError*/) in sendToHW() function in CSkeletonSubsystemObject
/external/parameter-framework/upstream/test/introspection-subsystem/
DIntrospectionSubsystemObject.cpp71 bool SubsystemObject::sendToHW(std::string & /*error*/) in sendToHW() function in parameterFramework::introspectionSubsystem::SubsystemObject
DIntrospectionSubsystemObject.h64 virtual bool sendToHW(std::string &error) override;
/external/parameter-framework/upstream/test/test-subsystem/
DTESTSubsystemObject.h46 virtual bool sendToHW(std::string &strError);
DTESTSubsystemObject.cpp60 bool CTESTSubsystemObject::sendToHW(std::string &strError) in sendToHW() function in CTESTSubsystemObject