Lines Matching refs:DELAY_NS
118 using ::android::DELAY_NS;
984 3 * DELAY_NS + TOLERANCE_NS;
986 2 * DELAY_NS + TOLERANCE_NS;
1009 // two-way method, was supposed to block caller for DELAY_NS
1013 DELAY_NS + TOLERANCE_NS);
1014 // one-way method, do not block caller, but body was supposed to block for DELAY_NS
1017 EXPECT_LE(invokeResults[2].timeNs, DELAY_NS + TOLERANCE_NS);