Searched refs:binder (Results 401 - 425 of 521) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/jni/
H A Dandroid_view_InputChannel.cpp22 #include <binder/Parcel.h>
H A Dandroid_view_KeyCharacterMap.cpp21 #include <binder/Parcel.h>
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java147 abstract protected IInterface asInterface(IBinder binder); argument
287 // no need to check permissions; if your service binder is in the list,
659 public void onServiceConnected(ComponentName name, IBinder binder) {
665 mService = asInterface(binder);
668 binder.linkToDeath(info, 0);
/frameworks/native/include/gui/
H A DIGraphicBufferProducer.h26 #include <binder/IInterface.h>
420 // The listener is an optional binder callback object that can be used if
H A DSurface.h26 #include <binder/Parcelable.h>
/frameworks/native/include/input/
H A DKeyCharacterMap.h23 #include <binder/IBinder.h>
/frameworks/native/libs/gui/
H A DStreamSplitter.cpp30 #include <binder/ProcessState.h>
H A DSurfaceControl.cpp30 #include <binder/IPCThreadState.h>
H A DBufferQueueConsumer.cpp35 #include <binder/IPCThreadState.h>
36 #include <binder/PermissionCache.h>
H A DIGraphicBufferConsumer.cpp23 #include <binder/Parcel.h>
24 #include <binder/IInterface.h>
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java684 IBinder binder = ServiceManager.checkService(getImsServiceName(mPhoneId));
685 if (binder != null) {
1117 IBinder binder = ServiceManager.checkService(getImsServiceName(mPhoneId));
1119 if (binder == null) {
/frameworks/support/v4/java/android/support/v4/media/
H A DMediaBrowserServiceCompat.java175 for (IBinder binder : mConnections.keySet()) {
176 ConnectionRecord connection = mConnections.get(binder);
232 for (IBinder binder : mConnections.keySet()) {
233 ConnectionRecord connection = mConnections.get(binder);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp29 #include <binder/IPCThreadState.h>
30 #include <binder/IServiceManager.h>
33 #include <binder/Parcel.h>
269 sp<IBinder> binder = defaultServiceManager()->getService(String16("media.log")); local
270 if (binder != 0) {
271 sp<IMediaLogService> mediaLogService(interface_cast<IMediaLogService>(binder));
465 sp<IBinder> binder = defaultServiceManager()->getService(String16("media.log")); local
466 if (binder != 0) {
469 binder->dump(fd, args);
519 sp<IBinder> binder local
1324 sp<IBinder> binder = IInterface::asBinder(client); local
[all...]
H A DAudioFlinger.h42 #include <binder/BinderService.h>
43 #include <binder/MemoryDealer.h>
100 // IAudioFlinger interface, in binder opcode order
202 // This is the binder API. For the internal API see nextUniqueId().
566 // This is the internal API. For the binder API see newAudioUniqueId().
/frameworks/av/drm/libmediadrm/
H A DDrm.cpp32 #include <binder/IServiceManager.h>
33 #include <binder/IPCThreadState.h>
/frameworks/base/keystore/java/android/security/
H A DKeyStore.java106 private KeyStore(IKeystoreService binder) { argument
107 mBinder = binder;
/frameworks/base/media/java/android/service/media/
H A DMediaBrowserService.java547 for (IBinder binder : mConnections.keySet()) {
548 ConnectionRecord connection = mConnections.get(binder);
/frameworks/native/cmds/servicemanager/
H A Dbinder.c13 #include "binder.h"
57 obj->type, obj->flags, (uint64_t)obj->binder, (uint64_t)obj->cookie);
107 bs->fd = open("/dev/binder", O_RDWR | O_CLOEXEC);
109 fprintf(stderr,"binder: cannot open device (%s)\n",
117 "binder: kernel driver version (%d) differs from user space version (%d)\n",
125 fprintf(stderr,"binder: cannot map device (%s)\n",
347 fprintf(stderr,"binder: txn buffer overflow\n");
373 fprintf(stderr,"binder: ioctl failed (%s)\n", strerror(errno));
517 obj->binder = (uintptr_t)ptr;
/frameworks/av/cmds/stagefright/
H A Drecord.cpp19 #include <binder/ProcessState.h>
/frameworks/av/media/libmedia/
H A DIHDCP.cpp21 #include <binder/Parcel.h>
H A DIMediaMetadataRetriever.cpp22 #include <binder/Parcel.h>
29 // The binder is supposed to propagate the scheduler group across
30 // the binder interface so that remote calls are executed with
274 if (bitmap != 0) { // Don't send NULL across the binder interface
291 if (albumArt != 0) { // Don't send NULL across the binder interface
309 if (value != NULL) { // Don't send NULL across the binder interface
H A DMediaCodecInfo.cpp27 #include <binder/Parcel.h>
/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp23 #include <binder/Parcel.h>
/frameworks/av/radio/
H A DIRadio.cpp21 #include <binder/IMemory.h>
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp27 #include <binder/IServiceManager.h>
30 #include <binder/IPCThreadState.h>
167 sp<IBinder> binder = IInterface::asBinder(client); local
168 binder->linkToDeath(notificationClient);

Completed in 805 milliseconds

<<11121314151617181920>>