Searched refs:UpdateThreadSched (Results 1 – 3 of 3) sorted by relevance
/hardware/google/camera/common/hal/utils/ |
D | utils.h | 77 status_t UpdateThreadSched(pthread_t thread, int32_t policy,
|
D | utils.cc | 447 status_t UpdateThreadSched(pthread_t thread, int32_t policy, in UpdateThreadSched() function
|
/hardware/google/camera/common/hal/google_camera_hal/ |
D | camera_device_session.cc | 703 utils::UpdateThreadSched(pthread_self(), schedule_policy, &schedule_param); in ConfigureStreams() 713 utils::UpdateThreadSched(pthread_self(), schedule_policy, in ConfigureStreams() 725 utils::UpdateThreadSched(pthread_self(), schedule_policy, in ConfigureStreams() 753 utils::UpdateThreadSched(pthread_self(), schedule_policy, in ConfigureStreams() 776 utils::UpdateThreadSched(pthread_self(), schedule_policy, &schedule_param); in ConfigureStreams()
|