Lines Matching refs:endpoint
191 sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote(); in close_l() local
192 if (endpoint == nullptr) { in close_l()
195 endpoint->unregisterStream(this); in close_l()
197 endpointManager.closeEndpoint(endpoint); in close_l()
213 sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote(); in startDevice() local
214 if (endpoint == nullptr) { in startDevice()
218 return endpoint->startStream(this, &mClientHandle); in startDevice()
307 sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote(); in pause_l() local
308 if (endpoint == nullptr) { in pause_l()
313 result = endpoint->stopStream(this, mClientHandle); in pause_l()
357 sp<AAudioServiceEndpoint> endpoint = mServiceEndpointWeak.promote(); in stop_l() local
358 if (endpoint == nullptr) { in stop_l()
364 result = endpoint->stopStream(this, mClientHandle); in stop_l()