Home
last modified time | relevance | path

Searched refs:setAudioEnabled (Results 1 – 2 of 2) sorted by relevance

/expo/home/utils/
H A DuseAudio.ts5 const [isAudioEnabled, setAudioEnabled] = useState(true); constant
14 return [isAudioEnabled, setAudioEnabled];
/expo/home/screens/DiagnosticsScreen/
H A DAudioDiagnosticsScreen.tsx21 const [isAudioEnabled, setAudioEnabled] = useAudio();
38 setAudioEnabled(value);