Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp652 mLoopCountNotified = 0; in set()
1442 mLoopCountNotified = loopCount; in setLoop_l()
1618 mLoopCountNotified = mLoopCount; in reload()
2396 loopCountNotifications = min(mLoopCountNotified - loopCount, kMaxLoopCountNotifications); in processAudioBuffer()
2397 mLoopCountNotified = loopCount; // discard any excess notifications in processAudioBuffer()
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioTrack.h1243 int32_t mLoopCountNotified; // the last loopCount notified by callback. variable