Searched refs:job_func (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgioscheduler.h35 void g_io_scheduler_push_job (GIOSchedulerJobFunc job_func,
H A Dgioscheduler.c51 GIOSchedulerJobFunc job_func; member in struct:_GIOSchedulerJob
179 result = job->job_func (job, job->cancellable, job->data);
198 result = job->job_func (job, job->cancellable, job->data);
208 * @job_func: a #GIOSchedulerJobFunc.
209 * @user_data: data to pass to @job_func
217 * @notify will be called on @user_data after @job_func has returned,
225 g_io_scheduler_push_job (GIOSchedulerJobFunc job_func, argument
234 g_return_if_fail (job_func != NULL);
237 job->job_func = job_func;
[all...]

Completed in 174 milliseconds