HomeSort by relevance Sort by last modified time
    Searched refs:job_func (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/gio/
gioscheduler.h 35 void g_io_scheduler_push_job (GIOSchedulerJobFunc job_func,
gioscheduler.c 51 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,
234 g_return_if_fail (job_func != NULL);
237 job->job_func = job_func;
    [all...]

Completed in 50 milliseconds