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

/frameworks/base/core/jni/
H A Dandroid_os_HwRemoteBinder.cpp401 sp<hardware::IBinder::DeathRecipient> sdr = dr.promote(); local
402 HwBinderDeathRecipient* jdr = static_cast<HwBinderDeathRecipient*>(sdr.get());
H A Dcom_google_android_gles_jni_EGLImpl.cpp412 EGLSurface sdr = getSurface(_env, draw); local
415 return EglBoolToJBool(eglMakeCurrent(dpy, sdr, srd, ctx));
H A Dandroid_util_Binder.cpp1349 sp<IBinder::DeathRecipient> sdr = dr.promote(); local
1350 JavaDeathRecipient* jdr = static_cast<JavaDeathRecipient*>(sdr.get());

Completed in 210 milliseconds