Home
last modified time | relevance | path

Searched refs:priority_caller (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/tests/libhwbinder/1.0/default/
H A DScheduleTest.cpp54 int priority_caller = (callerSta >> 16) & 0xffff; in send() local
58 if (priority_caller != priority) { in send()
61 cout << "err priority_caller:" << priority_caller in send()
/aosp12/frameworks/native/libs/binder/tests/
H A Dschd-dbg.cpp125 int priority_caller = data.readInt32(); in onTransact() local
127 if (priority_caller != priority) { in onTransact()
130 cout << "err priority_caller:" << priority_caller in onTransact()