HomeSort by relevance Sort by last modified time
    Searched refs:streamTypes (Results 1 - 5 of 5) sorted by null

  /cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
MyDocumentsProvider.java 120 String[] streamTypes) {
125 doc.streamTypes = streamTypes;
209 public String[] streamTypes;
285 doc.streamTypes);
450 return doc.streamTypes;
467 for (String streamType : doc.streamTypes) {
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DocumentsClientTest.java 201 final String streamTypes[] = resolver.getStreamTypes(uri, "*/*");
202 assertEquals(1, streamTypes.length);
203 assertEquals("text/plain", streamTypes[0]);
215 "Converted contents.".getBytes(), readTypedFully(uri, streamTypes[0]));
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioOutputDescriptor.cpp 393 VolumeSource vs, const StreamTypeVector &streamTypes,
398 StreamTypeVector streams = streamTypes;
399 if (!AudioOutputDescriptor::setVolume(volumeDb, vs, streamTypes, device, delayMs, force)) {
  /cts/tests/tests/media/src/android/media/cts/
AudioManagerTest.java 119 final int[] streamTypes = {
130 for (int streamType : streamTypes) {
    [all...]
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp     [all...]

Completed in 389 milliseconds