Searched refs:spAudioStream (Results 1 – 3 of 3) sorted by relevance
246 android::sp<AudioStream> spAudioStream(stream); in stopUsingStream() local247 ALOGV("%s() strongCount = %d", __func__, spAudioStream->getStrongCount()); in stopUsingStream()248 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()