LCOV - code coverage report
Current view: top level - obj-x86_64-pc-linux-gnu/ipc/ipdl - PVsyncBridge.cpp (source / functions) Hit Total Coverage
Test: output.info Lines: 0 12 0.0 %
Date: 2017-07-14 16:53:18 Functions: 0 3 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : //
       2             : // Automatically generated by ipdlc.
       3             : // Edit at your own risk
       4             : //
       5             : 
       6             : 
       7             : #include "mozilla/gfx/PVsyncBridge.h"
       8             : 
       9             : namespace mozilla {
      10             : namespace gfx {
      11             : namespace PVsyncBridge {
      12             : 
      13             : nsresult
      14           0 : CreateEndpoints(
      15             :         base::ProcessId aParentDestPid,
      16             :         base::ProcessId aChildDestPid,
      17             :         mozilla::ipc::Endpoint<mozilla::gfx::PVsyncBridgeParent>* aParent,
      18             :         mozilla::ipc::Endpoint<mozilla::gfx::PVsyncBridgeChild>* aChild)
      19             : {
      20           0 :     return mozilla::ipc::CreateEndpoints(mozilla::ipc::PrivateIPDLInterface(), aParentDestPid, aChildDestPid, PVsyncBridgeMsgStart, PVsyncBridgeMsgStartChild, aParent, aChild);
      21             : }
      22             : void
      23           0 : Transition(
      24             :         MessageType msg,
      25             :         State* next)
      26             : {
      27           0 :     switch ((*(next))) {
      28             :     case __Null:
      29           0 :         break;
      30             :     case __Dead:
      31           0 :         mozilla::ipc::LogicError("__delete__()d actor");
      32           0 :         break;
      33             :     default:
      34           0 :         mozilla::ipc::LogicError("corrupted actor state");
      35           0 :         break;
      36             :     }
      37           0 : }
      38             : IPC::Message*
      39           0 : Msg_NotifyVsync(int32_t routingId)
      40             : {
      41           0 :     return new IPC::Message(routingId, Msg_NotifyVsync__ID, 0, IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, "PVsyncBridge::Msg_NotifyVsync", true);
      42             : }
      43             : 
      44             : } // namespace PVsyncBridge
      45             : } // namespace gfx
      46             : } // namespace mozilla

Generated by: LCOV version 1.13