Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DIBinderRpcTest.aidl57 void lockUnlock(); // locks and unlocks a mutex in lockUnlock() method
DbinderRpcTestCommon.h388 Status lockUnlock() override { in lockUnlock() function
DbinderRpcTest.cpp434 ts.push_back(std::thread([&] { proc.rootIface->lockUnlock(); })); in TEST_P()
/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/binder_rpc_test_session/
Dlib.rs120 fn lockUnlock(&self) -> Result<(), Status> { in lockUnlock() method
/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/service/
Dmain.rs143 fn lockUnlock(&self) -> Result<(), Status> { in lockUnlock() method