Home
last modified time | relevance | path

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

/external/oboe/samples/hello-oboe/src/main/cpp/
DHelloOboeEngine.cpp98 void HelloOboeEngine::setDeviceId(int32_t deviceId) { in setDeviceId() function in HelloOboeEngine
123 ->setDeviceId(mDeviceId) in createPlaybackStream()
DHelloOboeEngine.h62 void setDeviceId(int32_t deviceId);
Djni_bridge.cpp104 engine->setDeviceId(deviceId); in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setAudioDeviceId()
/external/oboe/samples/LiveEffect/src/main/cpp/
DLiveEffectEngine.cpp121 builder->setDeviceId(mRecordingDeviceId) in setupRecordingStreamParameters()
138 ->setDeviceId(mPlaybackDeviceId) in setupPlaybackStreamParameters()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelephonyManagerTest.java73 shadowTelephonyManager.setDeviceId(testId); in shouldGiveDeviceId()
80 shadowTelephonyManager.setDeviceId(1, "device in slot 1"); in shouldGiveDeviceIdForSlot()
81 shadowTelephonyManager.setDeviceId(2, "device in slot 2"); in shouldGiveDeviceIdForSlot()
/external/oboe/include/oboe/
DAudioStreamBuilder.h310 AudioStreamBuilder *setDeviceId(int32_t deviceId) { in setDeviceId() function
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DTestDataPathsActivity.java347 requestedInConfig.setDeviceId(deviceId); in testInputDeviceCombo()
413 requestedOutConfig.setDeviceId(deviceId); in testOutputDeviceCombo()
DOboeAudioStream.java89 actualConfiguration.setDeviceId(getDeviceId()); in open()
DStreamConfiguration.java311 public void setDeviceId(int deviceId) { in setDeviceId() method in StreamConfiguration
DStreamConfigurationView.java252 mRequestedConfiguration.setDeviceId(id); in initializeViews()
257 mRequestedConfiguration.setDeviceId(StreamConfiguration.UNSPECIFIED); in initializeViews()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelephonyManager.java163 public void setDeviceId(String newDeviceId) { in setDeviceId() method in ShadowTelephonyManager
505 public void setDeviceId(int slot, String deviceId) {
/external/oboe/docs/
DFullGuide.md75 streamBuilder.setDeviceId(deviceId);
179 | `setDeviceId()` (not respected on OpenSLES) | `getDeviceId()` |
523 Additionally, `setDeviceId()` will not be respected by OpenSLES streams.
DGettingStarted.md237 builder.setDeviceId(MY_DEVICE_ID);
/external/oboe/apps/OboeTester/app/src/main/cpp/
DNativeAudioContext.cpp184 ->setDeviceId(deviceId) in open()