Searched refs:getUnderrunFrames (Results 1 – 5 of 5) sorted by relevance
485 virtual uint32_t getUnderrunFrames() const {540 virtual uint32_t getUnderrunFrames() const override {702 virtual uint32_t getUnderrunFrames() const { return mCblk->u.mStreaming.mUnderrunFrames; }754 virtual uint32_t getUnderrunFrames() const { return 0; }
208 mAudioTrackServerProxy->getUnderrunFrames()); in tallyUnderrunFrames()
1029 mAudioTrackServerProxy->getUnderrunFrames(), in appendDump()
973 uint32_t getUnderrunFrames() const;
221 mMetricsItem->setInt32(MM_PREFIX "underrunFrames", (int32_t)track->getUnderrunFrames()); in gather()3551 uint32_t AudioTrack::getUnderrunFrames() const in getUnderrunFrames() function in android::AudioTrack3554 return mProxy->getUnderrunFrames(); in getUnderrunFrames()