History log of /hardware/interfaces/tests/libhwbinder/1.0/default/ScheduleTest.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
812f5d31014f347956fc8c996c183bdb07b0a12e 07-Apr-2017 Howard Chen <howardsoc@google.com> Add IScheduleTest for VTS libhwbinder scheduler test

Add IScheduleTest.hal:
send(cfg, callerSta)
cfg: 1 for verbose output
caller_status: (caller_rt_priority <<16 )| caller_cpu

with the return value defined as:
((1 if no priority inheritance)<<16) | (1 if no cpu sync)
The implementation is in ScheduleTest.cpp

Bug:36705188
Test: sailfish/prebuilt kernel/oc-dev with the libhwbinder_latency
vts test case
Change-Id: Ie2a837c8d0d4fa95c6fd0ebd50e76412cb808df8
/hardware/interfaces/tests/libhwbinder/1.0/default/ScheduleTest.cpp