Searched refs:JHwRemoteBinder (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/jni/ |
D | android_os_HwRemoteBinder.cpp | 217 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 …]
|
D | android_os_HwRemoteBinder.h | 52 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
|
D | android_os_HwBinder.cpp | 339 return JHwRemoteBinder::NewObject(env, service); in JHwBinder_native_getService()
|
D | android_os_HwParcel.cpp | 641 binder = JHwRemoteBinder::GetNativeContext( in JHwParcel_native_writeStrongBinder() 995 return JHwRemoteBinder::NewObject(env, binder); in JHwParcel_native_readStrongBinder()
|
/frameworks/base/media/jni/ |
D | android_media_MediaDescrambler.cpp | 163 JHwRemoteBinder::GetNativeContext(env, obj)->getBinder(); in GetDescrambler()
|
D | android_media_MediaExtractor.cpp | 104 JHwRemoteBinder::GetNativeContext(env, casBinderObj)->getBinder(); in setMediaCas()
|