Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp2041 return unlockInMs(ms); in onTransact()
2048 std::thread t([=] { thisService->unlockInMs(value); }); in onTransact()
2057 status_t unlockInMs(int32_t ms) { in unlockInMs() function in BinderLibTestService