Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_os_HwRemoteBinder.cpp217 void JHwRemoteBinder::InitClass(JNIEnv *env) { in InitClass()
232 sp<JHwRemoteBinder> JHwRemoteBinder::SetNativeContext( in SetNativeContext()
233 JNIEnv *env, jobject thiz, const sp<JHwRemoteBinder> &context) { in SetNativeContext()
234 sp<JHwRemoteBinder> old = in SetNativeContext()
235 (JHwRemoteBinder *)env->GetLongField(thiz, gProxyOffsets.contextID); in SetNativeContext()
251 sp<JHwRemoteBinder> JHwRemoteBinder::GetNativeContext( in GetNativeContext()
253 return (JHwRemoteBinder *)env->GetLongField(thiz, gProxyOffsets.contextID); in GetNativeContext()
257 jobject JHwRemoteBinder::NewObject( in NewObject()
267 JHwRemoteBinder::GetNativeContext(env, obj)->setBinder(binder); in NewObject()
272 JHwRemoteBinder::JHwRemoteBinder( in JHwRemoteBinder() function in android::JHwRemoteBinder
[all …]
Dandroid_os_HwRemoteBinder.h52 struct JHwRemoteBinder : public RefBase { struct
55 static sp<JHwRemoteBinder> SetNativeContext(
56 JNIEnv *env, jobject thiz, const sp<JHwRemoteBinder> &context);
58 static sp<JHwRemoteBinder> GetNativeContext(JNIEnv *env, jobject thiz);
62 JHwRemoteBinder(
70 virtual ~JHwRemoteBinder();
77 DISALLOW_COPY_AND_ASSIGN(JHwRemoteBinder); argument
Dandroid_os_HwBinder.cpp339 return JHwRemoteBinder::NewObject(env, service); in JHwBinder_native_getService()
Dandroid_os_HwParcel.cpp641 binder = JHwRemoteBinder::GetNativeContext( in JHwParcel_native_writeStrongBinder()
995 return JHwRemoteBinder::NewObject(env, binder); in JHwParcel_native_readStrongBinder()
/frameworks/base/media/jni/
Dandroid_media_MediaDescrambler.cpp163 JHwRemoteBinder::GetNativeContext(env, obj)->getBinder(); in GetDescrambler()
Dandroid_media_MediaExtractor.cpp104 JHwRemoteBinder::GetNativeContext(env, casBinderObj)->getBinder(); in setMediaCas()