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

  /cts/tests/tests/view/src/android/view/cts/
View_LayoutPositionTest.java 52 int [] pLocation = new int[2];
60 parent.getLocationOnScreen(pLocation);
66 int left = vLocation[0] - pLocation[0];
67 int top = vLocation[1] - pLocation[1];
88 parent.getLocationOnScreen(pLocation);
93 int nleft = vLocation[0] - pLocation[0];
94 int ntop = vLocation[1] - pLocation[1];
  /frameworks/wilhelm/src/itf/
I3DLocation.c 22 static SLresult I3DLocation_SetLocationCartesian(SL3DLocationItf self, const SLVec3D *pLocation)
26 if (NULL == pLocation) {
30 SLVec3D locationCartesian = *pLocation;
113 static SLresult I3DLocation_GetLocationCartesian(SL3DLocationItf self, SLVec3D *pLocation)
117 if (NULL == pLocation) {
132 *pLocation = locationCartesian;
149 pLocation->x = 0;
150 pLocation->y = 0;
151 pLocation->z = 0;
  /external/sonivox/arm-fm-22k/lib_src/
eas_pcmdata.h 154 EAS_RESULT EAS_PESeek (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 *pLocation);
eas_pcm.c     [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_pcmdata.h 154 EAS_RESULT EAS_PESeek (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 *pLocation);
eas_pcm.c     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_pcmdata.h 154 EAS_RESULT EAS_PESeek (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 *pLocation);
eas_pcm.c     [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 1172 milliseconds