Home
last modified time | relevance | path

Searched refs:getRoutedDeviceId (Results 1 – 11 of 11) sorted by relevance

/cts/apps/CtsVerifier/jni/megaaudio/common/
DOboeStream.h41 int32_t getRoutedDeviceId();
DOboeStream.cpp134 int32_t OboeStream::getRoutedDeviceId() { in getRoutedDeviceId() function in OboeStream
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/duplex/
DDuplexAudioManager.java294 && mPlayer.getRoutedDeviceId() != mPlayerSelectedDevice.getId()) { in validateRouting()
299 && mRecorder.getRoutedDeviceId() != mRecorderSelectedDevice.getId()) { in validateRouting()
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/common/
DStreamBase.java206 public abstract int getRoutedDeviceId(); in getRoutedDeviceId() method in StreamBase
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/recorder/
DOboeRecorder.java47 public int getRoutedDeviceId() { return getRoutedDeviceIdN(mNativeRecorder); } in getRoutedDeviceId() method in OboeRecorder
DJavaRecorder.java51 public int getRoutedDeviceId() { in getRoutedDeviceId() method in JavaRecorder
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/
DOboePlayer.java55 public int getRoutedDeviceId() { in getRoutedDeviceId() method in OboePlayer
DJavaPlayer.java110 public int getRoutedDeviceId() { in getRoutedDeviceId() method in JavaPlayer
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3913/
Dpoc.cpp138 status_t getRoutedDeviceId(audio_port_handle_t *deviceId) { return OK; } in getRoutedDeviceId() function in MyMediaPlayer
/cts/apps/CtsVerifier/jni/megaaudio/recorder/
DOboeRecorder.cpp171 return ((OboeRecorder*)native_recorder)->getRoutedDeviceId(); in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_getRoutedDeviceIdN()
/cts/apps/CtsVerifier/jni/megaaudio/player/
DOboePlayer.cpp217 return ((OboePlayer*)(native_player))->getRoutedDeviceId(); in Java_org_hyphonate_megaaudio_player_OboePlayer_getRoutedDeviceIdN()