Home
last modified time | relevance | path

Searched refs:FLAT_BINDER_FLAG_PRIORITY_MASK (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/android/
H A Dbinder.h38 FLAT_BINDER_FLAG_PRIORITY_MASK = 0xff, enumerator
/aosp12/system/libhwbinder/
H A DParcel.cpp205 obj.flags = priority & FLAT_BINDER_FLAG_PRIORITY_MASK; in flatten_binder()
/aosp12/frameworks/native/libs/binder/
H A DParcel.cpp195 …return (priority & FLAT_BINDER_FLAG_PRIORITY_MASK) | ((policy & 3) << FLAT_BINDER_FLAG_SCHED_POLIC… in schedPolicyMask()