Lines Matching refs:buffer
45 * @param handle Indicates the pointer to the buffer of the memory to allocate.
57 * @param handle Indicates the reference to the buffer of the memory to release.
67 * @param handle Indicates the reference to the buffer of the memory to map.
78 * @param handle Indicates the reference to the buffer of the memory to map.
84 virtual void *MmapCache(const BufferHandle &buffer) const = 0;
89 * @param handle Indicates the reference to the buffer of the memory to unmap.
101 * @param handle Indicates the reference to the buffer of the cache to flush.
113 * @param handle Indicates the reference to the buffer of the cache to flush.
120 virtual int32_t FlushMCache(const BufferHandle &buffer) const = 0;
125 * @param handle Indicates the reference to the buffer of the cache, which will be invalidated.