Searched refs:enforceInterface (Results 1 – 8 of 8) sorted by relevance
280 data.enforceInterface(descriptor); in onTransact()290 data.enforceInterface(descriptor); in onTransact()297 data.enforceInterface(descriptor); in onTransact()303 data.enforceInterface(descriptor); in onTransact()313 data.enforceInterface(descriptor); in onTransact()323 data.enforceInterface(descriptor); in onTransact()333 data.enforceInterface(descriptor); in onTransact()343 data.enforceInterface(descriptor); in onTransact()353 data.enforceInterface(descriptor); in onTransact()363 data.enforceInterface(descriptor); in onTransact()[all …]
61 data.enforceInterface(descriptor); in onTransact()
85 bool enforceInterface(const char* interface) const;
63 data.enforceInterface(descriptor); in onTransact()
425 if (!data.enforceInterface(BaseInterface::getInterfaceDescriptor())) { in onTransact()
371 bool Parcel::enforceInterface(const char* interface) const in enforceInterface() function in android::hardware::Parcel