Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_os_HwBinder.cpp71 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::JHwBinder
143 JHwBinder::~JHwBinder() { in ~JHwBinder()
150 status_t JHwBinder::onTransact( in onTransact()
[all …]
Dandroid_os_HwBinder.h29 struct JHwBinder : public hardware::BHwBinder { struct
35 static sp<JHwBinder> GetNativeBinder(JNIEnv *env, jobject thiz);
37 JHwBinder(JNIEnv *env, jobject thiz);
40 virtual ~JHwBinder();
52 DISALLOW_COPY_AND_ASSIGN(JHwBinder);
Dandroid_os_HwParcel.cpp640 binder = JHwBinder::GetNativeBinder(env, binderObj); in JHwParcel_native_writeStrongBinder()