Searched refs:readStrongBinder (Results 51 - 64 of 64) sorted by relevance

123

/frameworks/av/media/libmedia/
H A DIHDCP.cpp208 interface_cast<IHDCPObserver>(data.readStrongBinder());
H A DIDrm.cpp731 interface_cast<IDrmClient>(data.readStrongBinder());
/frameworks/native/libs/binder/
H A DProcessState.cpp126 object = reply.readStrongBinder();
H A DIMemory.cpp184 sp<IBinder> heap = reply.readStrongBinder();
H A DParcel.cpp1107 sp<IBinder> Parcel::readStrongBinder() const function in class:android::Parcel
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp315 sp<IBinder> binder(parcel->readStrongBinder());
H A Dandroid_os_Parcel.cpp354 return javaObjectForIBinder(env, parcel->readStrongBinder());
/frameworks/native/include/binder/
H A DParcel.h161 sp<IBinder> readStrongBinder() const;
/frameworks/native/libs/gui/
H A DIGraphicBufferProducer.cpp245 sp<IBinder> token = data.readStrongBinder();
H A DIGraphicBufferConsumer.cpp399 sp<IConsumerListener> consumer = IConsumerListener::asInterface( data.readStrongBinder() );
/frameworks/base/core/java/android/app/
H A DIActivityManager.java460 source.readStrongBinder());
461 connection = source.readStrongBinder();
H A DActivityManager.java899 retriever = IThumbnailRetriever.Stub.asInterface(source.readStrongBinder());
/frameworks/base/core/java/android/view/
H A DWindowManager.java1581 token = in.readStrongBinder();
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp838 = interface_cast<IDrmServiceListener> (data.readStrongBinder());

Completed in 326 milliseconds

123