Home
last modified time | relevance | path

Searched refs:TaskId (Results 1 – 23 of 23) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/
H A DTask.java56 class TaskId { class
67 public TaskId(int id, PhoneAccountHandle phoneAccountHandle) { in TaskId() method in Task.TaskId
74 if (!(object instanceof TaskId)) { in equals()
77 TaskId other = (TaskId) object; in equals()
87 TaskId getId(); in getId()
H A DMinimalIntervalPolicy.java21 import com.android.voicemail.impl.scheduling.Task.TaskId;
31 TaskId id;
H A DTaskQueue.java25 import com.android.voicemail.impl.scheduling.Task.TaskId;
90 public Task getTask(TaskId id) { in getTask()
H A DBaseTask.java149 public TaskId getId() { in getId()
150 return new TaskId(id, phoneAccountHandle); in getId()
/aosp12/system/iorap/src/prefetcher/
H A Dread_ahead.h28 struct TaskId;
40 void BeginTask(const TaskId& id);
42 void FinishTask(const TaskId& id);
55 void BeginTaskForSockets(const TaskId& id, int32_t trace_cookie);
H A Dtask_id.h24 struct TaskId { struct
28 friend std::ostream& operator<<(std::ostream& os, const TaskId& task_id) { argument
H A Dread_ahead.cc97 TaskId task_id; // also the session ID.
116 TaskId task_id;
124 void RecordRecent(TaskId task_id, size_t file_lengths_sum) { in RecordRecent()
201 void ReadAhead::FinishTask(const TaskId& id) { in FinishTask()
226 void ReadAhead::BeginTaskForSockets(const TaskId& id, int32_t trace_cookie) { in BeginTaskForSockets()
263 void ReadAhead::BeginTask(const TaskId& id) { in BeginTask()
H A Dmain_client.cc133 TaskId task_id{task_id_counter++, compiled_trace_path}; in MainClient()
/aosp12/system/update_engine/common/
H A Dproxy_resolver.h43 typedef brillo::MessageLoop::TaskId ProxyRequestId;
84 brillo::MessageLoop::TaskId idle_callback_id_{
H A Dcpu_limiter.h57 brillo::MessageLoop::TaskId manage_shares_id_{
H A Dmock_http_fetcher.h145 brillo::MessageLoop::TaskId timeout_id_;
H A Dscoped_task_id.h119 MessageLoop::TaskId task_id_{MessageLoop::kTaskIdNull};
H A Dhttp_fetcher.h181 brillo::MessageLoop::TaskId no_resolver_idle_id_{
H A Dhttp_fetcher_unittest.cc620 MessageLoop::TaskId* my_id) { in UnpausingTimeoutCallback()
641 MessageLoop::TaskId callback_id; in TYPED_TEST()
709 MessageLoop::TaskId* my_id) { in AbortingTimeoutCallback()
732 MessageLoop::TaskId task_id = MessageLoop::kTaskIdNull; in TYPED_TEST()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DEventLogTags.logtags60 31001 wm_task_created (TaskId|1|5),(RootTaskId|1|5)
62 31002 wm_task_moved (TaskId|1|5),(ToTop|1),(Index|1)
64 31003 wm_task_removed (TaskId|1|5),(Reason|3)
/aosp12/system/update_engine/
H A Dlibcurl_http_fetcher.h263 brillo::MessageLoop::TaskId timeout_id_{brillo::MessageLoop::kTaskIdNull};
301 brillo::MessageLoop::TaskId retry_task_id_{brillo::MessageLoop::kTaskIdNull};
/aosp12/system/update_engine/update_manager/
H A Dupdate_time_restrictions_monitor.h98 brillo::MessageLoop::TaskId timeout_event_{brillo::MessageLoop::kTaskIdNull};
H A Devaluation_context.h162 brillo::MessageLoop::TaskId timeout_event_ = brillo::MessageLoop::kTaskIdNull;
H A Dreal_device_policy_provider.h199 brillo::MessageLoop::TaskId scheduled_refresh_{
/aosp12/system/update_engine/aosp/
H A Dcleanup_previous_update_action.h79 brillo::MessageLoop::TaskId scheduled_task_{brillo::MessageLoop::kTaskIdNull};
/aosp12/system/update_engine/cros/
H A Ddbus_test_utils.h74 brillo::MessageLoop::TaskId callback_connected_task_{
H A Dp2p_manager.cc476 MessageLoop::TaskId timeout_task_{MessageLoop::kTaskIdNull};
/aosp12/system/iorap/src/manager/
H A Devent_manager.cc141 std::optional<prefetcher::TaskId> read_ahead_task_;
432 prefetcher::TaskId task{id, *file_path}; in StartReadAhead()