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

/frameworks/wilhelm/src/itf/
H A DI3DLocation.c22 static SLresult I3DLocation_SetLocationCartesian(SL3DLocationItf self, const SLVec3D *pLocation) argument
26 if (NULL == pLocation) {
30 SLVec3D locationCartesian = *pLocation;
113 static SLresult I3DLocation_GetLocationCartesian(SL3DLocationItf self, SLVec3D *pLocation) argument
117 if (NULL == pLocation) {
132 *pLocation = locationCartesian;
149 pLocation->x = 0;
150 pLocation->y = 0;
151 pLocation->z = 0;

Completed in 814 milliseconds