HomeSort by relevance Sort by last modified time
    Searched refs:JHwBinder (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/jni/
android_os_HwBinder.h 27 struct JHwBinder : public hardware::BHwBinder {
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);
android_os_HwBinder.cpp 62 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::JHwBinder(JNIEnv *env, jobject thiz)
    [all...]
android_os_HwParcel.cpp 545 binder = JHwBinder::GetNativeContext(env, binderObj);
    [all...]

Completed in 169 milliseconds