Home
last modified time | relevance | path

Searched refs:streams (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/av/camera/tests/
DProCameraTests.cpp632 uint8_t streams[] = { depthStreamId }; in TEST_F() local
634 streams, in TEST_F()
977 uint8_t streams[] = { streamId }; in TEST_F() local
978 ASSERT_NO_FATAL_FAILURE(createSubmitRequestForStreams(streams, /*count*/1)); in TEST_F()
1005 uint8_t streams[] = { streamId }; in TEST_F() local
1006 ASSERT_NO_FATAL_FAILURE(createSubmitRequestForStreams(streams, /*count*/1, in TEST_F()
1052 uint8_t streams[] = { streamId, depthStreamId }; in TEST_F() local
1053 ASSERT_NO_FATAL_FAILURE(createSubmitRequestForStreams(streams, /*count*/2, in TEST_F()
1131 uint8_t streams[] = { streamId }; in TEST_F() local
1132 ASSERT_NO_FATAL_FAILURE(createSubmitRequestForStreams(streams, /*count*/1, in TEST_F()
[all …]
/frameworks/av/services/camera/libcameraservice/
DCamera3Device.cpp966 camera_metadata_entry_t streams = in createCaptureRequest() local
968 if (streams.count == 0) { in createCaptureRequest()
973 for (size_t i = 0; i < streams.count; i++) { in createCaptureRequest()
974 int idx = mOutputStreams.indexOfKey(streams.data.u8[i]); in createCaptureRequest()
977 streams.data.u8[i]); in createCaptureRequest()
1016 Vector<camera3_stream_t*> streams; in configureStreamsLocked() local
1017 streams.setCapacity(config.num_streams); in configureStreamsLocked()
1026 streams.add(inputStream); in configureStreamsLocked()
1045 streams.add(outputStream); in configureStreamsLocked()
1048 config.streams = streams.editArray(); in configureStreamsLocked()
/frameworks/base/docs/html/google/play/
Ddist.jd49 <p>Protect your revenue streams and integrate policies for usage into your app.
/frameworks/base/core/java/android/content/
DIntent.java7068 final ArrayList<Uri> streams = getParcelableArrayListExtra(EXTRA_STREAM); in migrateExtraStreamToClipData() local
7072 if (streams != null) { in migrateExtraStreamToClipData()
7073 num = streams.size(); in migrateExtraStreamToClipData()
7092 makeClipItem(streams, texts, htmlTexts, 0)); in migrateExtraStreamToClipData()
7095 clipData.addItem(makeClipItem(streams, texts, htmlTexts, i)); in migrateExtraStreamToClipData()
7109 private static ClipData.Item makeClipItem(ArrayList<Uri> streams, ArrayList<CharSequence> texts, in makeClipItem() argument
7111 Uri uri = streams != null ? streams.get(which) : null; in makeClipItem()
/frameworks/base/docs/html/google/
Dindex.jd28 build new revenue streams, manage app distribution,
/frameworks/base/docs/html/google/gcm/
Dccs.jd94 xmlns:stream=&quot;http://etherx.jabber.org/streams&quot;/&gt;
97 <pre>&lt;str:features xmlns:str=&quot;http://etherx.jabber.org/streams&quot;&gt;
/frameworks/base/docs/html/tools/help/
Dindex.jd49 <dd>Runs on your emulator or device and generates pseudo-random streams of user events such
Dmonkey.jd8 streams of user events such as clicks, touches, or gestures, as well as a number of system-level
Dmonkeyrunner_concepts.jd48 device or emulator and generates pseudo-random streams of user and system events. In comparison,
/frameworks/base/docs/html/guide/topics/text/
Dcopy-paste.jd76 <a href="#Streams">Copying data streams</a>
679 Content providers support copying complex data such as database records or file streams.
691 provide file streams. The descriptions assume that you are familiar with the general principles
941 <h3 id="Streams">Copying data streams</h3>
943 You can copy and paste large amounts of text and binary data as streams. The data can have
958 A content provider for data streams provides access to its data with a file descriptor object
/frameworks/base/docs/html/training/managing-audio/
Dvolume-playback.jd51 <p>Most of these streams are restricted to system events, so unless your app is a replacement alarm
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_environment.jd161 android.hardware.Sensor#TYPE_AMBIENT_TEMPERATURE}) you can use these two data streams to calculate
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth.jd483 point, each device can obtain input and output streams and data transfer can
798 <li>Read and write data to the streams with {@link
830 // Get the input and output streams, using temp objects because
831 // member streams are final
875 <p>The constructor acquires the necessary streams and once executed, the thread
Dwifip2p.jd486 with byte streams. </li>
/frameworks/base/docs/html/guide/topics/connectivity/usb/
Daccessory.jd399 obtain a file descriptor that you can set up input and output streams to read and write data to
400 descriptor. The streams represent the accessory's input and output bulk endpoints. You should set
/frameworks/base/docs/html/training/sharing/
Dsend.jd135 handle generic data streams.</li>
/frameworks/base/docs/html/about/versions/
Dandroid-3.1.jd331 data streams over any available network.</p>
336 <li>{@link android.net.rtp.RtpStream}, the base class of streams that send and
Dandroid-3.1-highlights.jd362 transmit or receive data streams over any available network.</p>
Dandroid-3.0.jd593 <li><b>Texture support for image streams</b>
826 read and write JSON streams. The new APIs complement the {@link org.json} classes, which manipulate
Djelly-bean.jd303 connection and streams your Presentation or other app content to the wireless
929 <p>MediaPlayer supports <strong>chaining audio streams together</strong> to play audio files withou…
/frameworks/base/media/java/android/media/
DAudioService.java615 VolumeStreamState[] streams = mStreamStates = new VolumeStreamState[numStreamTypes]; in createStreamStates() local
618 streams[i] = new VolumeStreamState(System.VOLUME_SETTINGS[mStreamVolumeAlias[i]], i); in createStreamStates()
/frameworks/base/docs/html/tools/adk/
Dadk2.jd593 and output streams, as shown in the following example code:</p>
Dadk.jd387 devices. If there is a connected device, it continuously updates the input and output streams
/frameworks/base/docs/html/sdk/
DOLD_RELEASENOTES.jd259 …<li>Unfortunately, the ability to play audio streams from memory (such as via an InputStream or Re…
/frameworks/base/docs/html/tools/testing/
Dtesting_android.jd556 usually called "monkey", is a command-line tool that sends pseudo-random streams of

12