/aosp12/frameworks/native/libs/vr/libperformance/ |
H A D | performance_client.cpp | 22 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 D | gki_ulinux.cc | 69 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 D | performance_service.cpp | 242 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 D | performance_service_tests.cpp | 34 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 D | task.cpp | 22 android::base::unique_fd OpenTaskDirectory(pid_t task_id) { in OpenTaskDirectory() 44 Task::Task(pid_t task_id) in Task()
|
H A D | task.h | 29 pid_t task_id() const { return task_id_; } in task_id() function
|
H A D | cpu_set.cpp | 166 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 D | gki_time.cc | 188 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 D | gki_buffer.cc | 600 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 D | gki_common.h | 54 uint8_t task_id; /* task which allocated the buffer*/ member
|
/aosp12/frameworks/native/libs/vr/libdvr/ |
H A D | dvr_performance.cpp | 9 int dvrPerformanceSetSchedulerPolicy(pid_t task_id, in dvrPerformanceSetSchedulerPolicy()
|
/aosp12/frameworks/base/core/proto/android/view/ |
H A D | remote_animation_target.proto | 32 optional int32 task_id = 1; field
|
/aosp12/system/iorap/src/prefetcher/ |
H A D | main_client.cc | 133 TaskId task_id{task_id_counter++, compiled_trace_path}; in MainClient() local
|
H A D | read_ahead.cc | 97 TaskId task_id; // also the session ID. member 116 TaskId task_id; member
|
/aosp12/frameworks/native/libs/vr/libpdx_default_transport/ |
H A D | pdx_benchmarks.cpp | 85 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 D | async_manager.cc | 368 AsyncTaskId task_id; member in test_vendor_lib::AsyncManager::AsyncTaskManager::Task
|
/aosp12/system/update_engine/common/ |
H A D | http_fetcher_unittest.cc | 732 MessageLoop::TaskId task_id = MessageLoop::kTaskIdNull; in TYPED_TEST() local
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
H A D | link_layer_controller.cc | 1705 void LinkLayerController::CancelScheduledTask(AsyncTaskId task_id) { in CancelScheduledTask()
|