Searched refs:spAudioStream (Results 1 – 3 of 3) sorted by relevance
251 android::sp<AudioStream> spAudioStream(stream); in stopUsingStream() local252 ALOGV("%s() strongCount = %d", __func__, spAudioStream->getStrongCount()); in stopUsingStream()253 spAudioStream->decStrong(nullptr); in stopUsingStream()
119 static AudioStream *startUsingStream(android::sp<AudioStream> &spAudioStream);
355 android::sp<AudioStream> spAudioStream(audioStream); in AAudioStream_waitForStateChange() local356 return spAudioStream->waitForStateChange(inputState, nextState, timeoutNanoseconds); in AAudioStream_waitForStateChange()