Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/rust/tests/
H A Dintegration.rs261 assert!(sm.ping_binder().is_ok()); in check_services()
336 .ping_binder() in test_death_notifications()
365 .ping_binder() in test_unregister_death_notifications()
414 remote.ping_binder().expect("Could not ping remote service"); in test_misc_ibinder()
/aosp12/frameworks/native/libs/binder/rust/src/
H A Dproxy.rs292 fn ping_binder(&mut self) -> Result<()> { in ping_binder() method
H A Dbinder.rs130 fn ping_binder(&mut self) -> Result<()>; in ping_binder() method