HomeSort by relevance Sort by last modified time
    Searched defs:pvValue (Results 1 - 4 of 4) sorted by null

  /external/parameter-framework/upstream/skeleton-subsystem/
SkeletonSubsystemObject.cpp 93 void *pvValue = alloca(_scalarSize);
98 blackboardRead(pvValue, _scalarSize);
109 void *pvValue = alloca(_scalarSize);
117 blackboardWrite(pvValue, _scalarSize);
  /external/parameter-framework/upstream/test/test-subsystem/
TESTSubsystemObject.cpp 103 void *pvValue = aucValue.data();
106 blackboardRead(pvValue, _scalarSize);
108 std::string strValue = toString(pvValue, _scalarSize);
132 void *pvValue = aucValue.data();
150 fromString(strValue, pvValue, _scalarSize);
153 blackboardWrite(pvValue, _scalarSize);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cryptxml.h 385 const void *pvValue;
cmdtree.h 352 void *pvValue;

Completed in 276 milliseconds