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

/frameworks/av/services/audioflinger/
H A DThreads.cpp1690 mLeftVolFloat(-1.0), mRightVolFloat(-1.0)
4538 mLeftVolFloat = -1.0;
4617 if (v != mLeftVolFloat) {
4621 mLeftVolFloat = v;
4624 // if stream volume was successfully sent to the HAL, mLeftVolFloat == v here and we
4626 if (v != 0.0f && mLeftVolFloat == v) {
5141 if (left != mLeftVolFloat || right != mRightVolFloat) {
5142 mLeftVolFloat = left;
5225 mLeftVolFloat = mRightVolFloat = -1.0;
5257 mLeftVolFloat
[all...]
H A DThreads.h1080 float mLeftVolFloat; member in class:PlaybackThread

Completed in 36 milliseconds