Home
last modified time | relevance | path

Searched refs:_performOperationAndHandleStatusAsync (Results 1 – 12 of 12) sorted by relevance

/expo/packages/expo-av/build/
H A DVideo.js64 _performOperationAndHandleStatusAsync = async (operation) => { field in Video
76 …return this._performOperationAndHandleStatusAsync((tag) => ExpoVideoViewManager.setFullscreen(tag,…
101 … return this._performOperationAndHandleStatusAsync((tag) => ExponentAV.getStatusForVideo(tag));
108 …return this._performOperationAndHandleStatusAsync((tag) => ExponentAV.loadForVideo(tag, nativeSour…
115 return this._performOperationAndHandleStatusAsync((tag) => ExponentAV.unloadForVideo(tag));
132 …return this._performOperationAndHandleStatusAsync((tag) => ExponentAV.setStatusForVideo(tag, statu…
141 return this._performOperationAndHandleStatusAsync((tag) => ExponentAV.replayVideo(tag, {
H A DVideo.d.ts14_performOperationAndHandleStatusAsync: (operation: (tag: number) => Promise<AVPlaybackStatus>) => …
H A DVideo.js.map1_performOperationAndHandleStatusAsync = async (\n operation: (tag: number) => Promise<AVPlaybac…
/expo/packages/expo-av/build/Audio/
H A DRecording.js113 async _performOperationAndHandleStatusAsync(operation) { method in Recording
187 … return this._performOperationAndHandleStatusAsync(() => ExponentAV.getAudioRecordingStatus());
302 return this._performOperationAndHandleStatusAsync(() => ExponentAV.startAudioRecording());
314 return this._performOperationAndHandleStatusAsync(() => ExponentAV.pauseAudioRecording());
H A DSound.js107 async _performOperationAndHandleStatusAsync(operation) { method in Sound
176 … return this._performOperationAndHandleStatusAsync(() => ExponentAV.getStatusForSound(this._key));
264 …return this._performOperationAndHandleStatusAsync(() => ExponentAV.setStatusForSound(this._key, st…
270 return this._performOperationAndHandleStatusAsync(() => ExponentAV.replaySound(this._key, {
H A DRecording.d.ts65_performOperationAndHandleStatusAsync(operation: () => Promise<RecordingStatus>): Promise<Recordin…
H A DSound.d.ts129_performOperationAndHandleStatusAsync(operation: () => Promise<AVPlaybackStatus>): Promise<AVPlayb…
H A DSound.js.map1_performOperationAndHandleStatusAsync(\n operation: () => Promise<AVPlaybackStatus>\n ): Promi…
H A DRecording.js.map1_performOperationAndHandleStatusAsync(\n operation: () => Promise<RecordingStatus>\n ): Promis…
/expo/packages/expo-av/src/Audio/
H A DRecording.ts146 async _performOperationAndHandleStatusAsync( method in Recording
227 return this._performOperationAndHandleStatusAsync(() => ExponentAV.getAudioRecordingStatus());
371 return this._performOperationAndHandleStatusAsync(() => ExponentAV.startAudioRecording());
384 return this._performOperationAndHandleStatusAsync(() => ExponentAV.pauseAudioRecording());
H A DSound.ts190 async _performOperationAndHandleStatusAsync( method in Sound
297 return this._performOperationAndHandleStatusAsync(() =>
402 return this._performOperationAndHandleStatusAsync(() =>
412 return this._performOperationAndHandleStatusAsync(() =>
/expo/packages/expo-av/src/
H A DVideo.tsx94 _performOperationAndHandleStatusAsync = async (
111 return this._performOperationAndHandleStatusAsync((tag: number) =>
142 return this._performOperationAndHandleStatusAsync((tag: number) =>
157 return this._performOperationAndHandleStatusAsync((tag: number) =>
167 return this._performOperationAndHandleStatusAsync((tag: number) =>
188 return this._performOperationAndHandleStatusAsync((tag: number) =>
201 return this._performOperationAndHandleStatusAsync((tag: number) =>