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

/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp639 static BinderProxyNativeData *gNativeDataCache; member in namespace:android
659 BinderProxyNativeData* nativeData = gNativeDataCache;
663 // gNativeDataCache is now logically empty.
668 gNativeDataCache = nullptr;
676 gNativeDataCache = nullptr;
684 gNativeDataCache = nativeData;

Completed in 69 milliseconds