Home | History | Annotate | Download | only in libcameraservice

Lines Matching refs:mSoundRef

98     :mSoundRef(0), mModule(0)
1329 LOG1("CameraService::loadSound ref=%d", mSoundRef);
1330 if (mSoundRef++) return;
1338 LOG1("CameraService::releaseSound ref=%d", mSoundRef);
1339 if (--mSoundRef) return;