Searched refs:loopCountNotifications (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp1911 int loopCountNotifications = 0; local
1919 loopCountNotifications = min(mLoopCountNotified - loopCount, kMaxLoopCountNotifications);
1925 loopCountNotifications = int((flags & (CBLK_LOOP_CYCLE | CBLK_LOOP_FINAL)) != 0);
1983 while (loopCountNotifications > 0) {
1985 --loopCountNotifications;

Completed in 1542 milliseconds