Searched refs:getStream (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/media/libaaudio/tests/
H A Dtest_aaudio_monkey.cpp83 mArgParser->compareWithStream(getStream());
88 return (getStream() != nullptr);
100 aaudio_result_t result = AAudioStream_waitForStateChange(getStream(),
107 int64_t framesRead = AAudioStream_getFramesRead(getStream());
108 int64_t framesWritten = AAudioStream_getFramesWritten(getStream());
109 int32_t xRuns = AAudioStream_getXRunCount(getStream());
139 result = AAudioStream_requestStart(getStream());
142 result = AAudioStream_requestPause(getStream());
145 result = AAudioStream_requestFlush(getStream());
148 result = AAudioStream_requestStop(getStream());
[all...]
/frameworks/av/media/libaaudio/examples/write_sine/src/
H A Dwrite_sine_callback.cpp64 argParser.compareWithStream(player.getStream());
120 (int) AAudioStream_getFramesWritten(player.getStream()),
121 (int) AAudioStream_getXRunCount(player.getStream()));
152 aaudio_stream_state_t state = AAudioStream_getState(player.getStream());
155 result = AAudioStream_waitForStateChange(player.getStream(), state,
160 int64_t written = AAudioStream_getFramesWritten(player.getStream());
161 int64_t read = AAudioStream_getFramesRead(player.getStream());
H A Dwrite_sine.cpp72 aaudioStream = player.getStream();
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
H A DSharingReceiverSupport.java70 Uri uri = intentReader.getStream(i);
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
H A DSharingReceiverSupport.java70 Uri uri = intentReader.getStream(i);
/frameworks/av/media/libaaudio/examples/input_monitor/src/
H A Dinput_monitor_callback.cpp59 aaudioStream = recorder.getStream();
H A Dinput_monitor.cpp74 aaudioStream = recorder.getStream();
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DShareCompat.java635 * or {@link #getStream()} methods depending on the type of content shared.
734 * {@link #getStream(int)} and {@link #getStreamCount()} to retrieve the
740 public Uri getStream() { method in class:ShareCompat.IntentReader
753 public Uri getStream(int index) { method in class:ShareCompat.IntentReader
/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioSimpleRecorder.h230 AAudioStream *getStream() const { function in class:AAudioSimpleRecorder
H A DAAudioSimplePlayer.h236 AAudioStream *getStream() const { function in class:AAudioSimplePlayer
/frameworks/av/media/libaaudio/examples/loopback/src/
H A Dloopback.cpp440 outputStream = player.getStream();
477 inputStream = loopbackData.inputStream = recorder.getStream();
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 278 milliseconds