Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AGProjects/sylk-mobile
/ functions
Functions
1,935 in github.com/AGProjects/sylk-mobile
⨍
Functions
1,935
◇
Types & classes
162
↓ 5 callers
Method
mediaPlaying
()
app/components/Conference.js:228
↓ 5 callers
Function
normalizeUri
(raw, accountId, defaultDomain)
app/components/EditConferenceModal.js:43
↓ 5 callers
Function
project
(lat, lng)
app/components/LocationBubble.js:523
↓ 5 callers
Method
showAlertPanel
(callUUID, from, displayName, hasVideo=false)
app/CallManager.js:1004
↓ 5 callers
Method
startService
android/app/src/main/java/com/agprojects/sylk/CallForegroundServiceModule.kt:11
↓ 5 callers
Method
startTimer
()
app/components/LocationSimulator.js:123
↓ 5 callers
Method
stop
(Promise promise)
android/app/src/main/java/com/agprojects/sylk/SylkAudioSpectrumModule.java:90
↓ 5 callers
Function
tagged
(t)
app/components/ReadyBox.js:2260
↓ 5 callers
Function
toTitleCase
(str)
app/components/ConferenceBox.js:108
↓ 4 callers
Method
AddRef
future_patches/h264/MediaEncryptorJni.cpp:447
↓ 4 callers
Function
AttachThread
future_patches/h264/MediaEncryptorJni.cpp:83
↓ 4 callers
Function
BuildIV
Build a 12-byte IV from salt(8) and a big-endian 32-bit counter.
future_patches/h264/MediaEncryptorJni.cpp:105
↓ 4 callers
Function
CallAesGcm
Helper: call SylkE2EE.aesGcm(En|De)crypt(key, iv, aad, data) and return the resulting byte[] (ciphertext+tag for encrypt, plaintext for decrypt). Retu
future_patches/h264/MediaEncryptorJni.cpp:217
↓ 4 callers
Function
Canonical
Decoder-visible canonical form: list of (header + body-with-trailing-zeros-stripped).
future_patches/h264/nal_test.cpp:98
↓ 4 callers
Function
EnsureJniCache
future_patches/h264/MediaEncryptorJni.cpp:79
↓ 4 callers
Function
FindStartCode
Find the next Annex-B start code (00 00 01) at or after `from`. Returns the index of its leading 0x00, or `n` if none. A 4-byte start code (00 00 00 0
future_patches/h264/MediaEncryptorJni.cpp:167
↓ 4 callers
Method
_fetchPreviewLocation
()
app/components/LocationSharingManager.js:167
↓ 4 callers
Function
_findAudioTrack
Find the first audio track on a list of senders or receivers. * Returns { pcId, trackId } or null if no audio track exists.
app/components/CallRecorder.js:47
↓ 4 callers
Function
_keyPrefixForLog
(hexKey)
app/components/CallZrtp.js:279
↓ 4 callers
Method
_seal
(enc, status, headers, body)
app/exportRouter.js:184
↓ 4 callers
Function
_stripCall
(t)
app/qosReport.js:19
↓ 4 callers
Method
backToForeground
()
app/CallManager.js:223
↓ 4 callers
Method
confirmSasAndSeedRs1
()
app/components/CallZrtp.js:2330
↓ 4 callers
Method
displayFor
(uri)
app/components/ActiveLocationSharesModal.js:78
↓ 4 callers
Method
drainEncoder
Pull encoded packets from the encoder and write them to the muxer. On the first INFO_OUTPUT_FORMAT_CHANGED we add the audio track and start the muxer
android/app/src/main/java/com/agprojects/sylk/SylkCallRecorder.java:1104
↓ 4 callers
Function
finish
(dims)
app/components/ThumbnailGrid.js:260
↓ 4 callers
Function
fmtRate
(curr, prevVal, secs)
app/components/VideoBox.js:823
↓ 4 callers
Function
getGlobalState
()
qos/qos-stats.js:56
↓ 4 callers
Method
getStatus
()
app/ExportServer.js:503
↓ 4 callers
Function
if
(event && event.preventDefault)
app/components/VideoBox.js:2015
↓ 4 callers
Function
if
(!prevState.isRecording && this.state.isRecording)
app/components/AudioCallBox.js:1632
↓ 4 callers
Function
num
(v)
qos/qos-stats.js:358
↓ 4 callers
Function
open
()
app/ExportServer.js:128
↓ 4 callers
Function
period
()
app/components/ImportDataModal.js:245
↓ 4 callers
Function
pickZoomToFitPoints
(points, padding = 40, mapWidth = DEFAULT_MAP_WIDTH, mapHeight = DEFAULT_MAP_HEIGHT)
app/components/LocationBubble.js:137
↓ 4 callers
Function
pkts
(v)
app/qosReport.js:37
↓ 4 callers
Function
random6DigitRoom
()
app/components/ConferenceModal.js:26
↓ 4 callers
Function
rsIdHexOf
(rs1Bytes)
app/components/CallZrtp.js:339
↓ 4 callers
Method
start
Begin recording. `micTrack` is accepted in the API for symmetry with the JS side but we DON'T attach a WebRTC sink to it — it would never fire. Inste
android/app/src/main/java/com/agprojects/sylk/SylkCallRecorder.java:227
↓ 4 callers
Method
startCallWhenReady
()
app/components/Conference.js:302
↓ 4 callers
Method
startMic
(Promise promise)
android/app/src/main/java/com/agprojects/sylk/SylkAudioSpectrumModule.java:112
↓ 4 callers
Method
stopFoldObserver
()
android/app/src/main/java/com/agprojects/sylk/AudioRouteModule.java:402
↓ 4 callers
Method
stopRingtone
()
android/app/src/main/java/com/agprojects/sylk/IncomingCallService.java:332
↓ 4 callers
Function
table
(rows, hasHeader)
app/qosReport.js:41
↓ 4 callers
Function
tbl
(rows, numCols, hasHeader)
app/qosReport.js:191
↓ 4 callers
Function
toRad
(d)
app/components/ShareLocationModal.js:30
↓ 4 callers
Function
toRad
(deg)
app/components/LocationBubble.js:297
↓ 3 callers
Function
DecryptH264
future_patches/h264/nal_test.cpp:58
↓ 3 callers
Method
_cancelPendingPermissionShare
(uri, rollbackFn)
app/components/LocationSharingManager.js:887
↓ 3 callers
Method
_emit
(patch)
app/ExportServer.js:506
↓ 3 callers
Function
_hasC
(c)
app/components/LocationBubble.js:2010
↓ 3 callers
Function
_initUris
()
app/components/EditContactModal.js:143
↓ 3 callers
Method
_installReceivers
()
app/components/CallZrtp.js:1753
↓ 3 callers
Function
_isDev
()
app/components/CallZrtp.js:274
↓ 3 callers
Method
_logFixProvenance
(tag, uri, position)
app/components/LocationSharingManager.js:1032
↓ 3 callers
Method
_meetMeAtRunGates
(uri)
app/components/LocationSharingManager.js:408
↓ 3 callers
Method
_sendEncrypted
(encrypted, label, cb)
app/components/CallZrtp.js:554
↓ 3 callers
Method
_sendSigned
(obj, label)
app/components/CallZrtp.js:1422
↓ 3 callers
Method
_shouldLogShareStateProbe
(uri, originMetadataId, reason)
app/components/LocationSharingManager.js:1832
↓ 3 callers
Function
agg
(list, keyFn, filt)
app/components/ImportDataModal.js:287
↓ 3 callers
Function
bandColor
(band)
app/components/AudioSpeedometer.js:306
↓ 3 callers
Function
buildVideoFeatureTokens
(videoCodec, codecMeta, framesPerSecond)
app/components/NetworkSpeedometer.js:136
↓ 3 callers
Function
bulletLines
()
app/components/ShareConferenceLinkModal.js:15
↓ 3 callers
Function
bump
(cat, day, n)
app/ExportServer.js:241
↓ 3 callers
Method
canBypassDnd
(List<String> contactTags)
android/app/src/main/java/com/agprojects/sylk/MyFirebaseMessagingService.java:661
↓ 3 callers
Method
cancelNotification
(int notificationId)
android/app/src/main/java/com/agprojects/sylk/IncomingCallService.java:1047
↓ 3 callers
Function
clamp
(n)
app/components/AudioProgressSlider.js:59
↓ 3 callers
Method
clearRs1
()
app/components/CallZrtp.js:2342
↓ 3 callers
Function
collectMediaState
(pc)
qos/qos-stats.js:355
↓ 3 callers
Function
constantTimeStringEqual
(a, b)
app/components/CallZrtp.js:312
↓ 3 callers
Function
createThumbnailSafe
({ url, timeMs = 1000, maxWidth = 512, maxHeight = 512, format = 'jpeg', })
app/thumbnailService.js:15
↓ 3 callers
Method
destroy
()
app/components/CallZrtp.js:2466
↓ 3 callers
Function
diffNew
(serverIds, localIds)
app/importClient.js:64
↓ 3 callers
Function
divider
(title)
app/qosReport.js:58
↓ 3 callers
Function
downsample
* Distil a peaks array down to `barCount` buckets by max-pooling * adjacent entries. Returns a Float-ish array of `barCount` values * each 0..1. If
app/components/AudioWaveform.js:39
↓ 3 callers
Method
effectiveCoordinatesForSession
(uri, realCoords)
app/components/LocationSimulator.js:87
↓ 3 callers
Function
emitMediaVerdict
(pc, callAgeMs)
qos/qos-stats.js:449
↓ 3 callers
Method
fetch
Fetch + log the server-side summary for a just-finished call.
qos/qos-probe.py:172
↓ 3 callers
Function
formatDistance
(meters)
app/components/LocationBubble.js:260
↓ 3 callers
Method
forwardToReceiver
(String action)
android/app/src/main/java/com/agprojects/sylk/SylkCallConnectionService.java:230
↓ 3 callers
Function
frameAt
(i)
app/components/spectrumCodec.js:121
↓ 3 callers
Method
getLocationShareState
(uri, originMetadataId)
app/components/LocationSharingManager.js:1791
↓ 3 callers
Method
hideShareLocationModal
()
app/components/LocationSharingManager.js:220
↓ 3 callers
Method
init
* Wire the logger up from MainApplication.onCreate (and from any * other process entry point — FCM service onCreate, foreground * service on
android/app/src/main/java/com/agprojects/sylk/SylkLogger.kt:72
↓ 3 callers
Function
isAudio
(filename, filetype=null)
app/utils.js:1488
↓ 3 callers
Function
isImage
(filename, filetype=null)
app/utils.js:1456
↓ 3 callers
Method
isMuted
(List<String> contactTags)
android/app/src/main/java/com/agprojects/sylk/MyFirebaseMessagingService.java:675
↓ 3 callers
Method
isSimulating
(uri)
app/components/LocationSimulator.js:329
↓ 3 callers
Function
isVideo
(filename, filetype=null)
app/utils.js:1520
↓ 3 callers
Function
isVideoConferenceUri
(uri)
app/components/ContactCapabilities.js:17
↓ 3 callers
Function
latLngToTileFrac
(latitude, longitude, zoom)
app/components/LocationBubble.js:112
↓ 3 callers
Function
lossOf
(rtp, key)
app/components/AudioSpeedometer.js:732
↓ 3 callers
Function
md5
(s)
app/accountInfo.js:21
↓ 3 callers
Method
meetMeAt
(uri, link)
app/components/LocationSharingManager.js:256
↓ 3 callers
Function
normToken
(t)
app/exportRouter.js:82
↓ 3 callers
Function
nudgeIfOverlap
(a, b, dx, dy)
app/components/LocationBubble.js:601
↓ 3 callers
Method
onCancel
()
app/components/ShareLocationModal.js:306
↓ 3 callers
Function
p
(n)
app/components/ChatBox.js:9932
↓ 3 callers
Function
parseSharedLocationUrl
(text)
app/utils.js:523
↓ 3 callers
Method
pauseLocationSharing
(uri, originMetadataId)
app/components/LocationSharingManager.js:1713
← previous
next →
101–200 of 1,935, ranked by callers