Home
last modified time | relevance | path

Searched defs:task_id (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/native/libs/vr/libperformance/
H A Dperformance_client.cpp22 int PerformanceClient::SetCpuPartition(pid_t task_id, in SetCpuPartition()
31 int PerformanceClient::SetCpuPartition(pid_t task_id, const char* partition) { in SetCpuPartition()
40 int PerformanceClient::SetSchedulerPolicy(pid_t task_id, in SetSchedulerPolicy()
50 int PerformanceClient::SetSchedulerPolicy(pid_t task_id, in SetSchedulerPolicy()
60 int PerformanceClient::SetSchedulerClass(pid_t task_id, in SetSchedulerClass()
70 int PerformanceClient::SetSchedulerClass(pid_t task_id, in SetSchedulerClass()
80 int PerformanceClient::GetCpuPartition(pid_t task_id, in GetCpuPartition()
93 int PerformanceClient::GetCpuPartition(pid_t task_id, char* partition_out, in GetCpuPartition()
116 extern "C" int dvrSetCpuPartition(pid_t task_id, const char* partition) { in dvrSetCpuPartition()
124 extern "C" int dvrSetSchedulerPolicy(pid_t task_id, in dvrSetSchedulerPolicy()
[all …]
/aosp12/system/nfc/src/gki/ulinux/
H A Dgki_ulinux.cc69 uint8_t task_id; /* GKI task id */ member
182 uint8_t GKI_create_task(TASKPTR task_entry, uint8_t task_id, int8_t* taskname, in GKI_create_task()
280 uint8_t task_id; in GKI_shutdown() local
509 uint8_t task_id; in GKI_stop() local
717 uint8_t GKI_send_event(uint8_t task_id, uint16_t event) { in GKI_send_event()
755 uint8_t GKI_isend_event(uint8_t task_id, uint16_t event) { in GKI_isend_event()
805 int8_t* GKI_map_taskname(uint8_t task_id) { in GKI_map_taskname()
875 uint8_t task_id; in GKI_exception() local
1019 uint8_t GKI_suspend_task(uint8_t task_id) { in GKI_suspend_task()
1044 uint8_t GKI_resume_task(uint8_t task_id) { in GKI_resume_task()
[all …]
/aosp12/frameworks/native/services/vr/performanced/
H A Dperformance_service.cpp242 Message& message, pid_t task_id, const std::string& scheduler_policy) { in OnSetSchedulerPolicy()
325 Message& message, pid_t task_id, const std::string& partition) { in OnSetCpuPartition()
351 Message& message, pid_t task_id, const std::string& scheduler_class) { in OnSetSchedulerClass()
388 pid_t task_id) { in OnGetCpuPartition()
H A Dperformance_service_tests.cpp34 std::pair<UniqueFile, int> OpenTaskFile(pid_t task_id, in OpenTaskFile()
44 std::string GetTaskCpuSet(pid_t task_id) { in GetTaskCpuSet()
74 pid_t task_id = 0; in TEST() local
H A Dtask.cpp22 android::base::unique_fd OpenTaskDirectory(pid_t task_id) { in OpenTaskDirectory()
44 Task::Task(pid_t task_id) in Task()
H A Dtask.h29 pid_t task_id() const { return task_id_; } in task_id() function
H A Dcpu_set.cpp166 for (auto task_id : root->GetTasks()) { in MoveUnboundTasks() local
263 pid_t task_id = std::strtol(line.c_str(), nullptr, 10); in GetTasks() local
/aosp12/system/nfc/src/gki/common/
H A Dgki_time.cc188 uint8_t task_id = GKI_get_taskid(); in GKI_start_timer() local
286 uint8_t task_id = GKI_get_taskid(); in GKI_stop_timer() local
361 uint8_t task_id; in GKI_timer_update() local
H A Dgki_buffer.cc600 void GKI_send_msg(uint8_t task_id, uint8_t mbox, void* msg) { in GKI_send_msg()
659 uint8_t task_id = GKI_get_taskid(); in GKI_read_mbox() local
1125 void GKI_change_buf_owner(void* p_buf, uint8_t task_id) { in GKI_change_buf_owner()
1143 void GKI_isend_msg(uint8_t task_id, uint8_t mbox, void* msg) { in GKI_isend_msg()
H A Dgki_common.h54 uint8_t task_id; /* task which allocated the buffer*/ member
/aosp12/frameworks/native/libs/vr/libdvr/
H A Ddvr_performance.cpp9 int dvrPerformanceSetSchedulerPolicy(pid_t task_id, in dvrPerformanceSetSchedulerPolicy()
/aosp12/frameworks/base/core/proto/android/view/
H A Dremote_animation_target.proto32 optional int32 task_id = 1; field
/aosp12/system/iorap/src/prefetcher/
H A Dmain_client.cc133 TaskId task_id{task_id_counter++, compiled_trace_path}; in MainClient() local
H A Dread_ahead.cc97 TaskId task_id; // also the session ID. member
116 TaskId task_id; member
/aosp12/frameworks/native/libs/vr/libpdx_default_transport/
H A Dpdx_benchmarks.cpp85 explicit SchedStats(pid_t task_id) : task_id_(task_id) {} in SchedStats()
113 pid_t task_id() const { return task_id_; } in task_id() function in __anon20563f1d0110::SchedStats
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/
H A Dasync_manager.cc368 AsyncTaskId task_id; member in test_vendor_lib::AsyncManager::AsyncTaskManager::Task
/aosp12/system/update_engine/common/
H A Dhttp_fetcher_unittest.cc732 MessageLoop::TaskId task_id = MessageLoop::kTaskIdNull; in TYPED_TEST() local
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Dlink_layer_controller.cc1705 void LinkLayerController::CancelScheduledTask(AsyncTaskId task_id) { in CancelScheduledTask()