Home
last modified time | relevance | path

Searched refs:streamType (Results 1 – 8 of 8) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowAudioManager.java19 public int getStreamMaxVolume(int streamType) { in getStreamMaxVolume() argument
24 public int getStreamVolume(int streamType) { in getStreamVolume() argument
29 public void setStreamVolume(int streamType, int index, int flags) { in setStreamVolume() argument
35 …udioFocus(android.media.AudioManager.OnAudioFocusChangeListener l, int streamType, int durationHin… in requestAudioFocus() argument
36 lastAudioFocusRequest = new AudioFocusRequest(l, streamType, durationHint); in requestAudioFocus()
84 public final int streamType; field in ShadowAudioManager.AudioFocusRequest
87 …private AudioFocusRequest(AudioManager.OnAudioFocusChangeListener listener, int streamType, int du… in AudioFocusRequest() argument
89 this.streamType = streamType; in AudioFocusRequest()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
DDecoderConfigDescriptor.java51 int streamType; field in DecoderConfigDescriptor
67 streamType = data >>> 2; in parseDetail()
117 int flags = (streamType << 2) | (upStream << 1) | 1; in serialize()
151 return streamType; in getStreamType()
154 public void setStreamType(int streamType) { in setStreamType() argument
155 this.streamType = streamType; in setStreamType()
195 sb.append(", streamType=").append(streamType); in toString()
/external/mockito/src/test/java/org/mockito/internal/stubbing/defaultanswers/
DReturnsEmptyValuesTest.java112 Class<?> streamType = getClassOrSkipTest(streamFqcn); in verify_empty_Optional_is_returned() local
115 Object stream = mock(streamType); in verify_empty_Optional_is_returned()
116 Object optional = streamType.getMethod("findAny").invoke(stream); in verify_empty_Optional_is_returned()
151 Class<?> streamType = getClassOrSkipTest(streamFqcn); in verify_empty_Stream_is_returned() local
154 Object stream = values.returnValueFor(streamType); in verify_empty_Stream_is_returned()
155 long count = (Long) streamType.getMethod("count").invoke(stream); in verify_empty_Stream_is_returned()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DAudioManagerTest.java35 assertEquals(999, shadowAudioManager.getLastAudioFocusRequest().streamType); in requestAudioFocus_shouldRecordArgumentsOfMostRecentCall()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/view/
DTestWindow.java176 @Override public void setVolumeControlStream(int streamType) { in setVolumeControlStream() argument
/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp159 static int typeStride(unsigned char streamType);
160 static sw::StreamType streamType(int type);
/external/swiftshader/src/D3D9/
DDirect3DDevice9.hpp191 static int typeStride(unsigned char streamType);
DDirect3DDevice9.cpp5648 int Direct3DDevice9::typeStride(unsigned char streamType) in typeStride() argument
5672 return LUT[streamType]; in typeStride()