Searched refs:loopCountNotifications (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libmedia/
H A DAudioTrack.cpp1875 int loopCountNotifications = 0; local
1883 loopCountNotifications = min(mLoopCountNotified - loopCount, kMaxLoopCountNotifications);
1889 loopCountNotifications = int((flags & (CBLK_LOOP_CYCLE | CBLK_LOOP_FINAL)) != 0);
1947 while (loopCountNotifications > 0) {
1949 --loopCountNotifications;

Completed in 350 milliseconds