| 82 | } |
| 83 | |
| 84 | void RenderServiceClient::Exit() { |
| 85 | if (client_) { |
| 86 | client_->stop(); |
| 87 | } |
| 88 | } |
| 89 | |
| 90 | bool RenderServiceClient::IsAlive() { |
| 91 | return client_ && client_->is_started(); |
nothing calls this directly
no outgoing calls
no test coverage detected