HomeSort by relevance Sort by last modified time
    Searched refs:parameterArray (Results 1 - 3 of 3) sorted by null

  /hardware/invensense/mlsdk/mllite/
mlcontrol.h 143 unsigned short parameterArray[4];
206 unsigned short parameterArray,
mlcontrol.c 69 MLCTRL_PARAMETER_ARRAY_3_DEFAULT}, // parameterArray
504 * @param parameterArray Indicates which parameter array is being assigned to a
517 unsigned short parameterArray,
527 if (parameterArray == INV_ANGULAR_VELOCITY) {
533 cntrl_params.parameterArray[0] = parameterArray;
557 cntrl_params.parameterArray[1] = parameterArray;
581 cntrl_params.parameterArray[2] = parameterArray;
    [all...]
  /external/webkit/Source/WebCore/xml/
XSLTProcessorLibxslt.cpp 221 const char** parameterArray = (const char**)fastMalloc(((parameters.size() * 2) + 1) * sizeof(char*));
226 parameterArray[index++] = fastStrDup(it->first.utf8().data());
227 parameterArray[index++] = fastStrDup(it->second.utf8().data());
229 parameterArray[index] = 0;
231 return parameterArray;

Completed in 345 milliseconds