Lines Matching refs:hidl_memory
223 struct hidl_memory { struct
225 hidl_memory() : mHandle(nullptr), mSize(0), mName("") { in hidl_memory() argument
232 hidl_memory(const hidl_string& name, hidl_handle&& handle, size_t size) in hidl_memory() function
241 hidl_memory(const hidl_string &name, const native_handle_t *handle, size_t size) in hidl_memory() function
248 hidl_memory(const hidl_memory& other) { in hidl_memory() argument
253 hidl_memory &operator=(const hidl_memory &other) {
264 hidl_memory(hidl_memory&& other) noexcept { in hidl_memory() argument
269 hidl_memory &operator=(hidl_memory &&other) noexcept {
281 ~hidl_memory() { in ~hidl_memory() argument
314 class HidlMemory : public virtual hidl_memory, public virtual ::android::RefBase {
316 static sp<HidlMemory> getInstance(const hidl_memory& mem);
318 static sp<HidlMemory> getInstance(hidl_memory&& mem);
994 inline std::string toString(const hidl_memory &mem) {