Lines Matching refs:IMemory
22 #include <binder/IMemory.h>
243 Writer(const sp<IMemory>& iMemory, size_t size);
268 sp<IMemory> getIMemory() const { return mIMemory; }
276 sp<IMemory> mIMemory; // ref-counted version, initialized in constructor and then const
354 Reader(const sp<IMemory>& iMemory, size_t size);
364 bool isIMemory(const sp<IMemory>& iMemory) const;
369 sp<IMemory> mIMemory; // ref-counted version, assigned only in constructor