Searched refs:getStartThresholdInFrames (Results 1 – 8 of 8) sorted by relevance
303 uint32_t getStartThresholdInFrames() const;
541 ssize_t getStartThresholdInFrames() const;
1417 ssize_t AudioTrack::getStartThresholdInFrames() const in getStartThresholdInFrames() function in android::AudioTrack1423 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()
86 uint32_t Proxy::getStartThresholdInFrames() const in getStartThresholdInFrames() function in android::Proxy
1418 const ssize_t result = lpTrack->getStartThresholdInFrames(); in android_media_AudioTrack_getStartThresholdInFrames()
1162 const size_t startThresholdInFrames = mServerProxy->getStartThresholdInFrames(); in isReady()2244 ClientProxy::Buffer buf { .mFrameCount = mClientProxy->getStartThresholdInFrames() }; in write()
2350 public @IntRange (from = 1) int getStartThresholdInFrames() { in getStartThresholdInFrames() method in AudioTrack
21895 method @IntRange(from=1) public int getStartThresholdInFrames();