Searched refs:spAudioStream (Results 1 – 3 of 3) sorted by relevance
252 android::sp<AudioStream> spAudioStream(stream); in stopUsingStream() local253 ALOGV("%s() strongCount = %d", __func__, spAudioStream->getStrongCount()); in stopUsingStream()254 spAudioStream->decStrong(nullptr); in stopUsingStream()
142 static AudioStream *startUsingStream(android::sp<AudioStream> &spAudioStream);
395 android::sp<AudioStream> spAudioStream(audioStream); in AAudioStream_waitForStateChange() local396 return spAudioStream->waitForStateChange(inputState, nextState, timeoutNanoseconds); in AAudioStream_waitForStateChange()