Home
last modified time | relevance | path

Searched refs:python_callback (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/watchdog/src/
Dwatchdog_fsevents.c57 PyObject *python_callback; member
438 PyObject_CallFunction(stream_callback_info_ref->python_callback, in watchdog_FSEventStreamCallback()
617 PyObject *python_callback = NULL; in watchdog_add_watch() local
623 &python_callback, &paths_to_watch)); in watchdog_add_watch()
676 stream_callback_info_ref->python_callback = python_callback; in watchdog_add_watch()
680 Py_INCREF(python_callback); in watchdog_add_watch()
/aosp_15_r20/external/trace-cmd/python/
H A Dctracecmd.i32 %ignore python_callback;
35 static int python_callback(struct trace_seq *s,
71 python_callback, pyfunc);
199 static int python_callback(struct trace_seq *s,