Home
last modified time | relevance | path

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

/expo/packages/expo-av/build/Audio/
H A DRecording.js73 _cleanupForUnloadedRecorder = async (finalStatus) => { field in Recording
258 …on = eventEmitter.addListener('Expo.Recording.recorderUnloaded', this._cleanupForUnloadedRecorder);
352 const status = await this._cleanupForUnloadedRecorder(stopResult);
H A DRecording.d.ts60 _cleanupForUnloadedRecorder: (finalStatus?: RecordingStatus) => Promise<RecordingStatus>;
H A DRecording.js.map1_cleanupForUnloadedRecorder = async (finalStatus?: RecordingStatus) => {\n this._canRecord = fa…
/expo/packages/expo-av/src/Audio/
H A DRecording.ts99 _cleanupForUnloadedRecorder = async (finalStatus?: RecordingStatus) => { property in Recording
314 this._cleanupForUnloadedRecorder
423 const status = await this._cleanupForUnloadedRecorder(stopResult);