Searched refs:readStrongBinder (Results 26 - 42 of 42) sorted by relevance

12

/frameworks/base/media/libmedia/
H A DIOMX.cpp366 return interface_cast<IOMXRenderer>(reply.readStrongBinder());
421 interface_cast<IOMXObserver>(data.readStrongBinder());
551 interface_cast<IMemory>(data.readStrongBinder());
593 interface_cast<IMemory>(data.readStrongBinder());
674 interface_cast<ISurface>(data.readStrongBinder());
H A DIAudioFlinger.cpp105 track = interface_cast<IAudioTrack>(reply.readStrongBinder());
138 record = interface_cast<IAudioRecord>(reply.readStrongBinder());
519 sp<IMemory> buffer = interface_cast<IMemory>(data.readStrongBinder());
657 sp<IAudioFlingerClient> client = interface_cast<IAudioFlingerClient>(data.readStrongBinder());
H A DIMediaPlayer.cpp241 sp<ISurface> surface = interface_cast<ISurface>(data.readStrongBinder());
/frameworks/base/core/java/android/database/
H A DCursorWindow.java515 IBinder nativeBinder = source.readStrongBinder();
H A DBulkCursorNative.java114 IContentObserver.Stub.asInterface(data.readStrongBinder());
/frameworks/base/include/binder/
H A DParcel.h122 sp<IBinder> readStrongBinder() const;
/frameworks/base/libs/surfaceflinger_client/
H A DISurface.cpp159 buffer.heap = interface_cast<IMemoryHeap>(data.readStrongBinder());
H A DSurface.cpp317 sp<IBinder> clientBinder = parcel.readStrongBinder();
318 mSurface = interface_cast<ISurface>(parcel.readStrongBinder());
/frameworks/base/libs/ui/
H A DOverlay.cpp172 sp<IOverlay> overlay = IOverlay::asInterface(data.readStrongBinder());
/frameworks/base/core/java/android/content/
H A DContentProviderNative.java102 asInterface(data.readStrongBinder());
333 IBinder bulkCursorBinder = reply.readStrongBinder();
/frameworks/base/libs/binder/
H A DProcessState.cpp137 object = reply.readStrongBinder();
H A DIMemory.cpp182 sp<IBinder> heap = reply.readStrongBinder();
H A DParcel.cpp927 sp<IBinder> Parcel::readStrongBinder() const function in class:android::Parcel
/frameworks/base/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp105 return reply.readStrongBinder();
120 put(data.readStrongBinder());
/frameworks/base/core/java/android/app/
H A DIActivityManager.java359 source.readStrongBinder());
/frameworks/base/core/java/android/view/
H A DWindowManager.java946 token = in.readStrongBinder();
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp1300 return javaObjectForIBinder(env, parcel->readStrongBinder());
1563 {"readStrongBinder", "()Landroid/os/IBinder;", (void*)android_os_Parcel_readStrongBinder},

Completed in 3415 milliseconds

12