Searched refs:mServiceEndpoint (Results 1 – 2 of 2) sorted by relevance
167 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()
425 android::sp<AAudioServiceEndpoint> mServiceEndpoint; variable