Home
last modified time | relevance | path

Searched defs:pvValue (Results 1 – 4 of 4) sorted by relevance

/external/parameter-framework/upstream/test/test-subsystem/
DTESTSubsystemString.cpp46 std::string CTESTSubsystemString::toString(const void *pvValue, size_t /*size*/) const in toString() argument
51 void CTESTSubsystemString::fromString(const std::string &strValue, void *pvValue, size_t size) in fromString()
DTESTSubsystemBinary.cpp50 std::string CTESTSubsystemBinary::toString(const void *pvValue, size_t size) const in toString() argument
67 void CTESTSubsystemBinary::fromString(const std::string &strValue, void *pvValue, size_t size) in fromString()
DTESTSubsystemObject.cpp103 void *pvValue = aucValue.data(); in sendToFile() local
132 void *pvValue = aucValue.data(); in receiveFromFile() local
/external/parameter-framework/upstream/skeleton-subsystem/
DSkeletonSubsystemObject.cpp93 void *pvValue = alloca(_scalarSize); in sendToHW() local
109 void *pvValue = alloca(_scalarSize); in receiveFromHW() local