Home
last modified time | relevance | path

Searched refs:getCurrentInput (Results 1 – 22 of 22) sorted by relevance

/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/av/
H A DAVModule.java106 public void getCurrentInput(final Promise promise) { in getCurrentInput() method in AVModule
107 mAVManager.getCurrentInput(promise); in getCurrentInput()
H A DAVManagerInterface.java60 void getCurrentInput(final Promise promise); in getCurrentInput() method
H A DAVManager.java763 public void getCurrentInput(final Promise promise) { in getCurrentInput() method in AVManager
/expo/packages/expo-av/build/Audio/
H A DRecording.js285 async getCurrentInput() { method in Recording
286 return ExponentAV.getCurrentInput();
H A DRecording.d.ts145 getCurrentInput(): Promise<RecordingInput>;
H A DRecording.js.map1 …dingInput` object.\n */\n async getCurrentInput(): Promise<RecordingInput> {\n return Expone…
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/av/
H A DAVModule.java106 public void getCurrentInput(final Promise promise) { in getCurrentInput() method in AVModule
107 mAVManager.getCurrentInput(promise); in getCurrentInput()
H A DAVManagerInterface.java60 void getCurrentInput(final Promise promise); in getCurrentInput() method
H A DAVManager.java763 public void getCurrentInput(final Promise promise) { in getCurrentInput() method in AVManager
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/av/
H A DAVModule.java106 public void getCurrentInput(final Promise promise) { in getCurrentInput() method in AVModule
107 mAVManager.getCurrentInput(promise); in getCurrentInput()
H A DAVManagerInterface.java60 void getCurrentInput(final Promise promise); in getCurrentInput() method
H A DAVManager.java763 public void getCurrentInput(final Promise promise) { in getCurrentInput() method in AVManager
/expo/packages/expo-av/src/Audio/
H A DRecording.ts352 async getCurrentInput(): Promise<RecordingInput> { method in Recording
353 return ExponentAV.getCurrentInput();
/expo/apps/native-component-list/src/screens/AV/
H A DAudioInputSelector.tsx20 const curtInput = await recordingObject.getCurrentInput();
/expo/packages/expo-av/android/src/main/java/expo/modules/av/
H A DAVManagerInterface.java60 void getCurrentInput(final Promise promise); in getCurrentInput() method
H A DAVModule.kt81 avManager.getCurrentInput(promise.toLegacyPromise()) in <lambda>()
H A DAVManager.java757 public void getCurrentInput(final Promise promise) { in getCurrentInput() method in AVManager
/expo/apps/test-suite/tests/
H A DRecording.js232 const input = await recordingObject.getCurrentInput();
249 const currentInput = await recordingObject.getCurrentInput();
/expo/ios/versioned/sdk47/EXAV/EXAV/
H A DABI47_0_0EXAV.m1019 ABI47_0_0EX_EXPORT_METHOD_AS(getCurrentInput, category
1020 getCurrentInput:(ABI47_0_0UMPromiseResolveBlock)resolve
/expo/ios/versioned/sdk48/EXAV/EXAV/
H A DABI48_0_0EXAV.m1019 ABI48_0_0EX_EXPORT_METHOD_AS(getCurrentInput, category
1020 getCurrentInput:(ABI48_0_0UMPromiseResolveBlock)resolve
/expo/ios/versioned/sdk49/EXAV/EXAV/
H A DABI49_0_0EXAV.m1019 ABI49_0_0EX_EXPORT_METHOD_AS(getCurrentInput, category
1020 getCurrentInput:(ABI49_0_0UMPromiseResolveBlock)resolve
/expo/packages/expo-av/ios/EXAV/
H A DEXAV.m1020 EX_EXPORT_METHOD_AS(getCurrentInput, category
1021 getCurrentInput:(UMPromiseResolveBlock)resolve