Searched refs:waitForMs (Results 1 – 3 of 3) sorted by relevance
54 public static void waitForMs(long ms) { in waitForMs() method in TestContext
95 mContext.waitForMs(100); in testOnReceiveRedirection()
99 status_t getVendorAtom(VendorAtom* pVendorAtom, int64_t waitForMs) { in getVendorAtom() argument102 auto rc = mCondVar.wait_for(lock, std::chrono::milliseconds(waitForMs)); in getVendorAtom()