Home
last modified time | relevance | path

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

/hardware/interfaces/broadcastradio/aidl/default/
DVirtualRadio.cpp68 unordered_set<IdentifierType> supportedIdentifierTypeSet; in getSupportedIdentifierTypes() local
71 if (supportedIdentifierTypeSet.count(type)) { in getSupportedIdentifierTypes()
74 supportedIdentifierTypeSet.insert(type); in getSupportedIdentifierTypes()
76 vector<IdentifierType> supportedIdentifierTypes(supportedIdentifierTypeSet.begin(), in getSupportedIdentifierTypes()
77 supportedIdentifierTypeSet.end()); in getSupportedIdentifierTypes()