Home
last modified time | relevance | path

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

/aosp12/frameworks/av/include/private/media/
H A DAudioTrackShared.h303 uint32_t getStartThresholdInFrames() const;
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioTrack.h440 ssize_t getStartThresholdInFrames() const;
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp1371 ssize_t AudioTrack::getStartThresholdInFrames() const in getStartThresholdInFrames() function in android::AudioTrack
1377 return (ssize_t) mProxy->getStartThresholdInFrames(); in getStartThresholdInFrames()
1395 const uint32_t original = mProxy->getStartThresholdInFrames(); in setStartThresholdInFrames()
2766 const uint32_t originalStartThresholdInFrames = mProxy->getStartThresholdInFrames(); in restoreTrack_l()
H A DAudioTrackShared.cpp86 uint32_t Proxy::getStartThresholdInFrames() const in getStartThresholdInFrames() function in android::Proxy
/aosp12/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp1460 const ssize_t result = lpTrack->getStartThresholdInFrames(); in android_media_AudioTrack_getStartThresholdInFrames()
/aosp12/frameworks/base/media/java/android/media/
H A DAudioTrack.java2185 public @IntRange (from = 1) int getStartThresholdInFrames() { in getStartThresholdInFrames() method in AudioTrack
/aosp12/frameworks/av/services/audioflinger/
H A DTracks.cpp1031 const size_t startThresholdInFrames = mServerProxy->getStartThresholdInFrames(); in isReady()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt20936 method @IntRange(from=1) public int getStartThresholdInFrames();