Home
last modified time | relevance | path

Searched refs:_cadence (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/gpxsee/GPXSee-7.32/src/data/
H A Dtrackpoint.h14 _cadence = NAN; _power = NAN; _ratio = NAN;} in Trackpoint()
17 _cadence = NAN; _power = NAN; _ratio = NAN;} in Trackpoint()
26 qreal cadence() const {return _cadence;} in cadence()
37 void setCadence(qreal cadence) {_cadence = cadence;} in setCadence()
46 bool hasCadence() const {return !std::isnan(_cadence);} in hasCadence()
57 qreal _cadence; variable
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/include/
H A Dkhomp_pvt.h358 _cadence = PLAY_NONE; in clear()
393 CadencesType _cadence; member
1000 if(call()->_cadence != PLAY_NONE) in stopCadence()
1002 call()->_cadence = PLAY_NONE; in stopCadence()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/src/
H A Dkhomp_pvt.cpp952 if(call()->_cadence == PLAY_RINGBACK) in indicateBusyUnlocked()
1132 if(call()->_cadence != PLAY_FASTBUSY) in cleanup()
1267 call()->_cadence = type; in startCadence()
1791 if(call()->_cadence != PLAY_VM_TONE) in onAudioStatus()
1897 if(call()->_cadence != PLAY_VM_TONE) in setupConnection()
H A Dkhomp_pvt_kxe1.cpp2924 if (call()->_cadence == PLAY_PBX_TONE) in onDtmfDetected()
2929 if (call()->_cadence == PLAY_PUB_TONE) in onDtmfDetected()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/
H A Dmod_khomp.cpp587 if(tech_pvt->call()->_cadence != Board::KhompPvt::PLAY_VM_TONE) in khompWrite()