Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioServiceEndpointMMAP.cpp369 android::sp<AAudioServiceEndpointMMAP> holdEndpoint(this); in onTearDown() local
370 std::thread asyncTask([holdEndpoint, portHandle]() { in onTearDown()
371 holdEndpoint->handleTearDownAsync(portHandle); in onTearDown()
393 android::sp<AAudioServiceEndpointMMAP> holdEndpoint(this); in onRoutingChanged() local
394 std::thread asyncTask([holdEndpoint, deviceId]() { in onRoutingChanged()
396 holdEndpoint->disconnectRegisteredStreams(); in onRoutingChanged()
397 holdEndpoint->setDeviceId(deviceId); in onRoutingChanged()