Lines Matching refs:_data

392     hidl_vec<uint8_t> _data;
393 _data.setToExternal(const_cast<uint8_t *>(data), len);
394 GetIContextHandle(context)->contextSendMessage(id, _data);
561 hidl_vec<uint8_t> _data;
562 _data.setToExternal(reinterpret_cast<uint8_t *>(const_cast<void *>(data)), sizeBytes);
564 GetIContextHandle(context)->allocation1DWrite(_allocation, xoff, lod, count, _data);
571 hidl_vec<uint8_t> _data;
572 _data.setToExternal(reinterpret_cast<uint8_t *>(const_cast<void *>(data)), sizeBytes);
574 GetIContextHandle(context)->allocationElementWrite(_allocation, xoff, 0, 0, lod, _data, eoff);
582 hidl_vec<uint8_t> _data;
583 _data.setToExternal(reinterpret_cast<uint8_t *>(const_cast<void *>(data)), sizeBytes);
585 GetIContextHandle(context)->allocationElementWrite(_allocation, x, y, z, lod, _data, eoff);
594 hidl_vec<uint8_t> _data;
595 _data.setToExternal(reinterpret_cast<uint8_t *>(const_cast<void *>(data)), sizeBytes);
597 GetIContextHandle(context)->allocation2DWrite(_allocation, xoff, yoff, lod, (AllocationCubemapFace)face, w, h, _data, stride);
605 hidl_vec<uint8_t> _data;
606 _data.setToExternal(reinterpret_cast<uint8_t *>(const_cast<void *>(data)), sizeBytes);
608 GetIContextHandle(context)->allocation3DWrite(_allocation, xoff, yoff, zoff, lod, w, h, d, _data, stride);
746 hidl_vec<uint8_t> _data;
747 _data.setToExternal(reinterpret_cast<uint8_t *>(const_cast<void *>(data)), len);
749 GetIContextHandle(context)->scriptInvokeV(_script, slot, _data);
884 hidl_vec<uint8_t> _data;
885 _data.setToExternal(reinterpret_cast<uint8_t *>(const_cast<void *>(data)), len);
887 GetIContextHandle(context)->scriptSetVarV(_script, slot, _data);
906 hidl_vec<uint8_t> _data;
907 _data.setToExternal(reinterpret_cast<uint8_t *>(const_cast<void *>(data)), len);
914 GetIContextHandle(context)->scriptSetVarVE(_script, slot, _data, _ve, _dims);