Home
last modified time | relevance | path

Searched refs:readStrongBinder (Results 1 – 25 of 120) sorted by relevance

12345

/frameworks/av/media/libmedia/
DIMediaPlayerService.cpp61 return interface_cast<IMediaMetadataRetriever>(reply.readStrongBinder()); in createMetadataRetriever()
72 return interface_cast<IMediaPlayer>(reply.readStrongBinder()); in create()
81 return interface_cast<IMediaRecorder>(reply.readStrongBinder()); in createMediaRecorder()
106 return interface_cast<IRemoteDisplay>(reply.readStrongBinder()); in listenForRemoteDisplay()
113 return interface_cast<IMediaCodecList>(reply.readStrongBinder()); in getCodecList()
128 interface_cast<IMediaPlayerClient>(data.readStrongBinder()); in onTransact()
162 interface_cast<IRemoteDisplayClient>(data.readStrongBinder())); in onTransact()
DIMediaMetadataRetriever.cpp168 return interface_cast<IMemory>(reply.readStrongBinder()); in getFrameAtTime()
189 return interface_cast<IMemory>(reply.readStrongBinder()); in getImageAtIndex()
213 return interface_cast<IMemory>(reply.readStrongBinder()); in getImageRectAtIndex()
234 return interface_cast<IMemory>(reply.readStrongBinder()); in getFrameAtIndex()
249 return interface_cast<IMemory>(reply.readStrongBinder()); in extractAlbumArt()
302 interface_cast<IMediaHTTPService>(data.readStrongBinder()); in onTransact()
348 interface_cast<IDataSource>(data.readStrongBinder()); in onTransact()
DIMediaHTTPService.cpp51 return interface_cast<IMediaHTTPConnection>(reply.readStrongBinder()); in makeHTTPConnection()
DIStreamSource.cpp90 interface_cast<IStreamListener>(data.readStrongBinder())); in onTransact()
101 interface_cast<IMemory>(data.readStrongBinder()); in onTransact()
/frameworks/native/libs/gui/
DLayerState.cpp125 surface = input.readStrongBinder(); in read()
143 barrierHandle_legacy = input.readStrongBinder(); in read()
144 reparentHandle = input.readStrongBinder(); in read()
147 barrierGbp_legacy = interface_cast<IGraphicBufferProducer>(input.readStrongBinder()); in read()
148 relativeLayerHandle = input.readStrongBinder(); in read()
149 parentHandleForChild = input.readStrongBinder(); in read()
182 cachedBuffer.token = input.readStrongBinder(); in read()
193 auto listener = input.readStrongBinder(); in read()
238 token = input.readStrongBinder(); in read()
239 surface = interface_cast<IGraphicBufferProducer>(input.readStrongBinder()); in read()
DISurfaceComposer.cpp66 return interface_cast<ISurfaceComposerClient>(reply.readStrongBinder()); in createConnection()
303 result = interface_cast<IDisplayEventConnection>(reply.readStrongBinder()); in createDisplayEventConnection()
314 return reply.readStrongBinder(); in createDisplay()
344 return reply.readStrongBinder(); in getPhysicalDisplayToken()
1207 err = reply.readStrongBinder(outToken); in acquireFrameRateFlexibilityToken()
1268 sp<IBinder> applyToken = data.readStrongBinder(); in onTransact()
1275 uncachedBuffer.token = data.readStrongBinder(); in onTransact()
1283 auto listener = data.readStrongBinder(); in onTransact()
1300 sp<IBinder> display = data.readStrongBinder(); in onTransact()
1340 sp<IBinder> layerHandleBinder = data.readStrongBinder(); in onTransact()
[all …]
DSurfaceControl.cpp181 sp<IBinder> client = parcel->readStrongBinder(); in readFromParcel()
182 sp<IBinder> handle = parcel->readStrongBinder(); in readFromParcel()
/frameworks/base/core/java/android/os/
DMessenger.java101 IBinder target = in.readStrongBinder();
135 IBinder b = in.readStrongBinder(); in readMessengerOrNullFromParcel()
DExternalVibration.java58 mController = IExternalVibrationController.Stub.asInterface(in.readStrongBinder()); in ExternalVibration()
59 mToken = in.readStrongBinder(); in ExternalVibration()
/frameworks/base/core/java/android/view/
DDragAndDropPermissions.java149 mDragAndDropPermissions = IDragAndDropPermissions.Stub.asInterface(in.readStrongBinder()); in DragAndDropPermissions()
150 mTransientToken = in.readStrongBinder(); in DragAndDropPermissions()
DWindowInfo.java151 token = parcel.readStrongBinder(); in initFromParcel()
152 parentToken = parcel.readStrongBinder(); in initFromParcel()
153 activityToken = parcel.readStrongBinder(); in initFromParcel()
/frameworks/base/core/java/android/app/
DContentProviderHolder.java81 source.readStrongBinder()); in ContentProviderHolder()
82 connection = source.readStrongBinder(); in ContentProviderHolder()
/frameworks/native/libs/vibrator/
DExternalVibration.cpp57 mController = IExternalVibrationController::asInterface(parcel->readStrongBinder()); in readFromParcel()
58 mToken = parcel->readStrongBinder(); in readFromParcel()
/frameworks/av/services/medialog/
DIMediaLogService.cpp81 sp<IMemory> shared = interface_cast<IMemory>(data.readStrongBinder()); in onTransact()
90 sp<IMemory> shared = interface_cast<IMemory>(data.readStrongBinder()); in onTransact()
/frameworks/native/libs/binder/
DIAppOpsService.cpp197 sp<IBinder> token = data.readStrongBinder(); in onTransact()
214 sp<IBinder> token = data.readStrongBinder(); in onTransact()
228 sp<IAppOpsCallback> callback = interface_cast<IAppOpsCallback>(data.readStrongBinder()); in onTransact()
235 sp<IAppOpsCallback> callback = interface_cast<IAppOpsCallback>(data.readStrongBinder()); in onTransact()
/frameworks/native/libs/vr/libdisplay/
Dvsync_service.cpp67 status_t result = data.readStrongBinder(&callback); in onTransact()
78 status_t result = data.readStrongBinder(&callback); in onTransact()
/frameworks/av/camera/
DICameraRecordingProxy.cpp118 interface_cast<ICameraRecordingProxyListener>(data.readStrongBinder()); in onTransact()
131 sp<IMemory> mem = interface_cast<IMemory>(data.readStrongBinder()); in onTransact()
DICamera.cpp360 interface_cast<IGraphicBufferProducer>(data.readStrongBinder()); in onTransact()
375 interface_cast<IGraphicBufferProducer>(data.readStrongBinder()); in onTransact()
406 sp<IMemory> mem = interface_cast<IMemory>(data.readStrongBinder()); in onTransact()
492 sp<ICameraClient> cameraClient = interface_cast<ICameraClient>(data.readStrongBinder()); in onTransact()
510 interface_cast<IGraphicBufferProducer>(data.readStrongBinder()); in onTransact()
/frameworks/native/libs/input/
DInputApplication.cpp35 ret.token = from.readStrongBinder(); in read()
DInputWindow.cpp114 ret.token = from.readStrongBinder(); in read()
141 ret.touchableRegionCropHandle = from.readStrongBinder(); in read()
/frameworks/base/core/java/android/accounts/
DAccountManagerResponse.java39 IAccountManagerResponse.Stub.asInterface(parcel.readStrongBinder()); in AccountManagerResponse()
/frameworks/base/core/java/android/app/servertransaction/
DClientTransaction.java195 mClient = (IApplicationThread) in.readStrongBinder(); in ClientTransaction()
198 mActivityToken = in.readStrongBinder(); in ClientTransaction()
/frameworks/base/core/java/android/content/
DIntentSender.java322 IBinder target = in.readStrongBinder();
356 IBinder b = in.readStrongBinder(); in readIntentSenderOrNullFromParcel()
/frameworks/base/core/java/android/content/pm/
DKeySet.java90 IBinder token = in.readStrongBinder(); in readFromParcel()
/frameworks/base/core/java/android/window/
DWindowContainerToken.java41 mRealToken = IWindowContainerToken.Stub.asInterface(in.readStrongBinder()); in WindowContainerToken()

12345