Searched refs:IsVrAppRunning (Results 1 – 5 of 5) sorted by relevance
169 case DisplayProtocol::IsVrAppRunning::Opcode: in HandleMessage()170 DispatchRemoteMethod<DisplayProtocol::IsVrAppRunning>( in HandleMessage()171 *this, &DisplayService::IsVrAppRunning, message); in HandleMessage()424 Status<bool> DisplayService::IsVrAppRunning(pdx::Message& /*message*/) { in IsVrAppRunning() function in android::dvr::DisplayService
93 pdx::Status<bool> IsVrAppRunning(pdx::Message& message);
255 Status<bool> DisplayClient::IsVrAppRunning() { in IsVrAppRunning() function in android::dvr::display::DisplayClient256 return InvokeRemoteMethod<DisplayProtocol::IsVrAppRunning>(); in IsVrAppRunning()
85 pdx::Status<bool> IsVrAppRunning();
234 PDX_REMOTE_METHOD(IsVrAppRunning, kOpIsVrAppRunning, bool(Void));