Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/tests/
H A DIBinderRpcTest.aidl50 oneway void unlockInMsAsync(int ms); in unlockInMsAsync() method
H A DbinderRpcTest.cpp162 Status unlockInMsAsync(int32_t ms) override { in unlockInMsAsync() function in android::MyBinderRpcTest
754 EXPECT_OK(proc.rootIface->unlockInMsAsync(blockTimeMs)); in TEST_P()
862 EXPECT_OK(proc.rootIface->unlockInMsAsync(kSleepMs)); in TEST_P()