Searched refs:callback_fn (Results 1 – 5 of 5) sorted by relevance
77 void (*callback_fn)(83 void (*callback_fn)(
1258 void (*callback_fn)( in EnumerateDevices()1264 void (*callback_fn)( in EnumerateDevices()1281 callback_fn, in EnumerateDevices()
76 static Ret callback_fn(intptr_t callable, Params ...params) { in callback_fn() function87 : callback(callback_fn<typename std::remove_reference<Callable>::type>), in callback()
1493 PyObject* callback_fn = PyList_GET_ITEM(callbacks, i); local1494 if (!PyCallable_Check(callback_fn)) {1499 i, callback_fn->ob_type->tp_name)1504 PyObject_CallObject(callback_fn, callback_args);
90 static Ret callback_fn(intptr_t callable, Params ...params) { in callback_fn() function101 : callback(callback_fn<typename std::remove_reference<Callable>::type>), in callback()