Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioEndpointManager.cpp193 sp<AAudioServiceEndpointMMAP> endpointMMap = new AAudioServiceEndpointMMAP(aaudioService); in openExclusiveEndpoint() local
195 __func__, endpointMMap.get(), configuration.getDeviceId()); in openExclusiveEndpoint()
196 endpoint = endpointMMap; in openExclusiveEndpoint()
202 mExclusiveStreams.push_back(endpointMMap); in openExclusiveEndpoint()