Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_os_HwRemoteBinder.cpp420 static sp<hidl::base::V1_0::IBase> toIBase(JNIEnv* env, jclass hwRemoteBinderClazz, jobject jbinder) in toIBase() argument
425 if (!env->IsInstanceOf(jbinder, hwRemoteBinderClazz)) { in toIBase()