Home
last modified time | relevance | path

Searched refs:closeEndpoint (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/oboeservice/
DAAudioEndpointManager.h61 void closeEndpoint(android::sp<AAudioServiceEndpoint> serviceEndpoint);
DAAudioEndpointManager.cpp238 void AAudioEndpointManager::closeEndpoint(sp<AAudioServiceEndpoint>serviceEndpoint) { in closeEndpoint() function in AAudioEndpointManager
DAAudioServiceStreamBase.cpp142 endpointManager.closeEndpoint(endpoint); in close()