OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sendToHW
(Results
1 - 16
of
16
) sorted by null
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
InputSource.h
36
virtual bool
sendToHW
(std::string &error);
Strategy.h
36
virtual bool
sendToHW
(std::string &error);
Usage.h
36
virtual bool
sendToHW
(std::string &error);
Stream.h
43
virtual bool
sendToHW
(std::string &error);
InputSource.cpp
41
bool InputSource::
sendToHW
(string & /*error*/)
Strategy.cpp
44
bool Strategy::
sendToHW
(string & /*error*/)
Usage.cpp
43
bool Usage::
sendToHW
(string & /*error*/)
Stream.cpp
38
bool Stream::
sendToHW
(string & /*error*/)
/external/parameter-framework/upstream/skeleton-subsystem/
SkeletonSubsystemObject.h
46
virtual bool
sendToHW
(std::string &strError);
SkeletonSubsystemObject.cpp
91
bool CSkeletonSubsystemObject::
sendToHW
(string & /*strError*/)
/external/parameter-framework/upstream/test/test-subsystem/
TESTSubsystemObject.h
46
virtual bool
sendToHW
(std::string &strError);
TESTSubsystemObject.cpp
60
bool CTESTSubsystemObject::
sendToHW
(std::string &strError)
/external/parameter-framework/upstream/test/introspection-subsystem/
IntrospectionSubsystemObject.cpp
71
bool SubsystemObject::
sendToHW
(std::string & /*error*/)
IntrospectionSubsystemObject.h
64
virtual bool
sendToHW
(std::string &error) override;
/external/parameter-framework/upstream/parameter/
SubsystemObject.cpp
145
bool CSubsystemObject::
sendToHW
(string &strError)
169
return
sendToHW
(strError);
SubsystemObject.h
81
virtual bool
sendToHW
(std::string &strError);
Completed in 213 milliseconds