Home
last modified time | relevance | path

Searched refs:SCHED_NORMAL (Results 1 – 15 of 15) sorted by relevance

/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dservice.cpp43 android::hardware::setMinSchedulerPolicy(service3, SCHED_NORMAL, -20); in main()
53 android::hardware::setMinSchedulerPolicy(service4, SCHED_NORMAL, -20); in main()
/aosp12/system/libhidl/transport/
H A DHidlTransportSupport.cpp69 case SCHED_NORMAL: { in setMinSchedulerPolicy()
99 return details::gServicePrioMap->get(service, {SCHED_NORMAL, 0}); in getMinSchedulerPolicy()
/aosp12/frameworks/av/media/libnbaio/
H A DREADME.txt13 no mutexes, so safe to use between SCHED_NORMAL and SCHED_FIFO threads
29 no mutexes, so safe to use between SCHED_NORMAL and SCHED_FIFO threads
/aosp12/frameworks/native/libs/binder/
H A DBinder.cpp148 int mPolicy = SCHED_NORMAL;
302 case SCHED_NORMAL: in setMinSchedulerPolicy()
317 if (policy == SCHED_NORMAL && priority == 0) { in setMinSchedulerPolicy()
331 if (e == nullptr) return SCHED_NORMAL; in getMinSchedulerPolicy()
H A DParcel.cpp221 schedBits = schedPolicyMask(SCHED_NORMAL, 19); in flattenBinder()
/aosp12/bionic/libc/bionic/
H A Dpthread_attr.cpp49 attr->sched_policy = SCHED_NORMAL; in pthread_attr_init()
82 *flag = (attr->sched_policy != SCHED_NORMAL) ? PTHREAD_EXPLICIT_SCHED : PTHREAD_INHERIT_SCHED; in pthread_attr_getinheritsched()
H A Dpthread_create.cpp178 need_set = (thread->attr.sched_policy != SCHED_NORMAL); in __init_thread()
/aosp12/frameworks/native/services/vr/performanced/
H A Dperformance_service_tests.cpp131 EXPECT_EQ(SCHED_NORMAL, sched_getscheduler(0)); in TEST()
150 EXPECT_EQ(SCHED_NORMAL, sched_getscheduler(0)); in TEST()
211 EXPECT_EQ(SCHED_NORMAL, scheduler); in TEST()
216 EXPECT_EQ(SCHED_NORMAL, sched_getscheduler(0)); in TEST()
H A Dperformance_service.cpp212 .scheduler_policy = SCHED_NORMAL, in PerformanceService()
216 .scheduler_policy = SCHED_NORMAL, in PerformanceService()
437 if (sched_setscheduler(vr_app_render_thread_, SCHED_NORMAL, &param) < 0) { in SetVrAppRenderThread()
/aosp12/hardware/google/gchips/gralloc4/service/4.x/
H A Dservice.cpp34 if (!setMinSchedulerPolicy(service, SCHED_NORMAL, -20)) { in main()
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dservice.cpp44 if (!setMinSchedulerPolicy(service3, SCHED_NORMAL, -20)) { in main()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dsched.h68 #define SCHED_NORMAL 0 macro
/aosp12/system/libhwbinder/
H A DBinder.cpp80 BHwBinder::BHwBinder() : mSchedPolicy(SCHED_NORMAL), mSchedPriority(0), mExtras(nullptr) in BHwBinder()
/aosp12/bionic/libc/include/
H A Dsched.h39 #define SCHED_OTHER SCHED_NORMAL
/aosp12/system/nfc/src/gki/ulinux/
H A Dgki_ulinux.cc39 #define SCHED_NORMAL 0 macro
250 policy = SCHED_NORMAL; in GKI_create_task()