Searched refs:binder (Results 126 - 150 of 206) sorted by relevance

123456789

/frameworks/base/include/binder/
H A DParcel.h236 const sp<IBinder>& binder, flat_binder_object* out);
238 const wp<IBinder>& binder, flat_binder_object* out);
/frameworks/base/include/media/
H A DAudioTrack.h29 #include <binder/IInterface.h>
30 #include <binder/IMemory.h>
H A DAudioEffect.h31 #include <binder/IInterface.h>
338 * in a synchronous manner or to avoid multiple binder calls for each
461 sp<IEffect> mIEffect; // IEffect binder interface
H A DIAudioFlinger.h26 #include <binder/IInterface.h>
H A Dmediaplayer.h20 #include <binder/IMemory.h>
/frameworks/base/libs/binder/
H A DMemoryHeapPmem.cpp30 #include <binder/MemoryHeapPmem.h>
31 #include <binder/MemoryHeapBase.h>
H A DIPCThreadState.cpp19 #include <binder/IPCThreadState.h>
21 #include <binder/Binder.h>
22 #include <binder/BpBinder.h>
29 #include <private/binder/binder_module.h>
30 #include <private/binder/Static.h>
600 void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder) argument
605 self()->mProcess->expungeHandle(handle, binder);
H A DMemoryDealer.cpp19 #include <binder/MemoryDealer.h>
20 #include <binder/IPCThreadState.h>
21 #include <binder/MemoryBase.h>
H A DMemoryHeapBase.cpp32 #include <binder/MemoryHeapBase.h>
H A DBpBinder.cpp20 #include <binder/BpBinder.h>
22 #include <binder/IPCThreadState.h>
53 LOGE("Trying to attach object ID %p to binder ObjectManager %p with object %p, but object ID already in use",
124 // is not something smart to do, however, with binder objects it is
162 // Once a binder has died, it will never come back to life.
291 LOGV("Attaching object %p to binder %p (manager=%p)", object, this, &mObjects);
/frameworks/base/libs/surfaceflinger_client/
H A DISurface.cpp23 #include <binder/Parcel.h>
24 #include <binder/IMemory.h>
H A DSurface.cpp29 #include <binder/IPCThreadState.h>
30 #include <binder/IMemory.h>
384 sp<IBinder> binder(data.readStrongBinder());
385 sp<Surface> surface = sCachedSurfaces.valueFor(binder).promote();
387 surface = new Surface(data, binder);
388 sCachedSurfaces.add(binder, surface);
/frameworks/base/media/tests/omxjpegdecoder/
H A Domx_jpeg_decoder.cpp25 #include <binder/IServiceManager.h>
26 #include <binder/ProcessState.h>
/frameworks/base/services/java/com/android/server/
H A DWifiService.java2195 WifiLock(int lockMode, String tag, IBinder binder, WorkSource ws) { argument
2196 super(lockMode, tag, binder, ws);
2206 return "WifiLock{" + mTag + " type=" + mMode + " binder=" + mBinder + "}";
2243 private WifiLock removeLock(IBinder binder) { argument
2244 int index = findLockByBinder(binder);
2254 private int findLockByBinder(IBinder binder) { argument
2257 if (mList.get(i).mBinder == binder)
2278 public boolean acquireWifiLock(IBinder binder, int lockMode, String tag, WorkSource ws) { argument
2296 WifiLock wifiLock = new WifiLock(lockMode, tag, binder, ws);
2443 DeathRecipient(int mode, String tag, IBinder binder, WorkSourc argument
2462 Multicaster(String tag, IBinder binder) argument
2498 acquireMulticastLock(IBinder binder, String tag) argument
[all...]
H A DPowerManagerService.java655 binder = b;
676 releaseWakeLockLocked(this.binder, 0, true);
680 final IBinder binder; field in class:PowerManagerService.WakeLock
969 // Unlink the lock from the binder.
970 wl.binder.unlinkToDeath(wl, 0);
980 this.binder = b;
989 setPokeLock(0, this.binder, this.tag);
992 IBinder binder; field in class:PowerManagerService.PokeLock
2646 int index = getIndex(wl.binder);
2652 WakeLock removeLock(IBinder binder) argument
2662 getIndex(IBinder binder) argument
[all...]
/frameworks/base/core/java/android/app/
H A DLoadedApk.java909 IBinder binder; field in class:LoadedApk.ServiceDispatcher.ConnectionInfo
962 ci.binder.unlinkToDeath(ci.deathMonitor, 0);
1006 if (old == null || old.binder != service) {
1011 old.binder.unlinkToDeath(old.deathMonitor, 0);
1027 if (old != null && old.binder == service) {
1036 info.binder = service;
1054 old.binder.unlinkToDeath(old.deathMonitor, 0);
/frameworks/base/services/surfaceflinger/
H A DSurfaceFlinger.h30 #include <binder/IMemory.h>
31 #include <binder/Permission.h>
32 #include <binder/BinderService.h>
H A DMessageQueue.cpp24 #include <binder/IPCThreadState.h>
116 // we're about to wait, flush the binder command buffer
125 // we're about to wait, flush the binder command buffer
/frameworks/base/core/jni/
H A DCursorWindow.h24 #include <binder/IMemory.h>
/frameworks/base/include/surfaceflinger/
H A DSurfaceComposerClient.h23 #include <binder/IBinder.h>
/frameworks/base/media/libmedia/
H A DIAudioTrack.cpp25 #include <binder/Parcel.h>
H A DIEffect.cpp23 #include <binder/Parcel.h>
H A DIMediaPlayerService.cpp21 #include <binder/Parcel.h>
22 #include <binder/IMemory.h>
/frameworks/base/media/libstagefright/rtsp/
H A Drtp_test.cpp21 #include <binder/ProcessState.h>
/frameworks/base/cmds/runtime/
H A Dmain_runtime.cpp13 #include <binder/IPCThreadState.h>
14 #include <binder/ProcessState.h>

Completed in 384 milliseconds

123456789