Home
last modified time | relevance | path

Searched defs:SetCpuPartition (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/vr/libperformance/
H A Dperformance_client.cpp22 int PerformanceClient::SetCpuPartition(pid_t task_id, in SetCpuPartition() function in android::dvr::PerformanceClient
31 int PerformanceClient::SetCpuPartition(pid_t task_id, const char* partition) { in SetCpuPartition() function in android::dvr::PerformanceClient
/aosp12/frameworks/native/services/vr/performanced/
H A Dperformance_service_tests.cpp62 TEST(PerformanceTest, SetCpuPartition) { in TEST() argument