Searched refs:holdBinder (Results 1 – 7 of 7) sorted by relevance
34 void holdBinder(@nullable IBinder binder); in holdBinder() method
251 EXPECT_OK(proc.rootIface->holdBinder(binder)); in TEST_P()261 EXPECT_OK(proc.rootIface->holdBinder(nullptr)); in TEST_P()
352 Status holdBinder(const sp<IBinder>& binder) override { in holdBinder() function
838 EXPECT_OK(proc.rootIface->holdBinder(binder)); in TEST_P()
124 assert!(srv.holdBinder(Some(&binder)).is_ok());141 assert!(srv.holdBinder(None).is_ok());
85 fn holdBinder(&self, _binder: Option<&SpIBinder>) -> Result<(), Status> { in holdBinder() method
99 fn holdBinder(&self, binder: Option<&SpIBinder>) -> Result<(), Status> { in holdBinder() method