Searched defs:pMovement (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DI3DLocation.c66 static SLresult I3DLocation_Move(SL3DLocationItf self, const SLVec3D *pMovement) argument
70 if (NULL == pMovement) {
74 SLVec3D movementCartesian = *pMovement;

Completed in 8 milliseconds