Searched defs:own (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp400 // These objects manage their own lifetimes so are responsible for final bookkeeping.
567 // One of our own!
569 LOGDEATH("objectForBinder %p: it's our own %p!\n", val.get(), object);
1657 int32_t own = env->GetIntField(clazz, gParcelOffsets.mOwnObject); local
1658 if (own) {
1670 int own = 0; local
1673 own = 1;
1682 //LOGI("Initializing obj %p from C++ Parcel %p, own=%d\n", clazz, parcel, own);
1683 env->SetIntField(clazz, gParcelOffsets.mOwnObject, own);
1689 int32_t own = env->GetIntField(clazz, gParcelOffsets.mOwnObject); local
[all...]

Completed in 64 milliseconds