OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_scalarSize
(Results
1 - 4
of
4
) sorted by null
/external/parameter-framework/upstream/skeleton-subsystem/
SkeletonSubsystemObject.cpp
60
_scalarSize
= pParameterType->getSize();
61
_arraySize = pInstanceConfigurableElement->getFootPrint() /
_scalarSize
;
93
void *pvValue = alloca(
_scalarSize
);
98
blackboardRead(pvValue,
_scalarSize
);
109
void *pvValue = alloca(
_scalarSize
);
117
blackboardWrite(pvValue,
_scalarSize
);
SkeletonSubsystemObject.h
55
size_t
_scalarSize
;
/external/parameter-framework/upstream/test/test-subsystem/
TESTSubsystemObject.cpp
52
_scalarSize
= pParameterType->getSize();
53
_arraySize = pInstanceConfigurableElement->getFootPrint() /
_scalarSize
;
101
std::vector<uint8_t> aucValue(
_scalarSize
);
106
blackboardRead(pvValue,
_scalarSize
);
108
std::string strValue = toString(pvValue,
_scalarSize
);
130
std::vector<uint8_t> aucValue(
_scalarSize
);
150
fromString(strValue, pvValue,
_scalarSize
);
153
blackboardWrite(pvValue,
_scalarSize
);
TESTSubsystemObject.h
56
size_t
_scalarSize
;
Completed in 67 milliseconds