Searched refs:MemRegion (Results 1 - 1 of 1) sorted by relevance

/system/libfmq/include/fmq/
H A DMessageQueue.h230 struct MemRegion { struct in struct:android::hardware::MessageQueue
231 MemRegion() : MemRegion(nullptr, 0) {} function in struct:android::hardware::MessageQueue::MemRegion
233 MemRegion(T* base, size_t size) : address(base), length(size) {} function in struct:android::hardware::MessageQueue::MemRegion
235 MemRegion& operator=(const MemRegion &other) {
242 * Gets a pointer to the base address of the MemRegion.
247 * Gets the length of the MemRegion. This would equal to the number
248 * of items of type T that can be read from/written into the MemRegion.
253 * Gets the length of the MemRegion i
[all...]

Completed in 175 milliseconds