Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioEndpointManager.cpp148 sp<AAudioServiceEndpoint> endpointToSteal; in openEndpoint() local
150 openExclusiveEndpoint(audioService, request, endpointToSteal); in openEndpoint()
151 if (endpointToSteal.get()) { in openEndpoint()
152 endpointToSteal->releaseRegisteredStreams(); // free the MMAP resource in openEndpoint()
163 sp<AAudioServiceEndpoint> &endpointToSteal) { in openExclusiveEndpoint() argument
189 endpointToSteal = endpoint; // return it to caller in openExclusiveEndpoint()
DAAudioEndpointManager.h69 sp<AAudioServiceEndpoint> &endpointToSteal);