Searched refs:_cleanupForUnloadedRecorder (Results 1 – 4 of 4) sorted by relevance
73 _cleanupForUnloadedRecorder = async (finalStatus) => { field in Recording258 …on = eventEmitter.addListener('Expo.Recording.recorderUnloaded', this._cleanupForUnloadedRecorder);352 const status = await this._cleanupForUnloadedRecorder(stopResult);
60 _cleanupForUnloadedRecorder: (finalStatus?: RecordingStatus) => Promise<RecordingStatus>;
1 …_cleanupForUnloadedRecorder = async (finalStatus?: RecordingStatus) => {\n this._canRecord = fa…
99 _cleanupForUnloadedRecorder = async (finalStatus?: RecordingStatus) => { property in Recording314 this._cleanupForUnloadedRecorder423 const status = await this._cleanupForUnloadedRecorder(stopResult);