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

/frameworks/base/core/jni/
H A Dandroid_os_HwBinder.h27 struct JHwBinder : public hardware::BHwBinder { struct in namespace:android
30 static sp<JHwBinder> SetNativeContext(
31 JNIEnv *env, jobject thiz, const sp<JHwBinder> &context);
33 static sp<JHwBinder> GetNativeContext(JNIEnv *env, jobject thiz);
35 JHwBinder(JNIEnv *env, jobject thiz);
38 virtual ~JHwBinder();
51 DISALLOW_COPY_AND_ASSIGN(JHwBinder);
H A Dandroid_os_HwBinder.cpp62 void JHwBinder::InitClass(JNIEnv *env) {
78 sp<JHwBinder> JHwBinder::SetNativeContext(
79 JNIEnv *env, jobject thiz, const sp<JHwBinder> &context) {
80 sp<JHwBinder> old =
81 (JHwBinder *)env->GetLongField(thiz, gFields.contextID);
97 sp<JHwBinder> JHwBinder::GetNativeContext(
99 return (JHwBinder *)env->GetLongField(thiz, gFields.contextID);
102 JHwBinder function in class:android::JHwBinder
[all...]
H A Dandroid_os_HwParcel.cpp545 binder = JHwBinder::GetNativeContext(env, binderObj);

Completed in 2293 milliseconds