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

/frameworks/base/core/jni/
H A Dandroid_os_HwRemoteBinder.h50 struct JHwRemoteBinder : public RefBase { struct in namespace:android
53 static sp<JHwRemoteBinder> SetNativeContext(
54 JNIEnv *env, jobject thiz, const sp<JHwRemoteBinder> &context);
56 static sp<JHwRemoteBinder> GetNativeContext(JNIEnv *env, jobject thiz);
60 JHwRemoteBinder(
68 virtual ~JHwRemoteBinder();
75 DISALLOW_COPY_AND_ASSIGN(JHwRemoteBinder);
H A Dandroid_os_HwRemoteBinder.cpp18 #define LOG_TAG "JHwRemoteBinder"
213 void JHwRemoteBinder::InitClass(JNIEnv *env) {
228 sp<JHwRemoteBinder> JHwRemoteBinder::SetNativeContext(
229 JNIEnv *env, jobject thiz, const sp<JHwRemoteBinder> &context) {
230 sp<JHwRemoteBinder> old =
231 (JHwRemoteBinder *)env->GetLongField(thiz, gProxyOffsets.contextID);
247 sp<JHwRemoteBinder> JHwRemoteBinder::GetNativeContext(
249 return (JHwRemoteBinder *)en
268 JHwRemoteBinder::JHwRemoteBinder( function in class:android::JHwRemoteBinder
[all...]
H A Dandroid_os_HwBinder.cpp396 return JHwRemoteBinder::NewObject(env, service);
H A Dandroid_os_HwParcel.cpp536 binder = JHwRemoteBinder::GetNativeContext(
798 return JHwRemoteBinder::NewObject(env, binder);
/frameworks/base/media/jni/
H A Dandroid_media_MediaDescrambler.cpp117 JHwRemoteBinder::GetNativeContext(env, obj)->getBinder();
H A Dandroid_media_MediaExtractor.cpp100 JHwRemoteBinder::GetNativeContext(env, casBinderObj)->getBinder();

Completed in 197 milliseconds