Home | History | Annotate | Download | only in libcameraservice

Lines Matching refs:mSoundRef

93     :mSoundRef(0), mModule(0)
891 LOG1("CameraService::loadSound ref=%d", mSoundRef);
892 if (mSoundRef++) return;
900 LOG1("CameraService::releaseSound ref=%d", mSoundRef);
901 if (--mSoundRef) return;