Home
last modified time | relevance | path

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

/expo/packages/expo-av/build/Audio/
H A DRecording.js64 _canRecord = false; field in Recording
74 this._canRecord = false;
86 if (isAudioEnabled() && this._canRecord && this._onRecordingStatusUpdate != null) {
103 if (isAudioEnabled() && this._canRecord && this._onRecordingStatusUpdate != null) {
115 if (this._canRecord) {
186 if (this._canRecord) {
256 if (!this._canRecord) {
264 this._canRecord = true;
328 if (!this._canRecord) {
H A DRecording.d.ts52 _canRecord: boolean;
H A DRecording.js.map1_canRecord: boolean = false;\n _isDoneRecording: boolean = false;\n _finalDurationMillis: number…
/expo/packages/expo-av/src/Audio/
H A DRecording.ts88 _canRecord: boolean = false; property in Recording
100 this._canRecord = false;
113 if (isAudioEnabled() && this._canRecord && this._onRecordingStatusUpdate != null) {
134 if (isAudioEnabled() && this._canRecord && this._onRecordingStatusUpdate != null) {
150 if (this._canRecord) {
226 if (this._canRecord) {
310 if (!this._canRecord) {
329 this._canRecord = true;
399 if (!this._canRecord) {