Home
last modified time | relevance | path

Searched defs:myAudioMgr (Results 1 – 8 of 8) sorted by relevance

/external/oboe/samples/SoundBoard/src/main/kotlin/com/google/oboe/samples/soundboard/
DMainActivity.kt74 val myAudioMgr = context.getSystemService(AUDIO_SERVICE) as AudioManager in setDefaultStreamValues() constant
/external/oboe/samples/RhythmGame/src/main/java/com/google/oboe/samples/rhythmgame/
DMainActivity.java61 … AudioManager myAudioMgr = (AudioManager) context.getSystemService(Context.AUDIO_SERVICE); in setDefaultStreamValues() local
/external/oboe/samples/hello-oboe/src/main/java/com/google/oboe/samples/hellooboe/
DPlaybackEngine.java30 … AudioManager myAudioMgr = (AudioManager) context.getSystemService(Context.AUDIO_SERVICE); in setDefaultStreamValues() local
DMainActivity.java427 AudioManager myAudioMgr = (AudioManager) getSystemService(Context.AUDIO_SERVICE); in startBluetoothSco() local
432 AudioManager myAudioMgr = (AudioManager) getSystemService(Context.AUDIO_SERVICE); in stopBluetoothSco() local
/external/oboe/samples/LiveEffect/src/main/java/com/google/oboe/samples/liveEffect/
DLiveEffectEngine.java43 … AudioManager myAudioMgr = (AudioManager) context.getSystemService(Context.AUDIO_SERVICE); in setDefaultStreamValues() local
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
DMainActivity.java205 AudioManager myAudioMgr = (AudioManager) getSystemService(Context.AUDIO_SERVICE); in updateNativeAudioUI() local
262 AudioManager myAudioMgr = (AudioManager) getSystemService(Context.AUDIO_SERVICE); in applyUserOptions() local
DTestAudioActivity.java534 AudioManager myAudioMgr = (AudioManager) getSystemService(Context.AUDIO_SERVICE); in updateNativeAudioParameters() local
865 AudioManager myAudioMgr = (AudioManager) getSystemService(Context.AUDIO_SERVICE); in startBluetoothSco() local
870 AudioManager myAudioMgr = (AudioManager) getSystemService(Context.AUDIO_SERVICE); in stopBluetoothSco() local
/external/oboe/samples/MegaDrone/src/main/java/com/google/oboe/samples/megadrone/
DMainActivity.java95 … AudioManager myAudioMgr = (AudioManager) context.getSystemService(Context.AUDIO_SERVICE); in setDefaultStreamValues() local