Home
last modified time | relevance | path

Searched refs:readStrongBinder (Results 1 – 25 of 115) 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()
DIMediaExtractorService.cpp52 return interface_cast<IMediaExtractor>(reply.readStrongBinder()); in makeExtractor()
68 return interface_cast<IDataSource>(reply.readStrongBinder()); in makeIDataSource()
104 status_t ret = data.readStrongBinder(&b); 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()
240 frames->push_back(interface_cast<IMemory>(reply.readStrongBinder())); in getFrameAtIndex()
257 return interface_cast<IMemory>(reply.readStrongBinder()); in extractAlbumArt()
310 interface_cast<IMediaHTTPService>(data.readStrongBinder()); in onTransact()
345 interface_cast<IDataSource>(data.readStrongBinder()); in onTransact()
DIMediaHTTPService.cpp51 return interface_cast<IMediaHTTPConnection>(reply.readStrongBinder()); in makeHTTPConnection()
/frameworks/native/libs/gui/
DLayerState.cpp103 surface = input.readStrongBinder(); in read()
121 barrierHandle_legacy = input.readStrongBinder(); in read()
122 reparentHandle = input.readStrongBinder(); in read()
125 barrierGbp_legacy = interface_cast<IGraphicBufferProducer>(input.readStrongBinder()); in read()
126 relativeLayerHandle = input.readStrongBinder(); in read()
127 parentHandleForChild = input.readStrongBinder(); in read()
177 client = interface_cast<ISurfaceComposerClient>(input.readStrongBinder()); in read()
206 token = input.readStrongBinder(); in read()
207 surface = interface_cast<IGraphicBufferProducer>(input.readStrongBinder()); in read()
430 transferTouchFocusCommand.fromToken = input.readStrongBinder(); in read()
[all …]
DISurfaceComposer.cpp64 return interface_cast<ISurfaceComposerClient>(reply.readStrongBinder()); in createConnection()
299 result = interface_cast<IDisplayEventConnection>(reply.readStrongBinder()); in createDisplayEventConnection()
310 return reply.readStrongBinder(); in createDisplay()
340 return reply.readStrongBinder(); in getPhysicalDisplayToken()
1031 sp<IBinder> applyToken = data.readStrongBinder(); in onTransact()
1045 interface_cast<ITransactionCompletedListener>(data.readStrongBinder()); in onTransact()
1062 sp<IBinder> display = data.readStrongBinder(); in onTransact()
1103 sp<IBinder> layerHandleBinder = data.readStrongBinder(); in onTransact()
1114 excludeHandles.emplace(data.readStrongBinder()); in onTransact()
1132 interface_cast<IGraphicBufferProducer>(data.readStrongBinder()); in onTransact()
[all …]
DSurfaceControl.cpp191 sp<IBinder> client = parcel->readStrongBinder(); in readFromParcel()
192 sp<IBinder> handle = parcel->readStrongBinder(); in readFromParcel()
/frameworks/av/soundtrigger/
DISoundTriggerClient.cpp85 data.readStrongBinder()); in onTransact()
92 data.readStrongBinder()); in onTransact()
99 data.readStrongBinder()); in onTransact()
/frameworks/native/libs/binder/
DIAppOpsService.cpp113 return reply.readStrongBinder(); in getToken()
176 sp<IBinder> token = data.readStrongBinder(); in onTransact()
188 sp<IBinder> token = data.readStrongBinder(); in onTransact()
200 sp<IAppOpsCallback> callback = interface_cast<IAppOpsCallback>(data.readStrongBinder()); in onTransact()
207 sp<IAppOpsCallback> callback = interface_cast<IAppOpsCallback>(data.readStrongBinder()); in onTransact()
214 sp<IBinder> clientToken = data.readStrongBinder(); in onTransact()
/frameworks/base/core/java/android/os/
DServiceManagerNative.java77 IBinder service = data.readStrongBinder(); in onTransact()
96 data.readStrongBinder()); in onTransact()
129 IBinder binder = reply.readStrongBinder(); in getService()
141 IBinder binder = reply.readStrongBinder(); in checkService()
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/native/libs/input/
DIInputFlinger.cpp89 ISetInputWindowsListener::asInterface(data.readStrongBinder()); in onTransact()
109 sp<IBinder> fromToken = data.readStrongBinder(); in onTransact()
110 sp<IBinder> toToken = data.readStrongBinder(); in onTransact()
DInputApplication.cpp35 ret.token = from.readStrongBinder(); in read()
/frameworks/av/drm/libmediadrm/
DIMediaDrmService.cpp49 return interface_cast<ICrypto>(reply.readStrongBinder()); in makeCrypto()
56 return interface_cast<IDrm>(reply.readStrongBinder()); in makeDrm()
/frameworks/base/core/java/android/app/
DContentProviderHolder.java81 source.readStrongBinder()); in ContentProviderHolder()
82 connection = source.readStrongBinder(); in ContentProviderHolder()
/frameworks/base/core/java/android/view/
DDragAndDropPermissions.java145 mDragAndDropPermissions = IDragAndDropPermissions.Stub.asInterface(in.readStrongBinder()); in DragAndDropPermissions()
146 mTransientToken = in.readStrongBinder(); in DragAndDropPermissions()
DWindowInfo.java145 token = parcel.readStrongBinder(); in initFromParcel()
146 parentToken = parcel.readStrongBinder(); in initFromParcel()
147 activityToken = parcel.readStrongBinder(); in initFromParcel()
/frameworks/native/libs/vibrator/
DExternalVibration.cpp57 mController = IExternalVibrationController::asInterface(parcel->readStrongBinder()); in readFromParcel()
58 mToken = parcel->readStrongBinder(); in readFromParcel()
/frameworks/av/media/libstagefright/include/media/stagefright/
DPersistentSurface.h81 parcel->readStrongBinder()); in readFromParcel()
83 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/av/camera/
DICamera.cpp343 interface_cast<IGraphicBufferProducer>(data.readStrongBinder()); in onTransact()
358 interface_cast<IGraphicBufferProducer>(data.readStrongBinder()); in onTransact()
389 sp<IMemory> mem = interface_cast<IMemory>(data.readStrongBinder()); in onTransact()
475 sp<ICameraClient> cameraClient = interface_cast<ICameraClient>(data.readStrongBinder()); in onTransact()
493 interface_cast<IGraphicBufferProducer>(data.readStrongBinder()); in onTransact()
DICameraRecordingProxy.cpp118 interface_cast<ICameraRecordingProxyListener>(data.readStrongBinder()); in onTransact()
131 sp<IMemory> mem = interface_cast<IMemory>(data.readStrongBinder()); in onTransact()
/frameworks/base/core/java/android/content/
DContentProviderNative.java100 data.readStrongBinder()); in onTransact()
102 data.readStrongBinder()); in onTransact()
229 data.readStrongBinder()); in onTransact()
230 IBinder callerToken = data.readStrongBinder(); in onTransact()
252 data.readStrongBinder()); in onTransact()
304 data.readStrongBinder()); in onTransact()
359 data.readStrongBinder()); in onTransact()
728 reply.readStrongBinder()); in createCancellationSignal()
/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()

12345