Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioEndpointManager.cpp41 , mSharedStreams() in AAudioEndpointManager()
86 result << "Shared Endpoints: " << mSharedStreams.size() << "\n"; in dump()
88 for (const auto &stream : mSharedStreams) { in dump()
129 for (const auto ep : mSharedStreams) { in findSharedEndpoint_l()
223 mSharedStreams.push_back(endpoint); in openSharedEndpoint()
282 mSharedStreams.erase( in closeSharedEndpoint()
283 std::remove(mSharedStreams.begin(), mSharedStreams.end(), serviceEndpoint), in closeSharedEndpoint()
284 mSharedStreams.end()); in closeSharedEndpoint()
DAAudioEndpointManager.h85 std::vector<android::sp<AAudioServiceEndpointShared>> mSharedStreams; variable