Home
last modified time | relevance | path

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

/hardware/interfaces/broadcastradio/aidl/default/
DVirtualRadio.h39 std::vector<IdentifierType> getSupportedIdentifierTypes() const;
DVirtualRadio.cpp67 vector<IdentifierType> VirtualRadio::getSupportedIdentifierTypes() const { in getSupportedIdentifierTypes() function in aidl::android::hardware::broadcastradio::VirtualRadio
DBroadcastRadio.cpp69 prop.supportedIdentifierTypes = virtualRadio.getSupportedIdentifierTypes(); in initProperties()