/aosp12/frameworks/av/media/libaaudio/tests/ |
H A D | test_aaudio_monkey.cpp | 82 mArgParser->compareWithStream(getStream()); in open() 87 return (getStream() != nullptr); in isOpen() 99 aaudio_result_t result = AAudioStream_waitForStateChange(getStream(), in validate() 110 int64_t framesRead = AAudioStream_getFramesRead(getStream()); in validate() 111 int64_t framesWritten = AAudioStream_getFramesWritten(getStream()); in validate() 112 int32_t xRuns = AAudioStream_getXRunCount(getStream()); in validate() 140 state = AAudioStream_getState(getStream()); in invoke() 157 result = AAudioStream_requestStart(getStream()); in invoke() 160 result = AAudioStream_requestPause(getStream()); in invoke() 163 result = AAudioStream_requestFlush(getStream()); in invoke() [all …]
|
/aosp12/frameworks/av/media/libaaudio/examples/write_sine/src/ |
H A D | write_sine_callback.cpp | 71 argParser.compareWithStream(player.getStream()); in testOpenPlayClose() 123 … const int32_t framesWritten = (int32_t) AAudioStream_getFramesWritten(player.getStream()); in testOpenPlayClose() 124 const int32_t framesRead = (int32_t) AAudioStream_getFramesRead(player.getStream()); in testOpenPlayClose() 125 const int32_t xruns = AAudioStream_getXRunCount(player.getStream()); in testOpenPlayClose() 168 aaudio_stream_state_t state = AAudioStream_getState(player.getStream()); in testOpenPlayClose() 171 result = AAudioStream_waitForStateChange(player.getStream(), state, in testOpenPlayClose() 176 int64_t written = AAudioStream_getFramesWritten(player.getStream()); in testOpenPlayClose() 177 int64_t read = AAudioStream_getFramesRead(player.getStream()); in testOpenPlayClose()
|
H A D | write_sine.cpp | 74 aaudioStream = player.getStream(); in main()
|
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/6.0/ |
H A D | AudioPrimaryHidlHalTest.cpp | 59 testAccessors<OPTIONAL>(&OutputStreamTest::getStream, "dual mono mode", in TEST_P() 74 &OutputStreamTest::getStream, "audio description mix level", in TEST_P() 89 &OutputStreamTest::getStream, "playback rate parameters", in TEST_P()
|
/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
H A D | PhotoSource.java | 60 InputStream getStream(int longSide) { in getStream() method in PhotoSource.ImageData 61 return PhotoSource.this.getStream(this, longSide); in getStream() 161 InputStream is = data.getStream(longSide); in load() 194 is = data.getStream(longSide); in load() 325 protected abstract InputStream getStream(ImageData data, int longSide); in getStream() method in PhotoSource
|
H A D | PhotoSourcePlexor.java | 70 protected InputStream getStream(ImageData data, int longSide) { in getStream() method in PhotoSourcePlexor 71 return data.getStream(longSide); in getStream()
|
H A D | StockSource.java | 83 protected InputStream getStream(ImageData data, int longSide) { in getStream() method in StockSource
|
H A D | LocalSource.java | 243 protected InputStream getStream(ImageData data, int longSide) { in getStream() method in LocalSource
|
H A D | PicasaSource.java | 433 protected InputStream getStream(ImageData data, int longSide) { in getStream() method in PicasaSource
|
/aosp12/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/tts/ |
H A D | TextToSpeechEngine.java | 88 int getStream(); in getStream() method
|
H A D | AndroidTextToSpeechEngine.java | 86 public int getStream() { in getStream() method in AndroidTextToSpeechEngine
|
H A D | TextToSpeechHelper.java | 243 public int getStream() { in getStream() method in TextToSpeechHelper 244 return mTextToSpeechEngine.getStream(); in getStream()
|
/aosp12/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
H A D | BinaryDictOffdeviceUtils.java | 108 public InputStream getStream(final File src) throws FileNotFoundException, IOException { in getStream() method in BinaryDictOffdeviceUtils.DecoderChainSpec 229 final InputStream input = spec.getStream(src); in decodeDictionaryForProcess()
|
H A D | Package.java | 91 final InputStream input = decodedSpec.getStream(new File(mArgs[0])); in run()
|
/aosp12/hardware/interfaces/audio/effect/5.0/xml/api/ |
H A D | current.txt | 20 method public java.util.List<audio.effects.V5_0.StreamPostprocessType> getStream(); 25 method public java.util.List<audio.effects.V5_0.StreamPreprocessType> getStream();
|
/aosp12/frameworks/av/media/libaaudio/examples/input_monitor/src/ |
H A D | input_monitor_callback.cpp | 59 aaudioStream = recorder.getStream(); in main()
|
H A D | input_monitor.cpp | 74 aaudioStream = recorder.getStream(); in main()
|
/aosp12/frameworks/av/media/libaaudio/examples/utils/ |
H A D | AAudioSimpleRecorder.h | 233 AAudioStream *getStream() const { in getStream() function
|
H A D | AAudioSimplePlayer.h | 249 AAudioStream *getStream() const { in getStream() function
|
/aosp12/frameworks/av/media/libaaudio/examples/loopback/src/ |
H A D | loopback.cpp | 548 outputStream = loopbackData.outputStream = player.getStream(); in main() 581 inputStream = loopbackData.inputStream = recorder.getStream(); in main()
|
/aosp12/hardware/interfaces/audio/effect/6.0/xml/api/ |
H A D | current.txt | 27 method public java.util.List<audio.effects.V6_0.StreamPostprocessType> getStream(); 32 method public java.util.List<audio.effects.V6_0.StreamPreprocessType> getStream();
|
/aosp12/hardware/interfaces/audio/effect/7.0/xml/api/ |
H A D | current.txt | 27 method public java.util.List<audio.effects.V7_0.StreamPostprocessType> getStream(); 32 method public java.util.List<audio.effects.V7_0.StreamPreprocessType> getStream();
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
H A D | QCamera3Channel.h | 769 camera3_stream_t *getStream() { return mStream; } in getStream() function
|
/aosp12/hardware/interfaces/audio/4.0/config/api/ |
H A D | current.txt | 366 method public audio.policy.configuration.V4_0.Stream getStream();
|
/aosp12/hardware/interfaces/audio/5.0/config/api/ |
H A D | current.txt | 405 method public audio.policy.configuration.V5_0.Stream getStream();
|