Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DIBinderRpcTest.aidl56 oneway void unlockInMsAsync(int ms); in unlockInMsAsync() method
DbinderRpcTestCommon.h383 Status unlockInMsAsync(int32_t ms) override { in unlockInMsAsync() function
DbinderRpcTest.cpp445 EXPECT_OK(proc.rootIface->unlockInMsAsync(blockTimeMs)); in TEST_P()
/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/binder_rpc_test_session/
Dlib.rs117 fn unlockInMsAsync(&self, _: i32) -> Result<(), Status> { in unlockInMsAsync() method
/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/service/
Dmain.rs140 fn unlockInMsAsync(&self, _: i32) -> Result<(), Status> { in unlockInMsAsync() method