Searched refs:scheduleBackgroundTask (Results 1 – 6 of 6) sorted by relevance
123 protected void scheduleBackgroundTask(int task) { in scheduleBackgroundTask() method in SynchronousContactsProvider2128 protected void scheduleBackgroundTask(int task, Object arg) { in scheduleBackgroundTask() method in SynchronousContactsProvider2
59 virtual uint32_t scheduleBackgroundTask(BackgroundTask* bgTask) = 0;
516 virtual uint32_t scheduleBackgroundTask(BackgroundTask* bgTask);
761 mAllocTaskId = mAllocator.scheduleBackgroundTask(&mAllocTask); in init()818 mMapTaskId = mAllocator.scheduleBackgroundTask(&mMapTask); in init()
11088 uint32_t QCamera2HardwareInterface::scheduleBackgroundTask(BackgroundTask* bgTask) in scheduleBackgroundTask() function in qcamera::QCamera2HardwareInterface
1560 scheduleBackgroundTask(BACKGROUND_TASK_INITIALIZE); in initialize()1561 scheduleBackgroundTask(BACKGROUND_TASK_UPDATE_ACCOUNTS); in initialize()1562 scheduleBackgroundTask(BACKGROUND_TASK_UPDATE_LOCALE); in initialize()1566 scheduleBackgroundTask(BACKGROUND_TASK_OPEN_WRITE_ACCESS); in initialize()1567 scheduleBackgroundTask(BACKGROUND_TASK_CLEANUP_PHOTOS); in initialize()1568 scheduleBackgroundTask(BACKGROUND_TASK_CLEAN_DELETE_LOG); in initialize()1671 protected void scheduleBackgroundTask(int task) { in scheduleBackgroundTask() method in ContactsProvider21672 scheduleBackgroundTask(task, null); in scheduleBackgroundTask()1675 protected void scheduleBackgroundTask(int task, Object arg) { in scheduleBackgroundTask() method in ContactsProvider21783 scheduleBackgroundTask(BACKGROUND_TASK_CHANGE_LOCALE); in onLocaleChanged()[all …]