Searched refs:destroy_cb (Results 1 – 7 of 7) sorted by relevance
/external/adhd/cras/src/server/ |
D | stream_list.c | 63 stream_destroy_func *destroy_cb, in stream_list_create() argument 71 list->stream_destroy_cb = destroy_cb; in stream_list_create()
|
D | stream_list.h | 26 stream_destroy_func *destroy_cb,
|
/external/python/cpython3/Modules/ |
D | _abc.c | 183 PyObject *destroy_cb; in _add_to_weak_set() local 188 destroy_cb = PyCFunction_NewEx(&_destroy_def, wr, NULL); in _add_to_weak_set() 189 if (destroy_cb == NULL) { in _add_to_weak_set() 193 ref = PyWeakref_NewRef(obj, destroy_cb); in _add_to_weak_set() 194 Py_DECREF(destroy_cb); in _add_to_weak_set()
|
/external/jemalloc_new/test/unit/ |
D | rb.c | 220 destroy_cb(node_t *node, void *data) { in destroy_cb() function 334 tree_destroy(&tree, destroy_cb, &nnodes); in TEST_BEGIN()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_private.h | 1125 v3dv_cmd_buffer_private_obj_destroy_cb destroy_cb; member 1229 v3dv_cmd_buffer_private_obj_destroy_cb destroy_cb);
|
D | v3dv_cmd_buffer.c | 269 v3dv_cmd_buffer_private_obj_destroy_cb destroy_cb) in v3dv_cmd_buffer_add_private_obj() argument 280 pobj->destroy_cb = destroy_cb; in v3dv_cmd_buffer_add_private_obj() 289 assert(pobj && pobj->obj && pobj->destroy_cb); in cmd_buffer_destroy_private_obj() 290 pobj->destroy_cb(v3dv_device_to_handle(cmd_buffer->device), in cmd_buffer_destroy_private_obj()
|
/external/adhd/cras/src/tests/ |
D | iodev_list_unittest.cc | 2232 stream_destroy_func* destroy_cb, in stream_list_create() argument
|