Home
last modified time | relevance | path

Searched refs:setDeviceId (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
DHelloOboeEngine.cpp101 void HelloOboeEngine::setDeviceId(int32_t deviceId) { in setDeviceId() function in HelloOboeEngine
126 ->setDeviceId(mDeviceId) in createPlaybackStream()
DHelloOboeEngine.h50 void setDeviceId(int32_t deviceId);
Djni_bridge.cpp91 engine->setDeviceId(deviceId); in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setAudioDeviceId()
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/
DLiveEffectEngine.cpp120 ->setDeviceId(mRecordingDeviceId) in setupRecordingStreamParameters()
136 ->setDeviceId(mPlaybackDeviceId) in setupPlaybackStreamParameters()
/third_party/skia/third_party/externals/oboe/include/oboe/
DAudioStreamBuilder.h303 AudioStreamBuilder *setDeviceId(int32_t deviceId) { in setDeviceId() function
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DOboeAudioStream.java89 actualConfiguration.setDeviceId(getDeviceId()); in open()
DStreamConfigurationView.java252 mRequestedConfiguration.setDeviceId(id); in initializeViews()
257 mRequestedConfiguration.setDeviceId(StreamConfiguration.UNSPECIFIED); in initializeViews()
DStreamConfiguration.java308 public void setDeviceId(int deviceId) { in setDeviceId() method in StreamConfiguration
/third_party/skia/third_party/externals/oboe/docs/
DFullGuide.md75 streamBuilder.setDeviceId(deviceId);
179 | `setDeviceId()` (not respected on OpenSLES) | `getDeviceId()` |
516 Additionally, `setDeviceId()` will not be respected by OpenSLES streams.
DGettingStarted.md234 builder.setDeviceId(MY_DEVICE_ID);
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DNativeAudioContext.cpp183 ->setDeviceId(deviceId) in open()
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest-libaaudio.so.abi355 …<function-decl name='setDeviceId' mangled-name='_ZN6aaudio22AAudioStreamParameters11setDeviceIdEi'…