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

  /frameworks/base/core/jni/
android_os_HwBinder.h 27 struct JHwBinderHolder;
32 static sp<JHwBinderHolder> SetNativeContext(
33 JNIEnv *env, jobject thiz, const sp<JHwBinderHolder> &context);
android_os_HwBinder.cpp 65 struct JHwBinderHolder : public RefBase {
66 JHwBinderHolder() {}
85 DISALLOW_COPY_AND_ASSIGN(JHwBinderHolder);
105 sp<JHwBinderHolder> JHwBinder::SetNativeContext(
106 JNIEnv *env, jobject thiz, const sp<JHwBinderHolder> &context) {
107 sp<JHwBinderHolder> old =
108 (JHwBinderHolder *)env->GetLongField(thiz, gFields.contextID);
126 JHwBinderHolder *holder =
127 reinterpret_cast<JHwBinderHolder *>(
233 sp<JHwBinderHolder> context = static_cast<JHwBinderHolder *>(nativeContext)
    [all...]

Completed in 56 milliseconds