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

  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
cmnMemory.c 52 VO_U32 cmnMemCopy (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize)
54 memcpy (pDest, pSource, uSize);
68 VO_U32 cmnMemMove (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize)
70 memmove (pDest, pSource, uSize);
  /frameworks/base/media/libstagefright/codecs/common/
cmnMemory.c 52 VO_U32 cmnMemCopy (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize)
54 memcpy (pDest, pSource, uSize);
68 VO_U32 cmnMemMove (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize)
70 memmove (pDest, pSource, uSize);
  /frameworks/base/media/libstagefright/codecs/common/include/
cmnMemory.h 64 * \param pSource [in] address of source memory
68 VO_U32 cmnMemCopy (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize);
93 * \param pSource [in] address of source memory
97 VO_U32 cmnMemMove (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize);
voMem.h 46 VO_U32 (VO_API * Copy) (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize);
49 VO_U32 (VO_API * Move) (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize);
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/
osApi.h 186 PVOID pSource,
194 PVOID pSource,
417 PVOID pSource,
425 PVOID pSource,
  /development/ndk/platforms/android-5/samples/hello-gl2/jni/
gl_code.cpp 57 GLuint loadShader(GLenum shaderType, const char* pSource) {
60 glShaderSource(shader, 1, &pSource, NULL);
  /frameworks/base/opengl/tests/gl2_jni/jni/
gl_code.cpp 37 GLuint loadShader(GLenum shaderType, const char* pSource) {
40 glShaderSource(shader, 1, &pSource, NULL);
  /frameworks/base/opengl/tests/gldual/jni/
gl_code.cpp 37 GLuint loadShader(GLenum shaderType, const char* pSource) {
40 glShaderSource(shader, 1, &pSource, NULL);
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
osapi.c 1012 DESCRIPTION: Move memory block from pSource to pDestination
1016 pSource - sourc
    [all...]
  /dalvik/vm/native/
java_lang_Class.c 195 ClassObject** pSource = (ClassObject**) classes->contents;
200 if (dvmIsPublicClass(pSource[count]))
211 if (dvmIsPublicClass(pSource[count])) {
213 (Object *)pSource[count]);
  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
osApi.h 248 * \param pSource - Pointer to Source buffer
257 void os_memoryCopy (TI_HANDLE OsContext, void *pDestination, void *pSource, TI_UINT32 Size);
  /system/wlan/ti/wilink_6_1/platforms/os/common/inc/
osApi.h 248 * \param pSource - Pointer to Source buffer
257 void os_memoryCopy (TI_HANDLE OsContext, void *pDestination, void *pSource, TI_UINT32 Size);
  /frameworks/base/opengl/tests/gl2_basic/
gl2_basic.cpp 76 GLuint loadShader(GLenum shaderType, const char* pSource) {
79 glShaderSource(shader, 1, &pSource, NULL);
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKAlgorithmParameters.java 40 import javax.crypto.spec.PSource;
    [all...]
  /external/chromium/third_party/icu/source/tools/genrb/
parse.c 431 const UChar *pSource = NULL;
477 pSource = ucbuf_getBuffer(ucbuf, &size, status);
482 size = utrans_stripRules(pSource, size, pTarget, status);
    [all...]
  /external/icu4c/tools/genrb/
parse.c 431 const UChar *pSource = NULL;
477 pSource = ucbuf_getBuffer(ucbuf, &size, status);
482 size = utrans_stripRules(pSource, size, pTarget, status);
    [all...]
  /external/icu4c/test/intltest/
regextst.cpp     [all...]
  /external/chromium/third_party/icu/source/test/intltest/
regextst.cpp     [all...]
  /external/sqlite/dist/
sqlite3.h.orig     [all...]
sqlite3.h     [all...]
sqlite3.c     [all...]
sqlite3.c.orig     [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
nucnvtst.c     [all...]
  /external/icu4c/test/cintltst/
nucnvtst.c     [all...]

Completed in 1458 milliseconds