Searched defs:task_id (Results 1 - 16 of 16) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dxmpptask.h77 std::string task_id() const { return id_; } function in class:buzz::XmppTask
102 const std::string& task_id);
108 const Jid& to, const std::string& task_id);
/external/bluetooth/bluedroid/bta/sys/
H A Dbta_sys_int.h63 UINT8 task_id; /* GKI task id */ member in struct:__anon827
/external/bluetooth/bluedroid/gki/common/
H A Dgki_time.c202 UINT8 task_id = GKI_get_taskid(); local
256 gki_cb.com.OSTaskTmr0R[task_id] = reload;
257 gki_cb.com.OSTaskTmr0 [task_id] = ticks;
263 gki_cb.com.OSTaskTmr1R[task_id] = reload;
264 gki_cb.com.OSTaskTmr1 [task_id] = ticks;
270 gki_cb.com.OSTaskTmr2R[task_id] = reload;
271 gki_cb.com.OSTaskTmr2 [task_id] = ticks;
277 gki_cb.com.OSTaskTmr3R[task_id] = reload;
278 gki_cb.com.OSTaskTmr3 [task_id] = ticks;
311 UINT8 task_id local
391 UINT8 task_id; local
[all...]
H A Dgki_buffer.c76 hdr->task_id = GKI_INVALID_TASK;
425 p_hdr->task_id = GKI_get_taskid();
489 p_hdr->task_id = GKI_get_taskid();
558 p_hdr->task_id = GKI_INVALID_TASK;
636 void GKI_send_msg (UINT8 task_id, UINT8 mbox, void *msg) argument
642 if ((task_id >= GKI_MAX_TASKS) || (mbox >= NUM_TASK_MBOX) || (p_cb->OSRdyTbl[task_id] == TASK_DEAD))
667 if (p_cb->OSTaskQFirst[task_id][mbox])
668 p_cb->OSTaskQLast[task_id][mbox]->p_next = p_hdr;
670 p_cb->OSTaskQFirst[task_id][mbo
700 UINT8 task_id = GKI_get_taskid(); local
1252 GKI_change_buf_owner(void *p_buf, UINT8 task_id) argument
1271 GKI_isend_msg(UINT8 task_id, UINT8 mbox, void *msg) argument
[all...]
H A Dgki_common.h63 UINT8 task_id; /* task which allocated the buffer*/ member in struct:_buffer_hdr
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_time.c200 UINT8 task_id = GKI_get_taskid(); local
254 gki_cb.com.OSTaskTmr0R[task_id] = reload;
255 gki_cb.com.OSTaskTmr0 [task_id] = ticks;
261 gki_cb.com.OSTaskTmr1R[task_id] = reload;
262 gki_cb.com.OSTaskTmr1 [task_id] = ticks;
268 gki_cb.com.OSTaskTmr2R[task_id] = reload;
269 gki_cb.com.OSTaskTmr2 [task_id] = ticks;
275 gki_cb.com.OSTaskTmr3R[task_id] = reload;
276 gki_cb.com.OSTaskTmr3 [task_id] = ticks;
309 UINT8 task_id local
389 UINT8 task_id; local
[all...]
H A Dgki_buffer.c83 hdr->task_id = GKI_INVALID_TASK;
414 p_hdr->task_id = GKI_get_taskid();
519 p_hdr->task_id = GKI_get_taskid();
603 p_hdr->task_id = GKI_INVALID_TASK;
681 void GKI_send_msg (UINT8 task_id, UINT8 mbox, void *msg) argument
687 if ((task_id >= GKI_MAX_TASKS) || (mbox >= NUM_TASK_MBOX) || (p_cb->OSRdyTbl[task_id] == TASK_DEAD))
712 if (p_cb->OSTaskQFirst[task_id][mbox])
713 p_cb->OSTaskQLast[task_id][mbox]->p_next = p_hdr;
715 p_cb->OSTaskQFirst[task_id][mbo
745 UINT8 task_id = GKI_get_taskid(); local
1301 GKI_change_buf_owner(void *p_buf, UINT8 task_id) argument
1320 GKI_isend_msg(UINT8 task_id, UINT8 mbox, void *msg) argument
[all...]
H A Dgki_common.h67 UINT8 task_id; /* task which allocated the buffer*/ member in struct:_buffer_hdr
/external/libnfc-nci/src/gki/common/
H A Dgki_time.c200 UINT8 task_id = GKI_get_taskid(); local
254 gki_cb.com.OSTaskTmr0R[task_id] = reload;
255 gki_cb.com.OSTaskTmr0 [task_id] = ticks;
261 gki_cb.com.OSTaskTmr1R[task_id] = reload;
262 gki_cb.com.OSTaskTmr1 [task_id] = ticks;
268 gki_cb.com.OSTaskTmr2R[task_id] = reload;
269 gki_cb.com.OSTaskTmr2 [task_id] = ticks;
275 gki_cb.com.OSTaskTmr3R[task_id] = reload;
276 gki_cb.com.OSTaskTmr3 [task_id] = ticks;
309 UINT8 task_id local
389 UINT8 task_id; local
[all...]
H A Dgki_buffer.c83 hdr->task_id = GKI_INVALID_TASK;
414 p_hdr->task_id = GKI_get_taskid();
519 p_hdr->task_id = GKI_get_taskid();
603 p_hdr->task_id = GKI_INVALID_TASK;
681 void GKI_send_msg (UINT8 task_id, UINT8 mbox, void *msg) argument
687 if ((task_id >= GKI_MAX_TASKS) || (mbox >= NUM_TASK_MBOX) || (p_cb->OSRdyTbl[task_id] == TASK_DEAD))
712 if (p_cb->OSTaskQFirst[task_id][mbox])
713 p_cb->OSTaskQLast[task_id][mbox]->p_next = p_hdr;
715 p_cb->OSTaskQFirst[task_id][mbo
745 UINT8 task_id = GKI_get_taskid(); local
1301 GKI_change_buf_owner(void *p_buf, UINT8 task_id) argument
1320 GKI_isend_msg(UINT8 task_id, UINT8 mbox, void *msg) argument
[all...]
H A Dgki_common.h67 UINT8 task_id; /* task which allocated the buffer*/ member in struct:_buffer_hdr
/external/chromium/chrome/browser/sync/notifier/
H A Dcache_invalidation_packet_handler.cc123 MakeCacheInvalidationIqPacket(to_jid_, task_id(), msg_,
149 if (!MatchResponseIq(stanza, to_jid_, task_id())) {
161 const std::string& task_id,
164 buzz::XmlElement* iq = MakeIq(buzz::STR_SET, to_jid, task_id);
159 MakeCacheInvalidationIqPacket( const buzz::Jid& to_jid, const std::string& task_id, const std::string& msg, int seq, const std::string& sid) argument
/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_ulinux.c104 UINT8 task_id; /* GKI task id */ member in struct:__anon920
146 gki_cb.os.thread_id[p_pthread_info->task_id] = pthread_self();
148 prctl(PR_SET_NAME, (unsigned long)gki_cb.com.OSTName[p_pthread_info->task_id], 0, 0, 0);
150 GKI_INFO("gki_task_entry task_id=%i [%s] starting\n", p_pthread_info->task_id,
151 gki_cb.com.OSTName[p_pthread_info->task_id]);
156 GKI_INFO("gki_task task_id=%i [%s] terminating\n", p_pthread_info->task_id,
157 gki_cb.com.OSTName[p_pthread_info->task_id]);
231 ** task_id
243 GKI_create_task(TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize) argument
332 GKI_destroy_task(UINT8 task_id) argument
404 GKI_task_self_cleanup(UINT8 task_id) argument
466 UINT8 task_id; local
875 UINT8 task_id; local
1053 GKI_send_event(UINT8 task_id, UINT16 event) argument
1097 GKI_isend_event(UINT8 task_id, UINT16 event) argument
1158 GKI_map_taskname(UINT8 task_id) argument
1233 UINT8 task_id; local
1403 GKI_suspend_task(UINT8 task_id) argument
1429 GKI_resume_task(UINT8 task_id) argument
1455 GKI_exit_task(UINT8 task_id) argument
[all...]
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c86 UINT8 task_id; /* GKI task id */ member in struct:__anon7370
109 GKI_TRACE_5("gki_task_entry task_id=%i, thread_id=%x/%x, pCond/pMutex=%x/%x", p_pthread_info->task_id,
110 gki_cb.os.thread_id[p_pthread_info->task_id], pthread_self(),
113 gki_cb.os.thread_id[p_pthread_info->task_id] = thread_id;
117 GKI_TRACE_1("gki_task task_id=%i terminating", p_pthread_info->task_id);
118 gki_cb.os.thread_id[p_pthread_info->task_id] = 0;
207 ** task_id - (input) Task id is mapped to priority
219 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT argument
320 UINT8 task_id; local
608 UINT8 task_id; local
818 GKI_send_event(UINT8 task_id, UINT16 event) argument
861 GKI_isend_event(UINT8 task_id, UINT16 event) argument
918 GKI_map_taskname(UINT8 task_id) argument
996 UINT8 task_id; local
1168 GKI_suspend_task(UINT8 task_id) argument
1194 GKI_resume_task(UINT8 task_id) argument
1220 GKI_exit_task(UINT8 task_id) argument
[all...]
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c85 UINT8 task_id; /* GKI task id */ member in struct:__anon7450
106 GKI_TRACE_5("gki_task_entry task_id=%i, thread_id=%x/%x, pCond/pMutex=%x/%x", p_pthread_info->task_id,
107 gki_cb.os.thread_id[p_pthread_info->task_id], pthread_self(),
110 gki_cb.os.thread_id[p_pthread_info->task_id] = thread_id;
114 GKI_TRACE_1("gki_task task_id=%i terminating", p_pthread_info->task_id);
115 gki_cb.os.thread_id[p_pthread_info->task_id] = 0;
204 ** task_id - (input) Task id is mapped to priority
216 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT argument
320 UINT8 task_id; local
583 UINT8 task_id; local
793 GKI_send_event(UINT8 task_id, UINT16 event) argument
836 GKI_isend_event(UINT8 task_id, UINT16 event) argument
893 GKI_map_taskname(UINT8 task_id) argument
971 UINT8 task_id; local
1143 GKI_suspend_task(UINT8 task_id) argument
1169 GKI_resume_task(UINT8 task_id) argument
1195 GKI_exit_task(UINT8 task_id) argument
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_file_browser_private_api.cc81 // Breaks down task_id that is used between getFileTasks() and executeTask() on
82 // its building blocks. task_id field the following structure:
85 bool CrackTaskIdentifier(const std::string& task_id, argument
89 int count = Tokenize(task_id, std::string("|"), &result);
210 void UpdateFileHandlerUsageStats(Profile* profile, const std::string& task_id) { argument
215 prefs_usage_update->SetWithoutPathExpansion(task_id,
436 const std::string task_id,
442 task_id_(task_id),
634 std::string task_id; local
635 if (!args_->GetString(0, &task_id) || !task_i
430 ExecuteTasksFileSystemCallbackDispatcher( ExecuteTasksFileBrowserFunction* function, Profile* profile, int child_id, const GURL& source_url, scoped_refptr<const Extension> extension, const std::string task_id, const std::vector<GURL>& file_urls) argument
650 InitiateFileTaskExecution( const std::string& task_id, ListValue* files_list) argument
673 RequestFileEntryOnFileThread( const GURL& source_url, const std::string& task_id, const std::vector<GURL>& file_urls) argument
700 ExecuteFileActionsOnUIThread( const std::string& task_id, const std::string& file_system_name, const GURL& file_system_root, const FileDefinitionList& file_list) argument
831 GetLocalPathsOnFileThread(const UrlList& file_urls, const std::string& task_id) argument
898 GetLocalPathsResponseOnUIThread( const FilePathList& files, const std::string& task_id) argument
[all...]

Completed in 2286 milliseconds