Searched refs:JHwBinder (Results 1 – 3 of 3) sorted by relevance
68 sp<JHwBinder> get(JNIEnv *env, jobject obj) { in get()71 sp<JHwBinder> binder = mBinder.promote(); in get()74 binder = new JHwBinder(env, obj); in get()83 wp<JHwBinder> mBinder;89 void JHwBinder::InitClass(JNIEnv *env) { in InitClass()105 sp<JHwBinderHolder> JHwBinder::SetNativeContext( in SetNativeContext()124 sp<JHwBinder> JHwBinder::GetNativeBinder( in GetNativeBinder()133 JHwBinder::JHwBinder(JNIEnv *env, jobject thiz) { in JHwBinder() function in android::JHwBinder140 JHwBinder::~JHwBinder() { in ~JHwBinder()147 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);
538 binder = JHwBinder::GetNativeBinder(env, binderObj); in JHwParcel_native_writeStrongBinder()