Searched refs:pFront (Results 1 - 5 of 5) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DI3DMacroscopic.c96 const SLVec3D *pFront, const SLVec3D *pAbove)
100 if (NULL == pFront || NULL == pAbove) {
104 SLVec3D front = *pFront;
147 SLVec3D *pFront, SLVec3D *pUp)
151 if (NULL == pFront || NULL == pUp) {
167 *pFront = front;
185 pFront->x = 0;
186 pFront->y = 0;
187 pFront->z = 0;
95 I3DMacroscopic_SetOrientationVectors(SL3DMacroscopicItf self, const SLVec3D *pFront, const SLVec3D *pAbove) argument
146 I3DMacroscopic_GetOrientationVectors(SL3DMacroscopicItf self, SLVec3D *pFront, SLVec3D *pUp) argument
H A DI3DLocation.c164 const SLVec3D *pFront, const SLVec3D *pAbove)
168 if (NULL == pFront || NULL == pAbove) {
171 SLVec3D front = *pFront;
242 SLVec3D *pFront, SLVec3D *pUp)
246 if (NULL == pFront || NULL == pUp) {
254 *pFront = front;
163 I3DLocation_SetOrientationVectors(SL3DLocationItf self, const SLVec3D *pFront, const SLVec3D *pAbove) argument
241 I3DLocation_GetOrientationVectors(SL3DLocationItf self, SLVec3D *pFront, SLVec3D *pUp) argument
/frameworks/compile/mclinker/lib/LD/
H A DLayout.cpp334 // @param pFront is the first fragment in the range.
336 // @pOffset is the offset started from pFront.
338 Layout::getFragmentRef(Fragment& pFront, Fragment& pRear, uint64_t pOffset) argument
340 Fragment* front = &pFront;
350 uint64_t target_offset = pFront.getOffset() + pOffset;
/frameworks/compile/mclinker/include/mcld/LD/
H A DLayout.h239 getFragmentRef(Fragment& pFront, Fragment& pRear, uint64_t pOffset);
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h1739 const SLVec3D *pFront,
1755 SLVec3D *pFront,
1904 const SLVec3D *pFront,
1914 SLVec3D *pFront,

Completed in 110 milliseconds