Home
last modified time | relevance | path

Searched defs:getRoutedDeviceId (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/cts/apps/CtsVerifier/jni/megaaudio/common/
H A DOboeStream.cpp134 int32_t OboeStream::getRoutedDeviceId() { in getRoutedDeviceId() function in OboeStream
/aosp_15_r20/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/recorder/
H A DJavaRecorder.java51 public int getRoutedDeviceId() { in getRoutedDeviceId() method in JavaRecorder
H A DOboeRecorder.java47 public int getRoutedDeviceId() { return getRoutedDeviceIdN(mNativeRecorder); } in getRoutedDeviceId() method in OboeRecorder
/aosp_15_r20/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/
H A DJavaPlayer.java110 public int getRoutedDeviceId() { in getRoutedDeviceId() method in JavaPlayer
H A DOboePlayer.java55 public int getRoutedDeviceId() { in getRoutedDeviceId() method in OboePlayer
/aosp_15_r20/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/common/
H A DStreamBase.java206 public abstract int getRoutedDeviceId(); in getRoutedDeviceId() method in StreamBase