Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioTrack.cpp2876 const uint32_t originalStartThresholdInFrames = mProxy->getStartThresholdInFrames(); in restoreTrack_l() local
2940 if (originalStartThresholdInFrames != originalFrameCount) { in restoreTrack_l()
2946 mProxy->setStartThresholdInFrames(originalStartThresholdInFrames); in restoreTrack_l()
2947 ALOGD_IF(originalStartThresholdInFrames != currentThreshold, in restoreTrack_l()
2949 __func__, mPortId, originalStartThresholdInFrames, currentThreshold); in restoreTrack_l()