Lines Matching refs:offset
148 bool WriteToAshmem(const void *data, int32_t size, int32_t offset) const;
149 const void *ReadFromAshmem(int32_t size, int32_t offset) const;
197 * @brief Writes data to the `offset` position of this <b>Ashmem</b> region.
203 * @param offset Indicates the offset from the start position of the
210 bool WriteToAshmem(const void *data, int32_t size, int32_t offset);
213 * @brief Reads data from the `offset` position of this <b>Ashmem</b> region.
218 * @param offset Indicates the offset from the start position of
225 const void *ReadFromAshmem(int32_t size, int32_t offset);
240 bool CheckValid(int32_t size, int32_t offset, int cmd) const;