Lines Matching defs:mem
1159 sp<MemoryBase> mem;
1168 return mem;
1201 mem = new MemoryBase(cache->getHeap(), 0, cache->size());
1205 LOGV("return memory @ %p, sampleRate=%u, channelCount = %d, format = %d", mem->pointer(), *pSampleRate, *pNumChannels, *pFormat);
1209 return mem;
1215 sp<MemoryBase> mem;
1248 mem = new MemoryBase(cache->getHeap(), 0, cache->size());
1252 LOGV("return memory @ %p, sampleRate=%u, channelCount = %d, format = %d", mem->pointer(), *pSampleRate, *pNumChannels, *pFormat);
1257 return mem;