Searched refs:JHwBinder (Results 1 – 3 of 3) sorted by relevance
69 sp<JHwBinder> get(JNIEnv *env, jobject obj) { in get()72 sp<JHwBinder> binder = mBinder.promote(); in get()75 binder = new JHwBinder(env, obj); in get()84 wp<JHwBinder> mBinder;90 void JHwBinder::InitClass(JNIEnv *env) { in InitClass()106 sp<JHwBinderHolder> JHwBinder::SetNativeContext( in SetNativeContext()125 sp<JHwBinder> JHwBinder::GetNativeBinder( in GetNativeBinder()134 JHwBinder::JHwBinder(JNIEnv *env, jobject thiz) { in JHwBinder() function in android::JHwBinder141 JHwBinder::~JHwBinder() { in ~JHwBinder()148 status_t JHwBinder::onTransact( in onTransact()[all …]
29 struct JHwBinder : public hardware::BHwBinder { struct35 static sp<JHwBinder> GetNativeBinder(JNIEnv *env, jobject thiz);37 JHwBinder(JNIEnv *env, jobject thiz);40 virtual ~JHwBinder();52 DISALLOW_COPY_AND_ASSIGN(JHwBinder);
636 binder = JHwBinder::GetNativeBinder(env, binderObj); in JHwParcel_native_writeStrongBinder()