OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subsystemobject
(Results
1 - 14
of
14
) sorted by null
/external/parameter-framework/upstream/test/introspection-subsystem/
IntrospectionSubsystemObject.cpp
40
const
SubsystemObject
*
SubsystemObject
::mSingletonInstance = nullptr;
48
SubsystemObject
::
SubsystemObject
(const std::string & /*mappingValue*/,
65
SubsystemObject
::~
SubsystemObject
()
71
bool
SubsystemObject
::sendToHW(std::string & /*error*/)
77
bool
SubsystemObject
::receiveFromHW(std::string & /*error*/)
IntrospectionSubsystemObject.h
32
#include <
SubsystemObject
.h>
47
class
SubsystemObject
final : public CSubsystemObject
50
SubsystemObject
(const std::string &mappingValue,
53
~
SubsystemObject
();
67
static void registerInstance(const
SubsystemObject
&instance)
73
static void unregisterInstance(const
SubsystemObject
&instance)
84
static const
SubsystemObject
*mSingletonInstance;
IntrospectionEntryPoint.cpp
41
return
SubsystemObject
::getSingletonInstanceValue();
IntrospectionSubsystem.cpp
42
addSubsystemObjectFactory(new TSubsystemObjectFactory<
SubsystemObject
>("Object", 0));
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
Stream.h
19
#include "
SubsystemObject
.h"
/external/parameter-framework/upstream/parameter/
Subsystem.h
169
* the wanted
SubsystemObject
. Each
SubsystemObject
of the Subystem internal list is checked in
172
* @return A pointer to the
SubsystemObject
related to pInstanceConfigurableElement
193
* Formats the mapping of a
SubsystemObject
195
* @param[in] pInstanceConfigurableElement Element corresponding to a
SubsystemObject
Subsystem.cpp
59
for (auto *
subsystemObject
: _subsystemObjectList) {
61
delete
subsystemObject
;
250
// Find the
SubsystemObject
related to pInstanceConfigurableElement
254
// Exit if node does not correspond to a
SubsystemObject
265
// Find
SubSystemObject
mapping value (with amends replaced by their value)
283
// Print the mapping of the first node, which corresponds to a
SubsystemObject
SubsystemObjectCreator.h
34
#include "
SubsystemObject
.h"
CMakeLists.txt
100
SubsystemObject
.cpp
176
SubsystemObject
.h
FormattedSubsystemObject.h
34
#include "
SubsystemObject
.h"
SubsystemObject.cpp
30
#include "
SubsystemObject
.h"
/external/parameter-framework/upstream/test/test-subsystem/
TESTSubsystemObject.h
32
#include "
SubsystemObject
.h"
/external/parameter-framework/upstream/test/functional-tests/
AutoSync.cpp
33
#include <
SubsystemObject
.h>
/external/parameter-framework/
LibParameter.mk
82
upstream/parameter/
SubsystemObject
.cpp \
Completed in 84 milliseconds