Home
last modified time | relevance | path

Searched refs:getSpatialSourceType (Results 1 – 15 of 15) sorted by relevance

/xr/scenecore/scenecore/src/main/java/androidx/xr/scenecore/
DSpatialSoundPool.kt112 public fun getSpatialSourceType( in getSpatialSourceType() method
118 .getSpatialSourceType(soundPool, streamId) in getSpatialSourceType()
DSpatialAudioTrack.kt46 public fun getSpatialSourceType(session: Session, track: AudioTrack): Int { in getSpatialSourceType() method
48 .getSpatialSourceType(track) in getSpatialSourceType()
/xr/scenecore/scenecore/src/main/java/androidx/xr/scenecore/impl/
DSoundPoolExtensionsWrapperImpl.java68 public int getSpatialSourceType(SoundPool soundPool, int streamId) { in getSpatialSourceType() method in SoundPoolExtensionsWrapperImpl
70 mExtensions.getSpatialSourceType(soundPool, streamId)); in getSpatialSourceType()
DAudioTrackExtensionsWrapperImpl.java74 public int getSpatialSourceType(@NonNull AudioTrack audioTrack) { in getSpatialSourceType() method in AudioTrackExtensionsWrapperImpl
76 mExtensions.getSpatialSourceType(audioTrack)); in getSpatialSourceType()
/xr/runtime/runtime/src/main/kotlin/androidx/xr/runtime/internal/
DAudioTrackExtensionsWrapper.kt47 @SpatializerConstants.SourceType public fun getSpatialSourceType(track: AudioTrack): Int method
DSoundPoolExtensionsWrapper.kt77 public fun getSpatialSourceType(soundPool: SoundPool, streamId: Int): Int method
/xr/runtime/runtime-testing/src/main/kotlin/androidx/xr/runtime/testing/
DFakeAudioTrackExtensionsWrapper.kt35 override fun getSpatialSourceType(track: AudioTrack): Int = in getPointSourceParams() method in androidx.xr.runtime.testing.FakeAudioTrackExtensionsWrapper
DFakeSoundPoolExtensionsWrapper.kt51 override fun getSpatialSourceType(soundPool: SoundPool, streamId: Int): Int = method in androidx.xr.runtime.testing.FakeSoundPoolExtensionsWrapper
/xr/scenecore/scenecore/src/test/java/androidx/xr/scenecore/
DSpatialAudioTrackTest.kt171 whenever(mockRtAudioTrackExtensions.getSpatialSourceType(eq(audioTrack))) in getSourceType_callsRuntimeAudioTrackGetSourceType()
174 val sourceType = SpatialAudioTrack.getSpatialSourceType(session, audioTrack) in getSourceType_callsRuntimeAudioTrackGetSourceType()
176 verify(mockRtAudioTrackExtensions).getSpatialSourceType(eq(audioTrack)) in getSourceType_callsRuntimeAudioTrackGetSourceType()
DSpatialSoundPoolTest.kt147 whenever(mockRtSoundPoolExtensions.getSpatialSourceType(any(), any())) in getSourceType_returnsRuntimeSoundPoolGetSourceType()
150 assertThat(SpatialSoundPool.getSpatialSourceType(session, soundPool, TEST_STREAM_ID)) in getSourceType_returnsRuntimeSoundPoolGetSourceType()
/xr/scenecore/scenecore/src/test/java/androidx/xr/scenecore/impl/
DSoundPoolExtensionsWrapperImplTest.java124 int actualSourceType = wrapper.getSpatialSourceType(soundPool, /* streamId= */ 0); in getSpatialSourceType_returnsFromExtensions()
DAudioTrackExtensionsWrapperImplTest.java206 int actualSourceType = wrapper.getSpatialSourceType(track); in getSourceType_returnsFromExtensions()
/xr/runtime/runtime-testing/api/
Drestricted_current.txt60 …dx.xr.runtime.internal.SpatializerConstants.SourceType public int getSpatialSourceType(android.med…
422 …dx.xr.runtime.internal.SpatializerConstants.SourceType public int getSpatialSourceType(android.med…
/xr/scenecore/scenecore/api/
Drestricted_current.txt647 …method public static int getSpatialSourceType(androidx.xr.runtime.Session session, android.media.A…
655 …method public int getSpatialSourceType(androidx.xr.runtime.Session session, android.media.AudioTra…
774 …method public static int getSpatialSourceType(androidx.xr.runtime.Session session, android.media.S…
781 …method public int getSpatialSourceType(androidx.xr.runtime.Session session, android.media.SoundPoo…
/xr/runtime/runtime/api/
Drestricted_current.txt280 …dx.xr.runtime.internal.SpatializerConstants.SourceType public int getSpatialSourceType(android.med…
997 …dx.xr.runtime.internal.SpatializerConstants.SourceType public int getSpatialSourceType(android.med…