OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createSelectionCriterionType
(Results
1 - 14
of
14
) sorted by null
/external/parameter-framework/upstream/parameter/
SelectionCriterionLibrary.h
39
CSelectionCriterionType *
createSelectionCriterionType
(bool bIsInclusive);
SelectionCriterionLibrary.cpp
40
CSelectionCriterionType *CSelectionCriterionLibrary::
createSelectionCriterionType
(bool bIsInclusive)
SelectionCriteria.h
56
CSelectionCriterionType *
createSelectionCriterionType
(bool bIsInclusive);
SelectionCriteria.cpp
48
CSelectionCriterionType *CSelectionCriteria::
createSelectionCriterionType
(bool bIsInclusive)
50
return getSelectionCriterionLibrary()->
createSelectionCriterionType
(bIsInclusive);
ParameterMgrPlatformConnector.cpp
53
ISelectionCriterionTypeInterface *CParameterMgrPlatformConnector::
createSelectionCriterionType
(
58
return _pParameterMgr->
createSelectionCriterionType
(bIsInclusive);
ParameterMgr.h
109
CSelectionCriterionType *
createSelectionCriterionType
(bool bIsInclusive);
[
all
...]
ParameterMgr.cpp
658
CSelectionCriterionType *CParameterMgr::
createSelectionCriterionType
(bool bIsInclusive)
661
return getSelectionCriteria()->
createSelectionCriterionType
(bIsInclusive);
[
all
...]
/external/parameter-framework/upstream/bindings/python/
sample.py
55
moodType = pfw.
createSelectionCriterionType
(False)
pfw.i
83
ISelectionCriterionTypeInterface*
createSelectionCriterionType
(bool bIsInclusive);
/external/parameter-framework/upstream/parameter/include/
ParameterMgrPlatformConnector.h
71
ISelectionCriterionTypeInterface *
createSelectionCriterionType
(bool bIsInclusive = false);
/external/parameter-framework/upstream/test/test-platform/
TestPlatform.cpp
259
mParameterMgrPlatformConnector.
createSelectionCriterionType
(false);
287
mParameterMgrPlatformConnector.
createSelectionCriterionType
(true);
314
mParameterMgrPlatformConnector.
createSelectionCriterionType
(false);
341
mParameterMgrPlatformConnector.
createSelectionCriterionType
(true);
/external/parameter-framework/upstream/tools/xmlGenerator/
domainGeneratorConnector.cpp
130
auto criterionType = mConnector.
createSelectionCriterionType
(inclusiveness);
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
ParameterManagerWrapper.cpp
113
auto criterionType = mPfwConnector->
createSelectionCriterionType
(isInclusive);
/external/parameter-framework/upstream/bindings/c/
ParameterFramework.cpp
196
pfw->
createSelectionCriterionType
(criterion.inclusive);
Completed in 76 milliseconds