Home
last modified time | relevance | path

Searched defs:getHardwareFormat (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
H A DNativeAnalyzerThread.java101 private native int getHardwareFormat(long audioContext); in getHardwareFormat() method in NativeAnalyzerThread
130 public int getHardwareFormat() { in getHardwareFormat() method in NativeAnalyzerThread
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
H A DOboeAudioStream.java230 public int getHardwareFormat() { in getHardwareFormat() method in OboeAudioStream
233 private native int getHardwareFormat(int streamIndex); in getHardwareFormat() method in OboeAudioStream
H A DStreamConfiguration.java796 public int getHardwareFormat() { in getHardwareFormat() method in StreamConfiguration
/aosp_15_r20/external/oboe/include/oboe/
H A DAudioStreamBase.h236 AudioFormat getHardwareFormat() const { return mHardwareFormat; } in getHardwareFormat() function
/aosp_15_r20/cts/apps/CtsVerifier/jni/audio_loopback/
H A DNativeAudioAnalyzer.cpp233 int NativeAudioAnalyzer::getHardwareFormat() { in getHardwareFormat() function in NativeAudioAnalyzer
/aosp_15_r20/frameworks/av/media/libaaudio/src/core/
H A DAAudioStreamParameters.h201 audio_format_t getHardwareFormat() const { in getHardwareFormat() function
H A DAudioStream.h249 audio_format_t getHardwareFormat() const { in getHardwareFormat() function