Home
last modified time | relevance | path

Searched refs:_pollingLoop (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-av/build/Audio/
H A DRecording.js85 _pollingLoop = async () => { field in Recording
87 …this._progressUpdateTimeoutVariable = setTimeout(this._pollingLoop, this._progressUpdateIntervalMi…
105 this._pollingLoop();
H A DRecording.d.ts61 _pollingLoop: () => Promise<void>;
H A DRecording.js.map1_pollingLoop = async () => {\n if (isAudioEnabled() && this._canRecord && this._onRecordingStat…
/expo/packages/expo-av/src/Audio/
H A DRecording.ts112 _pollingLoop = async () => { property in Recording
115 this._pollingLoop,
136 this._pollingLoop();