Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/jni/megaaudio/common/
DStreamBase.h49 int32_t getRoutedDeviceId() const { return mRouteDeviceId; } in getRoutedDeviceId() function
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/common/
DStreamBase.java59 public abstract int getRoutedDeviceId(); in getRoutedDeviceId() method in StreamBase
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/recorder/
DOboeRecorder.java43 public int getRoutedDeviceId() { return getRoutedDeviceIdN(mNativeRecorder); } in getRoutedDeviceId() method in OboeRecorder
DJavaRecorder.java54 public int getRoutedDeviceId() { in getRoutedDeviceId() method in JavaRecorder
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/
DOboePlayer.java49 public int getRoutedDeviceId() { in getRoutedDeviceId() method in OboePlayer
/cts/apps/CtsVerifier/jni/megaaudio/recorder/
DOboeRecorder.cpp171 return ((OboeRecorder*)native_recorder)->getRoutedDeviceId(); in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_getRoutedDeviceIdN()
/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/player/
DOboePlayer.cpp193 return ((OboePlayer*)(native_player))->getRoutedDeviceId(); in Java_org_hyphonate_megaaudio_player_OboePlayer_getRoutedDeviceIdN()