HomeSort by relevance Sort by last modified time
    Searched full:pmem (Results 1 - 25 of 62) sorted by null

1 2 3

  /frameworks/av/media/libeffects/testlibs/
AudioEqualizer.cpp 38 AudioEqualizer * AudioEqualizer::CreateInstance(void * pMem, int nBands,
42 ALOGV("AudioEqualizer::CreateInstance(pMem=%p, nBands=%d, nChannels=%d, "
44 pMem, nBands, nChannels, sampleRate, nPresets);
47 if (pMem == NULL) {
48 pMem = malloc(GetInstanceSize(nBands));
49 if (pMem == NULL) {
54 return new (pMem) AudioEqualizer(pMem, nBands, nChannels, sampleRate,
287 AudioEqualizer::AudioEqualizer(void * pMem, int nBands, int nChannels,
293 assert(pMem != NULL)
    [all...]
AudioEqualizer.h 64 // pMem A memory buffer of at least the size returned by
77 // returns The instance if success. NULL if pMem is NULL and allocation
79 static AudioEqualizer * CreateInstance(void * pMem, int nBands,
102 // a NULL pointer was passed to CreateInstance as pMem.
230 // pMem Memory buffer for bands.
233 // ownMem Whether pMem is owned by me.
240 AudioEqualizer(void * pMem, int nBands, int nChannels, int sampleRate,
  /frameworks/av/media/libstagefright/codecs/common/
cmnMemory.c 38 VO_U32 cmnMemFree (VO_S32 uID, VO_PTR pMem)
40 free (pMem);
  /external/libnfc-nxp/Linux_x86/
phOsalNfc.c 63 void *pMem = (void *)malloc(size);
64 return pMem;
69 * This function deallocates memory region pointed to by \a pMem.
71 * \param pMem pointer to memory block to be freed.
73 void phOsalNfc_FreeMemory(void *pMem)
75 if(NULL != pMem)
76 free(pMem);
  /external/kernel-headers/original/linux/
android_pmem.h 24 /* This ioctl will allocate pmem space, backing the file, it will fail
28 /* This will connect a one pmem file to another, pass the file that is already
32 /* Returns the total size of the pmem region it is sent to as a pmem_region
msm_kgsl.h 272 /* add a block of pmem, fb, ashmem or user allocated address
308 /* add a block of pmem or fb into the GPU address space */
  /frameworks/compile/libbcc/lib/ExecutionEngine/
ELFObjectLoaderImpl.h 40 virtual bool load(const void *pMem, size_t pMemSize);
ObjectLoaderImpl.h 35 virtual bool load(const void *pMem, size_t pMemSize) = 0;
ELFObjectLoaderImpl.cpp 32 bool ELFObjectLoaderImpl::load(const void *pMem, size_t pMemSize) {
33 ArchiveReaderLE reader(reinterpret_cast<const unsigned char *>(pMem),
  /external/srec/portable/src/
pmemory.c 194 pfprintf(gFile, L("pmem|newtag|%s|%d|\n"), key, idx);
442 pfprintf(gFile, L("pmem|free|%s|%s|%d|0x%x|%s|\n"), e->tag, data->stackTrace, data->size, ptr, stackTrace);
444 pfprintf(gFile, L("pmem|free|%s|%d|0x%x\n"), e->tag, data->size, ptr);
496 pfprintf(gFile, L("pmem|-|0|corrupt|%d|\n"), i);
688 pfprintf(gFile, L("pmem|alloc|%s|%d|0x%x|%s|\n"), tag, actualSize, result, data->stackTrace);
690 pfprintf(gFile, L("pmem|alloc|%s|%d|0x%x|\n"), tag, actualSize, result);
869 pfprintf(gFile, L("pmem|%s|%d|realloc|%d|0x%x|%s|\n"), e->tag, oldSize, actualSize, ptr, stackTrace);
871 pfprintf(gFile, L("pmem|%s|%d|realloc|%d|0x%x|\n"), e->tag, oldSize, actualSize, ptr);
940 pfprintf(gFile, L("pmem|free|%s|%s|%d|0x%x|%s|\n"), e->tag, data->stackTrace, data->size, ptr, stackTrace);
942 pfprintf(gFile, L("pmem|free|%s|%d|0x%x\n"), e->tag, data->size, ptr)
    [all...]
pmemfixed.c 588 void PortFree(void* pMem)
598 tmpVal = ((unsigned int*)pMem)[-MEM_BLOCK_HDR_OFFSET+MEM_POOL_ID_OFFSET];
603 ((unsigned int*)pMem)[-MEM_BLOCK_HDR_OFFSET+NEXT_BLOCK_PTR_OFFSET] = (unsigned int)pCurrentHead;
604 pMemPools[poolId] = (char*) & (((unsigned int*)pMem)[-MEM_BLOCK_HDR_OFFSET]);
  /system/extras/tests/framebuffer/
mdp_test.c 75 *fd = open("/dev/pmem", O_RDWR | O_NONBLOCK | O_SYNC);
77 perror("cannot open /dev/pmem");
84 perror("pmem mmap");
  /external/srec/portable/include/
pmemory.h 252 * @return ESR_INVALID_STATE if the PMem module is already initialized or an internal error occurs
260 * @return ESR_INVALID_STATE if the PMem module is not initialized
270 * @return ESR_INVALID_STATE if the PMem module is not initialized
277 * @return ESR_INVALID_STATE if the PMem module is not initialized or an internal error occurs
  /frameworks/av/media/libstagefright/codecs/common/include/
cmnMemory.h 45 * \param pMem [in] address of memory
  /system/core/rootdir/
ueventd.rc 39 /dev/pmem 0660 system graphics
  /external/aac/libFDK/src/
FDK_hybrid.cpp 213 FIXP_DBL *pMem = NULL;
240 pMem = hAnalysisHybFilter->pLFmemory;
242 hAnalysisHybFilter->bufferLFReal[k] = pMem; pMem += setup->protoLen;
243 hAnalysisHybFilter->bufferLFImag[k] = pMem; pMem += setup->protoLen;
247 pMem = hAnalysisHybFilter->pHFmemory;
249 hAnalysisHybFilter->bufferHFReal[k] = pMem; pMem += (qmfBands-setup->nrQmfBands);
250 hAnalysisHybFilter->bufferHFImag[k] = pMem; pMem += (cplxBands-setup->nrQmfBands)
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_framedecoder.cpp 48 pMem = void pointer to hide the internal implementation of the library
61 pMem contents are modified.
158 void *pMem)
168 tmp3dec_file *pVars = (tmp3dec_file *)pMem;
566 void fillMainDataBuf(void *pMem, int32 temp)
568 tmp3dec_file *pVars = (tmp3dec_file *)pMem;
651 void *pMem)
657 pVars = (tmp3dec_file *)pMem;
753 pvmp3_resetDecoder(pMem);
763 void pvmp3_resetDecoder(void *pMem)
    [all...]
pvmp3_framedecoder.h 91 void *pMem);
98 void *pMem);
101 void pvmp3_resetDecoder(void *pMem);
104 void fillMainDataBuf(void *pMem, int32 temp);
pvmp3_seek_synch.cpp 50 pMem = void pointer to hide the internal implementation of the library
131 void *pMem) /* bit stream structure */
138 pVars = (tmp3dec_file *)pMem;
  /external/libnfc-nxp/src/
phOsalNfc.h 188 * \param[in] pMem Pointer to the memory block to deallocated
191 void phOsalNfc_FreeMemory(void * pMem);
  /hardware/ti/omap3/dspbridge/inc/
wcdioctl.h 409 PVOID pMem;
415 PVOID pMem;
419 PVOID pMem;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
wcdioctl.h 409 PVOID pMem;
415 PVOID pMem;
419 PVOID pMem;
  /frameworks/native/libs/binder/
MemoryHeapBase.cpp 112 // first try the PMEM ioctl
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3decoder_api.h 242 void *pMem);
244 void pvmp3_resetDecoder(void *pMem);
247 void *pMem);
  /system/extras/tests/fstest/
perm_checker.conf 60 /dev/pmem 660 660 system system graphics graphics

Completed in 778 milliseconds

1 2 3