Home
last modified time | relevance | path

Searched refs:writeStrongBinder (Results 1 – 25 of 55) sorted by relevance

123

/frameworks/base/media/libmedia/
DIMediaPlayerService.cpp65 data.writeStrongBinder(client->asBinder()); in create()
143 reply->writeStrongBinder(player->asBinder()); in onTransact()
156 reply->writeStrongBinder(player->asBinder()); in onTransact()
171 reply->writeStrongBinder(player->asBinder()); in onTransact()
178 reply->writeStrongBinder(recorder->asBinder()); in onTransact()
185 reply->writeStrongBinder(retriever->asBinder()); in onTransact()
191 reply->writeStrongBinder(omx->asBinder()); in onTransact()
DIStreamSource.cpp54 data.writeStrongBinder(listener->asBinder()); in setListener()
63 data.writeStrongBinder(buffers.itemAt(i)->asBinder()); in setBuffers()
DIMediaRecorder.cpp70 data.writeStrongBinder(camera->asBinder()); in setCamera()
71 data.writeStrongBinder(proxy->asBinder()); in setCamera()
215 data.writeStrongBinder(listener->asBinder()); in setListener()
452 reply->writeStrongBinder(surfaceMediaSource->asBinder()); in onTransact()
DIMediaMetadataRetriever.cpp218 reply->writeStrongBinder(bitmap->asBinder()); in onTransact()
235 reply->writeStrongBinder(albumArt->asBinder()); in onTransact()
/frameworks/base/core/java/android/app/
DActivityManagerNative.java826 reply.writeStrongBinder(res != null ? res.asBinder() : null); in onTransact()
1154 reply.writeStrongBinder(binder); in onTransact()
1330 reply.writeStrongBinder(perm); in onTransact()
1605 data.writeStrongBinder(caller != null ? caller.asBinder() : null); in startActivity()
1610 data.writeStrongBinder(resultTo); in startActivity()
1639 data.writeStrongBinder(caller != null ? caller.asBinder() : null); in startActivityAndWait()
1644 data.writeStrongBinder(resultTo); in startActivityAndWait()
1672 data.writeStrongBinder(caller != null ? caller.asBinder() : null); in startActivityWithConfig()
1677 data.writeStrongBinder(resultTo); in startActivityWithConfig()
1697 data.writeStrongBinder(caller != null ? caller.asBinder() : null); in startActivityIntentSender()
[all …]
DApplicationThreadNative.java568 data.writeStrongBinder(token); in schedulePauseActivity()
581 data.writeStrongBinder(token); in scheduleStopActivity()
593 data.writeStrongBinder(token); in scheduleWindowVisibility()
604 data.writeStrongBinder(token); in scheduleSleeping()
615 data.writeStrongBinder(token); in scheduleResumeActivity()
626 data.writeStrongBinder(token); in scheduleSendResult()
642 data.writeStrongBinder(token); in scheduleLaunchActivity()
671 data.writeStrongBinder(token); in scheduleRelaunchActivity()
692 data.writeStrongBinder(token); in scheduleNewIntent()
702 data.writeStrongBinder(token); in scheduleDestroyActivity()
[all …]
/frameworks/base/core/java/android/os/
DServiceManagerNative.java58 reply.writeStrongBinder(service); in onTransact()
66 reply.writeStrongBinder(service); in onTransact()
145 data.writeStrongBinder(service); in addService()
167 data.writeStrongBinder(controller.asBinder()); in setPermissionController()
DMessenger.java88 out.writeStrongBinder(mTarget.asBinder()); in writeToParcel()
113 out.writeStrongBinder(messenger != null ? messenger.mTarget.asBinder() in writeMessengerOrNullToParcel()
DRemoteCallback.java92 out.writeStrongBinder(mTarget.asBinder()); in writeToParcel()
/frameworks/base/services/powermanager/
DIPowerManager.cpp50 data.writeStrongBinder(lock); in acquireWakeLock()
61 data.writeStrongBinder(lock); in releaseWakeLock()
/frameworks/base/libs/gui/
DISurfaceComposer.cpp154 err = data.writeStrongBinder(surfaceTexture->asBinder()); in authenticateSurfaceTexture()
189 reply->writeStrongBinder(b); in onTransact()
194 reply->writeStrongBinder(b); in onTransact()
216 reply->writeStrongBinder(b); in onTransact()
230 reply->writeStrongBinder(heap->asBinder()); in onTransact()
DSurface.cpp186 parcel->writeStrongBinder(sur!=0 ? sur->asBinder() : NULL); in writeSurfaceToParcel()
187 parcel->writeStrongBinder(NULL); // NULL ISurfaceTexture in this case. in writeSurfaceToParcel()
263 parcel->writeStrongBinder(sur != NULL ? sur->asBinder() : NULL); in writeToParcel()
264 parcel->writeStrongBinder(st != NULL ? st->asBinder() : NULL); in writeToParcel()
DISurface.cpp58 reply->writeStrongBinder( getSurfaceTexture()->asBinder() ); in onTransact()
DLayerState.cpp63 output.writeStrongBinder(client->asBinder()); in write()
/frameworks/base/libs/camera/
DICameraRecordingProxy.cpp48 data.writeStrongBinder(listener->asBinder()); in startRecording()
66 data.writeStrongBinder(mem->asBinder()); in releaseRecordingFrame()
DICameraService.cpp63 data.writeStrongBinder(cameraClient->asBinder()); in connect()
97 reply->writeStrongBinder(camera->asBinder()); in onTransact()
DICameraClient.cpp61 data.writeStrongBinder(imageData->asBinder()); in dataCallback()
77 data.writeStrongBinder(imageData->asBinder()); in dataCallbackTimestamp()
DICameraRecordingProxyListener.cpp45 data.writeStrongBinder(imageData->asBinder()); in dataCallbackTimestamp()
DICamera.cpp87 data.writeStrongBinder(b); in setPreviewTexture()
146 data.writeStrongBinder(mem->asBinder()); in releaseRecordingFrame()
249 data.writeStrongBinder(cameraClient->asBinder()); in connect()
/frameworks/base/libs/binder/
DIServiceManager.cpp159 data.writeStrongBinder(service); in addService()
195 reply->writeStrongBinder(b); in onTransact()
202 reply->writeStrongBinder(b); in onTransact()
/frameworks/base/libs/storage/
DIMountService.cpp67 data.writeStrongBinder(listener->asBinder()); in registerListener()
83 data.writeStrongBinder(listener->asBinder()); in unregisterListener()
407 data.writeStrongBinder(observer->asBinder()); in shutdown()
443 data.writeStrongBinder(token->asBinder()); in mountObb()
463 data.writeStrongBinder(token->asBinder()); in unmountObb()
/frameworks/base/core/java/android/content/
DIntentSender.java260 out.writeStrongBinder(mTarget.asBinder()); in writeToParcel()
285 out.writeStrongBinder(sender != null ? sender.mTarget.asBinder() in writeIntentSenderOrNullToParcel()
/frameworks/base/core/java/android/accounts/
DAccountManagerResponse.java65 dest.writeStrongBinder(mResponse.asBinder()); in writeToParcel()
DAccountAuthenticatorResponse.java85 dest.writeStrongBinder(mAccountAuthenticatorResponse.asBinder()); in writeToParcel()
/frameworks/base/core/java/android/view/inputmethod/
DInputBinding.java131 dest.writeStrongBinder(mConnectionToken); in writeToParcel()

123