Home
last modified time | relevance | path

Searched refs:destroy_cb (Results 1 – 7 of 7) sorted by relevance

/external/adhd/cras/src/server/
Dstream_list.c63 stream_destroy_func *destroy_cb, in stream_list_create() argument
71 list->stream_destroy_cb = destroy_cb; in stream_list_create()
Dstream_list.h26 stream_destroy_func *destroy_cb,
/external/python/cpython3/Modules/
D_abc.c183 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/
Drb.c220 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/
Dv3dv_private.h1125 v3dv_cmd_buffer_private_obj_destroy_cb destroy_cb; member
1229 v3dv_cmd_buffer_private_obj_destroy_cb destroy_cb);
Dv3dv_cmd_buffer.c269 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/
Diodev_list_unittest.cc2232 stream_destroy_func* destroy_cb, in stream_list_create() argument