HomeSort by relevance Sort by last modified time
    Searched refs:mSharedStreams (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/oboeservice/
AAudioEndpointManager.cpp 41 , mSharedStreams()
86 result << "Shared Endpoints: " << mSharedStreams.size() << "\n";
88 for (const auto &stream : mSharedStreams) {
129 for (const auto& ep : mSharedStreams) {
222 mSharedStreams.push_back(endpoint);
281 mSharedStreams.erase(
282 std::remove(mSharedStreams.begin(), mSharedStreams.end(), serviceEndpoint),
283 mSharedStreams.end());
AAudioEndpointManager.h 84 std::vector<android::sp<AAudioServiceEndpointShared>> mSharedStreams;

Completed in 463 milliseconds