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