MCPcopy Create free account
hub / github.com/HexHive/NASS / queryLocalInterface

Method queryLocalInterface

binderlib/include/binder/IInterface.h:187–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185
186template<typename INTERFACE>
187inline sp<IInterface> BnInterface<INTERFACE>::queryLocalInterface(
188 const String16& _descriptor)
189{
190 if (_descriptor == INTERFACE::descriptor) return sp<IInterface>::fromExisting(this);
191 return nullptr;
192}
193
194template<typename INTERFACE>
195inline const String16& BnInterface<INTERFACE>::getInterfaceDescriptor() const

Callers 3

asInterfaceMethod · 0.45
asInterfaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected