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

/fuchsia/zircon/system/ulib/ddk/include/ddk/protocol/
H A Dtest.h33 void (*destroy)(void* ctx); member in struct:test_protocol_ops
/fuchsia/zircon/system/ulib/fzl/include/lib/fzl/
H A Dvmar-manager.h51 vmar_.destroy();
/fuchsia/zircon/system/ulib/fit/include/lib/fit/
H A Dfunction_internal.h25 void (*destroy)(void* bits); member in struct:fit::internal::target_ops
67 static void destroy(void* bits) { function in struct:fit::internal::target
84 &target::destroy};
101 static void destroy(void* bits) { function in struct:fit::internal::target
118 &target::destroy};
267 ops_->destroy(&bits_);
/fuchsia/zircon/system/ulib/ddktl/include/ddktl/protocol/
H A Dtest.h97 ops_->destroy(ctx_);
/fuchsia/zircon/system/ulib/zx/include/lib/zx/
H A Dinterrupt.h38 zx_status_t destroy() { function in class:zx::interrupt
H A Dvmar.h14 // vmar::destroy(), it just closes the handle.
45 zx_status_t destroy() const { function in class:zx::vmar
/fuchsia/zircon/system/utest/vdso/
H A Dvdso.cpp146 EXPECT_EQ(vdso_vmar.destroy(),
148 EXPECT_EQ(scratch.root_vmar().destroy(),
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dzone.c19 void (*destroy)(struct _malloc_zone_t *); member in struct:_malloc_zone_t
336 jemalloc_zone.destroy = zone_destroy;
/fuchsia/zircon/system/dev/input/focaltech/
H A Dft3x27.cpp160 irq_.destroy();
/fuchsia/zircon/system/dev/misc/test/
H A Dtest.c80 .destroy = test_device_destroy,
/fuchsia/zircon/system/dev/serial/aml-uart/
H A Daml-uart.cpp283 irq_.destroy();
/fuchsia/zircon/system/dev/thermal/aml-thermal-s905d2g/
H A Daml-tsensor.cpp413 tsensor_irq_.destroy();
/fuchsia/zircon/system/dev/display/astro-display/
H A Dastro-display.cpp225 vsync_irq_.destroy();
/fuchsia/zircon/system/dev/input/goodix/
H A Dgt92xx.cpp213 irq_.destroy();
/fuchsia/zircon/system/dev/light/ams-light/
H A Dtcs3400.cpp412 irq_.destroy();
/fuchsia/zircon/system/core/devmgr/
H A Ddevhost.cpp547 log(RPC_SDW, "proxy-rpc: destroy (ios=%p)\n", ios);
567 destroy:
577 goto destroy;
621 // queue an event to destroy the iostate
833 // queue an event to destroy the iostate
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Drb.h193 a_prefix##destroy(a_rbt_type *rbtree, void (*cb)(a_type *, void *), \
997 a_prefix##destroy(a_rbt_type *rbtree, void (*cb)(a_type *, void *), \
/fuchsia/zircon/system/dev/ethernet/dwmac/
H A Ddwmac.cpp428 dma_irq_.destroy();
/fuchsia/zircon/system/utest/libzx/
H A Dzx-test.cpp220 ASSERT_EQ(vmar.destroy(), ZX_OK);

Completed in 179 milliseconds