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

/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp114 jfieldID mNativeData; // Field holds native pointer to BinderProxyNativeData.
619 struct BinderProxyNativeData { struct in namespace:android
631 BinderProxyNativeData* getBPNativeData(JNIEnv* env, jobject obj) {
632 return (BinderProxyNativeData *) env->GetLongField(obj, gBinderProxyOffsets.mNativeData);
637 // We may cache a single BinderProxyNativeData node to avoid repeat allocation.
639 static BinderProxyNativeData *gNativeDataCache;
659 BinderProxyNativeData* nativeData = gNativeDataCache;
661 nativeData = new BinderProxyNativeData();
671 BinderProxyNativeData* actualNativeData = getBPNativeData(env, object);
1302 BinderProxyNativeData *n
[all...]

Completed in 226 milliseconds