Searched refs:IsVrAppRunning (Results 1 – 5 of 5) sorted by relevance
162 case DisplayProtocol::IsVrAppRunning::Opcode: in HandleMessage()163 DispatchRemoteMethod<DisplayProtocol::IsVrAppRunning>( in HandleMessage()164 *this, &DisplayService::IsVrAppRunning, message); in HandleMessage()403 Status<bool> DisplayService::IsVrAppRunning(pdx::Message& /*message*/) { in IsVrAppRunning() function in android::dvr::DisplayService
92 pdx::Status<bool> IsVrAppRunning(pdx::Message& message);
251 Status<bool> DisplayClient::IsVrAppRunning() { in IsVrAppRunning() function in android::dvr::display::DisplayClient252 return InvokeRemoteMethod<DisplayProtocol::IsVrAppRunning>(); in IsVrAppRunning()
84 pdx::Status<bool> IsVrAppRunning();
230 PDX_REMOTE_METHOD(IsVrAppRunning, kOpIsVrAppRunning, bool(Void));