Home
last modified time | relevance | path

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

/frameworks/av/include/private/media/
DAudioTrackShared.h303 uint32_t getStartThresholdInFrames() const;
/frameworks/av/media/libaudioclient/include/media/
DAudioTrack.h541 ssize_t getStartThresholdInFrames() const;
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp1417 ssize_t AudioTrack::getStartThresholdInFrames() const in getStartThresholdInFrames() function in android::AudioTrack
1423 return (ssize_t) mProxy->getStartThresholdInFrames(); in getStartThresholdInFrames()
1441 const uint32_t original = mProxy->getStartThresholdInFrames(); in setStartThresholdInFrames()
2876 const uint32_t originalStartThresholdInFrames = mProxy->getStartThresholdInFrames(); in restoreTrack_l()
DAudioTrackShared.cpp86 uint32_t Proxy::getStartThresholdInFrames() const in getStartThresholdInFrames() function in android::Proxy
/frameworks/base/core/jni/
Dandroid_media_AudioTrack.cpp1418 const ssize_t result = lpTrack->getStartThresholdInFrames(); in android_media_AudioTrack_getStartThresholdInFrames()
/frameworks/av/services/audioflinger/
DTracks.cpp1162 const size_t startThresholdInFrames = mServerProxy->getStartThresholdInFrames(); in isReady()
2244 ClientProxy::Buffer buf { .mFrameCount = mClientProxy->getStartThresholdInFrames() }; in write()
/frameworks/base/media/java/android/media/
DAudioTrack.java2350 public @IntRange (from = 1) int getStartThresholdInFrames() { in getStartThresholdInFrames() method in AudioTrack
/frameworks/base/core/api/
Dcurrent.txt21895 method @IntRange(from=1) public int getStartThresholdInFrames();