Home
last modified time | relevance | path

Searched refs:mInputStream (Results 1 – 6 of 6) sorted by relevance

/external/oboe/samples/LiveEffect/src/main/cpp/
DFullDuplexStream.cpp34 oboe::ResultWithValue<int32_t> result = mInputStream->read(mInputBuffer.get(), in onAudioReady()
55 oboe::ResultWithValue<int32_t> result = mInputStream->read(mInputBuffer.get(), in onAudioReady()
65 oboe::ResultWithValue<int32_t> result = mInputStream->read(mInputBuffer.get(), in onAudioReady()
74 mInputStream, mInputBuffer.get(), framesRead, in onAudioReady()
81 mInputStream->requestStop(); in onAudioReady()
99 oboe::Result result = mInputStream->requestStart(); in start()
112 if (mInputStream) { in stop()
113 inputResult = mInputStream->requestStop(); in stop()
DFullDuplexStream.h31 mInputStream = stream; in setInputStream()
94 std::shared_ptr<oboe::AudioStream> mInputStream; variable
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothConnection.java42 private InputStream mInputStream; field in BluetoothConnection
55 mInputStream = mSocket.getInputStream(); in BluetoothConnection()
57 mReader = new BufferedReader(new InputStreamReader(mInputStream, "ASCII")); in BluetoothConnection()
99 mInputStream.available(); in isConnected()
173 int bytesRead = mInputStream.read(buffer); in readBinary()
296 if (mInputStream != null) { in stop()
298 mInputStream.close(); in stop()
303 mInputStream = null; in stop()
/external/oboe/apps/OboeTester/app/src/main/cpp/
DFullDuplexStream.h31 mInputStream = stream; in setInputStream()
35 return mInputStream; in getInputStream()
107 oboe::AudioStream *mInputStream = nullptr; variable
/external/skqp/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieRunner.java265 private InputStream mInputStream; field in SkottieRunner.SkottieAnimationImpl
282 mInputStream = is; in init()
284 mNativeProxy = nCreateProxy(proxy, mInputStream, mTempStorage); in init()
/external/webrtc/examples/androidapp/third_party/autobanh/lib/
Dautobanh.jarMETA-INF/MANIFEST.MF de/tavendo/autobahn/ByteBufferInputStream.class ByteBufferInputStream.java ...