Searched refs:JHwBinder (Results 1 – 3 of 3) sorted by relevance
71 sp<JHwBinder> get(JNIEnv *env, jobject obj) { in get()74 sp<JHwBinder> binder = mBinder.promote(); in get()77 binder = new JHwBinder(env, obj); in get()86 wp<JHwBinder> mBinder;92 void JHwBinder::InitClass(JNIEnv *env) { in InitClass()108 sp<JHwBinderHolder> JHwBinder::SetNativeContext( in SetNativeContext()127 sp<JHwBinder> JHwBinder::GetNativeBinder( in GetNativeBinder()136 JHwBinder::JHwBinder(JNIEnv *env, jobject thiz) { in JHwBinder() function in android::JHwBinder143 JHwBinder::~JHwBinder() { in ~JHwBinder()150 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);
640 binder = JHwBinder::GetNativeBinder(env, binderObj); in JHwParcel_native_writeStrongBinder()