Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dibinder_internal.h46 virtual ABpBinder* asABpBinder() { return nullptr; } in asABpBinder() function
99 ABpBinder* asABpBinder() override { return this; } in asABpBinder() function
Dibinder.cpp94 CHECK(asABpBinder() != nullptr); // ABBinder always has a descriptor in associateClass()