Lines Matching refs:ALOGV
49 ALOGV("%s(%d)", __func__, streams); in StreamMap()
105 ALOGV("%s(%d, %zu, ...)", __func__, streams, threads); in StreamManager()
122 ALOGV("%s", __func__); in ~StreamManager()
144 ALOGV("%s(sound=%p, soundID=%d, leftVolume=%f, rightVolume=%f, priority=%d, loop=%d, rate=%f)", in queueForPlay()
153 ALOGV("%s: mStreamManagerLock lock acquired", __func__); in queueForPlay()
161 ALOGV("%s: found soundID %d in available queue", __func__, soundID); in queueForPlay()
166 ALOGV("%s: found stream in available queue", __func__); in queueForPlay()
178 ALOGV("%s: found soundID %d in restart queue", __func__, soundID); in queueForPlay()
183 ALOGV("%s: found stream in restart queue", __func__); in queueForPlay()
197 ALOGV("%s: found stream in active queue", __func__); in queueForPlay()
210 ALOGV("%s: evict stream from restart queue", __func__); in queueForPlay()
226 ALOGV("%s: newStream:%p pairStream:%p, streamID:%d", in queueForPlay()
236 ALOGV("%s: starting streamID:%d", __func__, nextStream->getStreamID()); in queueForPlay()
248 ALOGV("%s: mStreamManagerLock released", __func__); in queueForPlay()
256 ALOGV("%s: returning %d", __func__, streamID); in queueForPlay()
263 ALOGV("%s(stream(ID)=%d, activeStreamIDToMatch=%d)", in moveToRestartQueue()
290 ALOGV("%s(stream(ID)=%d, activeStreamIDToMatch=%d)", in moveToRestartQueue_l()
348 ALOGV("%s(%d) entering", __func__, id); in run()
356 ALOGV("%s(%d) awake", __func__, id); in run()
378 ALOGV("%s(%d) stopping streamID:%d", __func__, id, stream->getStreamID()); in run()
380 ALOGV("%s(%d) starting streamID:%d", __func__, id, nextStream->getStreamID()); in run()
384 ALOGV("%s(%d) stopping started streamID:%d", in run()
398 ALOGV("%s(%d) exiting", __func__, id); in run()
421 ALOGV("%s: mAvailableStreams:%zu + mRestartStreams:%zu + " in sanityCheckQueue_l()