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

  /external/bluetooth/bluez/sap/
server.c 74 guint timer_id; member in struct:sap_connection
577 if (!conn->timer_id)
578 conn->timer_id = g_timeout_add_seconds(interval, guard_timeout,
586 if (conn && conn->timer_id) {
587 g_source_remove(conn->timer_id);
588 conn->timer_id = 0;
602 conn->timer_id = 0;
    [all...]
  /external/tcpdump/
tcpdump.c 122 static UINT timer_id; variable
1021 timer_id = timeSetEvent(1000, 100, verbose_stats_dump, 0, TIME_PERIODIC);
1092 if (timer_id)
1093 timeKillEvent(timer_id);
1094 timer_id = 0;
1366 void CALLBACK verbose_stats_dump (UINT timer_id _U_, UINT msg _U_, DWORD_PTR arg _U_,
    [all...]
  /external/libnfc-nxp/src/
phLlcNfc_DataTypes.h 476 uint32_t timer_id[PH_LLCNFC_MAX_TIMER_USED]; member in struct:phLlcNfc_Timerinfo
phDnldNfc.c 492 uint32_t timer_id; member in struct:phDnldNfc_sContext
968 if ( NXP_INVALID_TIMER_ID != (*ppsDnldContext)->timer_id )
970 phOsalNfc_Timer_Stop((*ppsDnldContext)->timer_id );
971 phOsalNfc_Timer_Delete((*ppsDnldContext)->timer_id );
972 (*ppsDnldContext)->timer_id = NXP_INVALID_TIMER_ID;
    [all...]

Completed in 534 milliseconds