Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioService.h101 aaudio_result_t disconnectStreamByPortHandle(audio_port_handle_t portHandle);
DAAudioService.cpp367 aaudio_result_t AAudioService::disconnectStreamByPortHandle(audio_port_handle_t portHandle) { in disconnectStreamByPortHandle() function in AAudioService
DAAudioServiceEndpointMMAP.cpp456 const aaudio_result_t result = mAAudioService.disconnectStreamByPortHandle(portHandle); in handleTearDownAsync()