Home
last modified time | relevance | path

Searched refs:iio_buffer_destroy (Results 1 – 15 of 15) sorted by relevance

/external/libiio/src/bindings/csharp/
DIOBuffer.cs39 private static extern void iio_buffer_destroy(IntPtr buf); in iio_buffer_destroy() method in iio.IOBuffer
127 iio_buffer_destroy(buf); in Dispose()
/external/libiio/src/examples/
Dad9361-iiostream.c71 if (rxbuf) { iio_buffer_destroy(rxbuf); } in shutdown()
72 if (txbuf) { iio_buffer_destroy(txbuf); } in shutdown()
Dad9371-iiostream.c69 if (rxbuf) { iio_buffer_destroy(rxbuf); } in shutdown()
70 if (txbuf) { iio_buffer_destroy(txbuf); } in shutdown()
Ddummy-iiostream.c121 if (rxbuf) { iio_buffer_destroy(rxbuf); } in shutdown()
/external/libiio/src/tests/
Diio_adi_xflow_check.c344 iio_buffer_destroy(buffer); in main()
Diio_readdev.c422 iio_buffer_destroy(buffer); in main()
Diio_writedev.c450 iio_buffer_destroy(buffer); in main()
/external/libiio/src/
Dbuffer.c112 void iio_buffer_destroy(struct iio_buffer *buffer) in iio_buffer_destroy() function
Diio.h1313 __api void iio_buffer_destroy(struct iio_buffer *buf);
Dmainpage.dox132 When the object is no more needed, it can be destroyed with iio_buffer_destroy().
/external/libiio/src/iiod/
Dops.c557 iio_buffer_destroy(entry->buf); in rw_thd()
733 iio_buffer_destroy(entry->buf); in rw_thd()
/external/libiio/include/
Diio.h1313 __api void iio_buffer_destroy(struct iio_buffer *buf);
/external/libiio/src/bindings/matlab/
Dlibiio_if_daq2.m369 calllib(obj.libname, 'iio_buffer_destroy', obj.iio_buffer);
514 calllib(obj.libname, 'iio_buffer_destroy', obj.iio_buffer);
Dlibiio_if.m365 calllib(obj.libname, 'iio_buffer_destroy', obj.iio_buffer);
514 calllib(obj.libname, 'iio_buffer_destroy', obj.iio_buffer);
/external/libiio/src/bindings/python/
Diio.py332 _buffer_destroy = _lib.iio_buffer_destroy