Searched refs:OnClosed (Results 1 – 3 of 3) sorted by relevance
35 virtual void OnClosed(int mount_id) = 0;
358 callback->OnClosed(mount_id); in ProcessEventLocked()378 callback->OnClosed(it->second->mount_id()); in Start()
40 void OnClosed(int /* mount_id */) override { closed = true; } in OnClosed() function in android::fuse::__anon36125ebe0111::Callback