/frameworks/av/media/libmedia/ |
D | IMediaPlayerService.cpp | 68 data.writeStrongBinder(IInterface::asBinder(client)); in create() 103 data.writeStrongBinder(IInterface::asBinder(client)); in listenForRemoteDisplay() 131 reply->writeStrongBinder(IInterface::asBinder(player)); in onTransact() 138 reply->writeStrongBinder(IInterface::asBinder(recorder)); in onTransact() 144 reply->writeStrongBinder(IInterface::asBinder(retriever)); in onTransact() 164 reply->writeStrongBinder(NULL); in onTransact() 169 reply->writeStrongBinder(IInterface::asBinder(display)); in onTransact() 175 reply->writeStrongBinder(IInterface::asBinder(mcl)); in onTransact()
|
D | IMediaExtractorService.cpp | 46 data.writeStrongBinder(IInterface::asBinder(source)); in makeExtractor() 115 reply->writeStrongBinder(IInterface::asBinder(ex)); in onTransact() 126 reply->writeStrongBinder(IInterface::asBinder(source)); in onTransact()
|
D | IMediaMetadataRetriever.cpp | 104 data.writeStrongBinder(IInterface::asBinder(httpService)); in setDataSource() 138 data.writeStrongBinder(IInterface::asBinder(source)); in setDataSource() 372 reply->writeStrongBinder(IInterface::asBinder(bitmap)); in onTransact() 395 reply->writeStrongBinder(IInterface::asBinder(bitmap)); in onTransact() 422 reply->writeStrongBinder(IInterface::asBinder(bitmap)); in onTransact() 450 reply->writeStrongBinder(IInterface::asBinder(frames[i])); in onTransact() 466 reply->writeStrongBinder(IInterface::asBinder(albumArt)); in onTransact()
|
/frameworks/base/core/java/android/app/ |
D | ContentProviderHolder.java | 56 dest.writeStrongBinder(provider.asBinder()); in writeToParcel() 58 dest.writeStrongBinder(null); in writeToParcel() 60 dest.writeStrongBinder(connection); in writeToParcel()
|
/frameworks/native/libs/gui/ |
D | LayerState.cpp | 31 output.writeStrongBinder(surface); in write() 45 output.writeStrongBinder(barrierHandle_legacy); in write() 46 output.writeStrongBinder(reparentHandle); in write() 49 output.writeStrongBinder(IInterface::asBinder(barrierGbp_legacy)); in write() 50 output.writeStrongBinder(relativeLayerHandle); in write() 51 output.writeStrongBinder(parentHandleForChild); in write() 172 output.writeStrongBinder(IInterface::asBinder(client)); in write() 193 output.writeStrongBinder(token); in write() 194 output.writeStrongBinder(IInterface::asBinder(surface)); in write() 418 output.writeStrongBinder(transferTouchFocusCommand.fromToken); in write() [all …]
|
D | SurfaceControl.cpp | 138 return parcel->writeStrongBinder(IInterface::asBinder(bp)); in writeSurfaceToParcel() 184 parcel->writeStrongBinder(ISurfaceComposerClient::asBinder(mClient->getClient())); in writeToParcel() 185 parcel->writeStrongBinder(mHandle); in writeToParcel() 186 parcel->writeStrongBinder(IGraphicBufferProducer::asBinder(mGraphicBufferProducer)); in writeToParcel()
|
D | ISurfaceComposer.cpp | 88 data.writeStrongBinder(applyToken); in setTransactionState() 96 data.writeStrongBinder(IInterface::asBinder(listener)); in setTransactionState() 118 data.writeStrongBinder(display); in captureScreen() 175 data.writeStrongBinder(layerHandleBinder); in captureLayers() 181 data.writeStrongBinder(el); in captureLayers() 214 err = data.writeStrongBinder(IInterface::asBinder(bufferProducer)); in authenticateSurfaceTexture() 317 data.writeStrongBinder(display); in destroyDisplay() 347 data.writeStrongBinder(display); in setPowerMode() 357 data.writeStrongBinder(display); in getDisplayConfigs() 378 data.writeStrongBinder(display); in getDisplayStats() [all …]
|
/frameworks/native/libs/vr/libvr_manager/ |
D | vr_manager.cpp | 100 data.writeStrongBinder(IInterface::asBinder(cb)); in registerListener() 107 data.writeStrongBinder(IInterface::asBinder(cb)); in unregisterListener() 115 data.writeStrongBinder(IInterface::asBinder(cb)); in registerPersistentVrStateListener() 123 data.writeStrongBinder(IInterface::asBinder(cb)); in unregisterPersistentVrStateListener()
|
/frameworks/av/soundtrigger/ |
D | ISoundTriggerClient.cpp | 47 data.writeStrongBinder(IInterface::asBinder(eventMemory)); in onRecognitionEvent() 57 data.writeStrongBinder(IInterface::asBinder(eventMemory)); in onSoundModelEvent() 66 data.writeStrongBinder(IInterface::asBinder(eventMemory)); in onServiceStateChange()
|
/frameworks/native/services/powermanager/ |
D | IPowerManager.cpp | 44 data.writeStrongBinder(lock); in acquireWakeLock() 60 data.writeStrongBinder(lock); in acquireWakeLockWithUid() 73 data.writeStrongBinder(lock); in releaseWakeLock() 83 data.writeStrongBinder(lock); in updateWakeLockUids()
|
/frameworks/native/libs/binder/ |
D | IAppOpsService.cpp | 67 data.writeStrongBinder(token); in startOperation() 82 data.writeStrongBinder(token); in finishOperation() 95 data.writeStrongBinder(IInterface::asBinder(callback)); in startWatchingMode() 102 data.writeStrongBinder(IInterface::asBinder(callback)); in stopWatchingMode() 109 data.writeStrongBinder(clientToken); in getToken() 217 reply->writeStrongBinder(token); in onTransact()
|
D | IActivityManager.cpp | 67 data.writeStrongBinder(IInterface::asBinder(observer)); in registerUidObserver() 78 data.writeStrongBinder(IInterface::asBinder(observer)); in unregisterUidObserver()
|
/frameworks/base/core/java/android/os/ |
D | ServiceManagerNative.java | 62 reply.writeStrongBinder(service); in onTransact() 70 reply.writeStrongBinder(service); in onTransact() 153 data.writeStrongBinder(service); in addService() 196 data.writeStrongBinder(controller.asBinder()); in setPermissionController()
|
D | Messenger.java | 95 out.writeStrongBinder(mTarget.asBinder()); in writeToParcel() 120 out.writeStrongBinder(messenger != null ? messenger.mTarget.asBinder() in writeMessengerOrNullToParcel()
|
D | ShellCallback.java | 86 out.writeStrongBinder(null); in writeToParcel() 101 out.writeStrongBinder(mShellCallback.asBinder()); in writeToParcel()
|
/frameworks/native/libs/input/ |
D | IInputFlinger.cpp | 42 data.writeStrongBinder(IInterface::asBinder(setInputWindowsListener)); in setInputWindows() 52 data.writeStrongBinder(fromToken); in transferTouchFocus() 53 data.writeStrongBinder(toToken); in transferTouchFocus()
|
D | InputApplication.cpp | 43 output.writeStrongBinder(token); in write()
|
/frameworks/av/drm/libmediadrm/ |
D | IMediaDrmService.cpp | 72 reply->writeStrongBinder(IInterface::asBinder(crypto)); in onTransact() 78 reply->writeStrongBinder(IInterface::asBinder(drm)); in onTransact()
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | PersistentSurface.h | 62 parcel->writeStrongBinder(IInterface::asBinder(mBufferProducer)); in writeToParcel() 64 parcel->writeStrongBinder(IInterface::asBinder(mBufferSource)); in writeToParcel()
|
/frameworks/native/libs/vibrator/ |
D | ExternalVibration.cpp | 48 parcel->writeStrongBinder(IInterface::asBinder(mController)); in writeToParcel() 49 parcel->writeStrongBinder(mToken); in writeToParcel()
|
/frameworks/av/services/medialog/ |
D | IMediaLogService.cpp | 46 data.writeStrongBinder(IInterface::asBinder(shared)); in registerWriter() 56 data.writeStrongBinder(IInterface::asBinder(shared)); in unregisterWriter()
|
/frameworks/native/libs/binder/tests/ |
D | binderLibTest.cpp | 444 data.writeStrongBinder(server); in TEST_F() 488 data.writeStrongBinder(server); in TEST_F() 492 datai.writeStrongBinder(m_server); in TEST_F() 541 data.writeStrongBinder(callBack); in TEST_F() 644 data.writeStrongBinder(target); in TEST_F() 645 data.writeStrongBinder(callBack[i]); in TEST_F() 654 data.writeStrongBinder(target); in TEST_F() 720 data.writeStrongBinder(target); in TEST_F() 721 data.writeStrongBinder(callback); in TEST_F() 871 data.writeStrongBinder(server); in TEST_F() [all …]
|
/frameworks/base/core/java/android/view/ |
D | WindowInfo.java | 105 parcel.writeStrongBinder(token); in writeToParcel() 106 parcel.writeStrongBinder(parentToken); in writeToParcel() 107 parcel.writeStrongBinder(activityToken); in writeToParcel()
|
/frameworks/av/camera/ |
D | ICamera.cpp | 87 data.writeStrongBinder(b); in setPreviewTarget() 110 data.writeStrongBinder(b); in setPreviewCallbackTarget() 158 data.writeStrongBinder(IInterface::asBinder(mem)); in releaseRecordingFrame() 293 data.writeStrongBinder(IInterface::asBinder(cameraClient)); in connect() 318 data.writeStrongBinder(b); in setVideoTarget()
|
D | ICameraRecordingProxy.cpp | 52 data.writeStrongBinder(IInterface::asBinder(listener)); in startRecording() 70 data.writeStrongBinder(IInterface::asBinder(mem)); in releaseRecordingFrame()
|