HomeSort by relevance Sort by last modified time
    Searched defs:task_id (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/jingle/notifier/listener/
send_ping_task_unittest.cc 28 std::string task_id = "42"; local
30 scoped_ptr<buzz::XmlElement> message(SendPingTask::MakePingStanza(task_id));
33 expected_xml_string += task_id;
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmpptask.h 77 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/chromium_org/third_party/libjingle/source/talk/xmpp/
pubsubclient_unittest.cc 44 const std::string& task_id,
46 result_task_id = task_id;
50 const std::string& task_id,
54 error_task_id = task_id;
58 const std::string& task_id) {
59 result_task_id = task_id;
63 const std::string& task_id,
66 error_task_id = task_id;
189 std::string task_id; local
190 client->PublishItem(itemid, payload, &task_id);
218 std::string task_id; local
234 std::string task_id; local
258 std::string task_id; local
    [all...]
xmpptask.h 136 std::string task_id() const { return id_; } function in class:buzz::XmppTask
161 const std::string& task_id);
167 const Jid& to, const std::string& task_id);
  /external/bluetooth/bluedroid/bta/sys/
bta_sys_int.h 63 UINT8 task_id; /* GKI task id */ member in struct:__anon597
  /external/bluetooth/bluedroid/gki/common/
gki_time.c 202 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 = GKI_get_taskid() local
391 UINT8 task_id; local
    [all...]
gki_buffer.c 76 hdr->task_id = GKI_INVALID_TASK;
425 p_hdr->task_id = GKI_get_taskid();
493 p_hdr->task_id = GKI_get_taskid();
562 p_hdr->task_id = GKI_INVALID_TASK;
640 void GKI_send_msg (UINT8 task_id, UINT8 mbox, void *msg)
646 if ((task_id >= GKI_MAX_TASKS) || (mbox >= NUM_TASK_MBOX) || (p_cb->OSRdyTbl[task_id] == TASK_DEAD))
671 if (p_cb->OSTaskQFirst[task_id][mbox])
672 p_cb->OSTaskQLast[task_id][mbox]->p_next = p_hdr;
674 p_cb->OSTaskQFirst[task_id][mbox] = p_hdr
704 UINT8 task_id = GKI_get_taskid(); local
    [all...]
gki_common.h 65 UINT8 task_id; /* task which allocated the buffer*/ member in struct:_buffer_hdr
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_tasks_unittest.cc 69 const std::string task_id = local
71 EXPECT_EQ("app-id|file|action-id", task_id);
87 const std::string task_id = local
89 EXPECT_EQ("app-id|drive|action-id", task_id);
file_tasks.cc 151 const std::string& task_id,
162 base::StringValue* value = new base::StringValue(task_id);
172 base::StringValue* value = new base::StringValue(task_id);
185 std::string task_id; local
192 mime_task_prefs->GetStringWithoutPathExpansion(mime_type, &task_id)) {
193 VLOG(1) << "Found MIME default handler: " << task_id;
194 return task_id;
204 suffix_task_prefs->GetStringWithoutPathExpansion(lower_suffix, &task_id);
205 VLOG_IF(1, !task_id.empty()) << "Found suffix default handler: " << task_id;
413 std::string task_id = file_tasks::MakeTaskID( local
515 std::string task_id = file_tasks::GetDefaultTaskIdFromPrefs( local
525 const std::string task_id = TaskDescriptorToId(task->task_descriptor()); local
    [all...]
  /external/chromium_org/chrome/common/
cancelable_task_tracker_unittest.cc 116 CancelableTaskTracker::TaskId task_id = local
121 EXPECT_NE(CancelableTaskTracker::kBadTaskId, task_id);
125 task_tracker_.TryCancel(task_id);
137 CancelableTaskTracker::TaskId task_id = local
143 EXPECT_NE(CancelableTaskTracker::kBadTaskId, task_id);
145 task_tracker_.TryCancel(task_id);
157 CancelableTaskTracker::TaskId task_id = local
163 EXPECT_NE(CancelableTaskTracker::kBadTaskId, task_id);
167 task_tracker_.TryCancel(task_id);
177 CancelableTaskTracker::TaskId task_id local
200 CancelableTaskTracker::TaskId task_id = local
414 CancelableTaskTracker::TaskId task_id = local
437 CancelableTaskTracker::TaskId task_id = local
    [all...]
  /external/chromium_org/jingle/glue/
thread_wrapper.cc 205 int task_id; local
212 task_id = ++last_task_id_;
213 messages_.insert(std::pair<int, talk_base::Message>(task_id, message));
219 weak_ptr_, task_id));
223 weak_ptr_, task_id),
228 void JingleThreadWrapper::RunTask(int task_id) {
233 MessagesQueue::iterator it = messages_.find(task_id);
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_time.c 200 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 = GKI_get_taskid() local
389 UINT8 task_id; local
    [all...]
gki_buffer.c 85 hdr->task_id = GKI_INVALID_TASK;
434 p_hdr->task_id = GKI_get_taskid();
547 p_hdr->task_id = GKI_get_taskid();
631 p_hdr->task_id = GKI_INVALID_TASK;
709 void GKI_send_msg (UINT8 task_id, UINT8 mbox, void *msg)
715 if ((task_id >= GKI_MAX_TASKS) || (mbox >= NUM_TASK_MBOX) || (p_cb->OSRdyTbl[task_id] == TASK_DEAD))
740 if (p_cb->OSTaskQFirst[task_id][mbox])
741 p_cb->OSTaskQLast[task_id][mbox]->p_next = p_hdr;
743 p_cb->OSTaskQFirst[task_id][mbox] = p_hdr
773 UINT8 task_id = GKI_get_taskid(); local
    [all...]
gki_common.h 67 UINT8 task_id; /* task which allocated the buffer*/ member in struct:_buffer_hdr
  /external/libnfc-nci/src/gki/common/
gki_time.c 200 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 = GKI_get_taskid() local
389 UINT8 task_id; local
    [all...]
gki_buffer.c 85 hdr->task_id = GKI_INVALID_TASK;
434 p_hdr->task_id = GKI_get_taskid();
547 p_hdr->task_id = GKI_get_taskid();
631 p_hdr->task_id = GKI_INVALID_TASK;
709 void GKI_send_msg (UINT8 task_id, UINT8 mbox, void *msg)
715 if ((task_id >= GKI_MAX_TASKS) || (mbox >= NUM_TASK_MBOX) || (p_cb->OSRdyTbl[task_id] == TASK_DEAD))
740 if (p_cb->OSTaskQFirst[task_id][mbox])
741 p_cb->OSTaskQLast[task_id][mbox]->p_next = p_hdr;
743 p_cb->OSTaskQFirst[task_id][mbox] = p_hdr
773 UINT8 task_id = GKI_get_taskid(); local
    [all...]
gki_common.h 67 UINT8 task_id; /* task which allocated the buffer*/ member in struct:_buffer_hdr
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 104 UINT8 task_id; /* GKI task id */ member in struct:__anon706
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 - (input) Task id is mapped to priorit
466 UINT8 task_id; local
875 UINT8 task_id; local
1233 UINT8 task_id; local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.cc 81 // 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,
89 int count = Tokenize(task_id, std::string("|"), &result);
210 void UpdateFileHandlerUsageStats(Profile* profile, const std::string& task_id) {
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_id.size()
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 86 UINT8 task_id; /* GKI task id */ member in struct:__anon20441
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, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex
320 UINT8 task_id; local
608 UINT8 task_id; local
996 UINT8 task_id; local
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 85 UINT8 task_id; /* GKI task id */ member in struct:__anon20453
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, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex
320 UINT8 task_id; local
586 UINT8 task_id; local
974 UINT8 task_id; local
    [all...]

Completed in 1975 milliseconds