Lines Matching refs:AAudioServiceEndpoint
110 sp<AAudioServiceEndpoint> AAudioEndpointManager::findExclusiveEndpoint_l( in findExclusiveEndpoint_l()
112 sp<AAudioServiceEndpoint> endpoint; in findExclusiveEndpoint_l()
145 sp<AAudioServiceEndpoint> AAudioEndpointManager::openEndpoint(AAudioService &audioService, in openEndpoint()
148 sp<AAudioServiceEndpoint> endpointToSteal; in openEndpoint()
149 sp<AAudioServiceEndpoint> foundEndpoint = in openEndpoint()
160 sp<AAudioServiceEndpoint> AAudioEndpointManager::openExclusiveEndpoint( in openExclusiveEndpoint()
163 sp<AAudioServiceEndpoint> &endpointToSteal) { in openExclusiveEndpoint()
170 sp<AAudioServiceEndpoint> endpoint = findExclusiveEndpoint_l(configuration); in openExclusiveEndpoint()
217 sp<AAudioServiceEndpoint> AAudioEndpointManager::openSharedEndpoint( in openSharedEndpoint()
265 void AAudioEndpointManager::closeEndpoint(const sp<AAudioServiceEndpoint>& serviceEndpoint) { in closeEndpoint()
274 const sp<AAudioServiceEndpoint>& serviceEndpoint) { in closeExclusiveEndpoint()
297 void AAudioEndpointManager::closeSharedEndpoint(const sp<AAudioServiceEndpoint>& serviceEndpoint) { in closeSharedEndpoint()