HomeSort by relevance Sort by last modified time
    Searched defs:heartbeat (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/google_apis/gcm/engine/
heartbeat_manager_unittest.cc 27 // Bypass the heartbeat timer, and send the heartbeat now.
44 // Starts the heartbeat manager.
48 // Helper functions for verifying heartbeat manager effects.
81 // Basic initialization. No heartbeat should be pending.
86 // Acknowledging a heartbeat before starting the manager should have no effect.
92 // Starting the manager should start the heartbeat timer.
100 // Acking the heartbeat should trigger a new heartbeat timer.
104 base::TimeTicks heartbeat = manager()->GetNextHeartbeatTime() local
147 base::TimeTicks heartbeat = manager()->GetNextHeartbeatTime(); local
    [all...]
  /system/core/healthd/
healthd.h 84 void (*heartbeat)(void); member in struct:healthd_mode_ops
118 // Return 0 to indicate the usual kernel log battery status heartbeat message
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
nacltest.js 201 this.heartbeat = function() {
928 var heartbeat = function() {
929 rpc.heartbeat();
930 setTimeout(heartbeat, 500);
932 heartbeat();
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_header.h 97 /* heartbeat info parameter */
310 /* Heartbeat Request (HEARTBEAT) */
317 struct sctp_heartbeat heartbeat; member in struct:sctp_heartbeat_chunk
320 /* ... used for Heartbeat Ack (HEARTBEAT ACK) */

Completed in 512 milliseconds