Home
last modified time | relevance | path

Searched refs:mServiceEndpoint (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/oboeservice/
DAAudioServiceStreamBase.cpp167 mServiceEndpoint = mEndpointManager.openEndpoint(mAudioService, in open()
169 if (mServiceEndpoint == nullptr) { in open()
174 mServiceEndpointWeak = mServiceEndpoint; in open()
176 mFramesPerBurst = mServiceEndpoint->getFramesPerBurst(); in open()
177 copyFrom(*mServiceEndpoint); in open()
801 mServiceEndpoint.clear(); // endpoint will hold the pointer after this method returns. in closeAndClear()
DAAudioServiceStreamBase.h425 android::sp<AAudioServiceEndpoint> mServiceEndpoint; variable