Home | History | Annotate | Download | only in libmedia

Lines Matching defs:mem

54     RemoteMediaBufferWrapper(const sp<IMemory> &mem)
55 : MediaBuffer(mem) {
155 sp<IMemory> mem;
158 mem = interface_cast<IMemory>(binder);
159 LOG_ALWAYS_FATAL_IF(mem.get() == nullptr,
161 mMemoryCache.insert(index, mem);
163 mem = mMemoryCache.lookup(index);
164 LOG_ALWAYS_FATAL_IF(mem.get() == nullptr,
170 buf = new RemoteMediaBufferWrapper(mem);
239 void insert(uint64_t index, const sp<IMemory> &mem) {
244 (void)mIndexToMemory.emplace(index, mem);
421 "INLINE(%p) %zu shared mem available, but only %zu used",