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

1234567891011>>

/frameworks/base/wifi/java/android/net/wifi/
H A DIWifiManager.aidl84 void acquireMulticastLock(IBinder binder, String tag);
/frameworks/native/services/sensorservice/
H A DBatteryService.cpp25 #include <binder/BinderService.h>
26 #include <binder/Parcel.h>
H A DSensorDevice.cpp25 #include <binder/BinderService.h>
26 #include <binder/Parcel.h>
27 #include <binder/IServiceManager.h>
/frameworks/av/cmds/stagefright/
H A Dstream.cpp21 #include <binder/ProcessState.h>
34 #include <binder/IServiceManager.h>
339 sp<IBinder> binder = sm->getService(String16("media.player")); local
340 sp<IMediaPlayerService> service = interface_cast<IMediaPlayerService>(binder);
H A Daudioloop.cpp3 #include <binder/ProcessState.h>
/frameworks/av/include/media/
H A DIMediaRecorder.h21 #include <binder/IInterface.h>
/frameworks/av/media/common_time/
H A Dutils.cpp20 #include <binder/Parcel.h>
/frameworks/av/media/libmedia/
H A DIAudioRecord.cpp25 #include <binder/Parcel.h>
H A DAudioSystem.cpp21 #include <binder/IServiceManager.h>
32 // client singleton for AudioFlinger binder interface
48 // establish binder interface to AudioFlinger service
54 sp<IBinder> binder; local
56 binder = sm->getService(String16("media.audio_flinger"));
57 if (binder != 0)
69 binder->linkToDeath(gAudioFlingerClient);
70 gAudioFlinger = interface_cast<IAudioFlinger>(binder);
508 // client singleton for AudioPolicyService binder interface
513 // establish binder interfac
519 sp<IBinder> binder; local
[all...]
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DTunnelRenderer.cpp25 #include <binder/IMemory.h>
26 #include <binder/IServiceManager.h>
362 sp<IBinder> binder = sm->getService(String16("media.player")); local
363 sp<IMediaPlayerService> service = interface_cast<IMediaPlayerService>(binder);
/frameworks/base/cmds/servicemanager/
H A Dbinder.h8 #include <linux/binder.h>
74 /* initiate a blocking binder call
/frameworks/native/include/binder/
H A DBinder.h20 #include <binder/IBinder.h>
/frameworks/native/include/gui/
H A DISurfaceComposer.h26 #include <binder/IInterface.h>
/frameworks/native/libs/gui/
H A DIGraphicBufferAlloc.cpp23 #include <binder/Parcel.h>
H A DLayerState.cpp18 #include <binder/Parcel.h>
H A DSurface.cpp31 #include <binder/IPCThreadState.h>
270 sp<IBinder> binder(data.readStrongBinder());
271 sp<Surface> surface = sCachedSurfaces.valueFor(binder).promote();
273 surface = new Surface(data, binder);
274 sCachedSurfaces.add(binder, surface);
/frameworks/wilhelm/src/android/
H A Dandroid_StreamPlayer.h18 #include <binder/IServiceManager.h>
/frameworks/base/media/tests/omxjpegdecoder/
H A Djpeg_decoder_bench.cpp21 #include <binder/ProcessState.h>
/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp20 #include <binder/IPCThreadState.h>
21 #include <binder/MemoryBase.h>
22 #include <binder/MemoryHeapBase.h>
/frameworks/base/cmds/service/
H A Dservice.cpp6 #include <binder/Parcel.h>
7 #include <binder/ProcessState.h>
8 #include <binder/IServiceManager.h>
/frameworks/base/core/java/android/content/
H A DBroadcastReceiver.java511 * Provide a binder to an already-running service. This method is synchronous
521 IBinder binder = null;
524 binder = am.peekService(service, service.resolveTypeIfNeeded(
528 return binder;
/frameworks/base/core/java/android/widget/
H A DSimpleAdapter.java152 final ViewBinder binder = mViewBinder;
167 if (binder != null) {
168 bound = binder.setViewValue(v, data, text);
206 * @return a ViewBinder or null if the binder does not exist
215 * Sets the binder used to bind data to views.
217 * @param viewBinder the binder used to bind data to views, can be null to
218 * remove the existing binder
/frameworks/base/media/jni/
H A Dandroid_media_MediaCrypto.cpp27 #include <binder/IServiceManager.h>
65 sp<IBinder> binder = local
69 interface_cast<IMediaPlayerService>(binder);
/frameworks/base/services/java/com/android/server/
H A DWifiService.java1272 WifiLock(int lockMode, String tag, IBinder binder, WorkSource ws) { argument
1273 super(lockMode, tag, binder, ws);
1283 return "WifiLock{" + mTag + " type=" + mMode + " binder=" + mBinder + "}";
1320 private WifiLock removeLock(IBinder binder) { argument
1321 int index = findLockByBinder(binder);
1331 private int findLockByBinder(IBinder binder) { argument
1334 if (mList.get(i).mBinder == binder)
1355 public boolean acquireWifiLock(IBinder binder, int lockMode, String tag, WorkSource ws) { argument
1373 WifiLock wifiLock = new WifiLock(lockMode, tag, binder, ws);
1511 DeathRecipient(int mode, String tag, IBinder binder, WorkSourc argument
1530 Multicaster(String tag, IBinder binder) argument
1566 acquireMulticastLock(IBinder binder, String tag) argument
[all...]
/frameworks/av/include/drm/
H A DDrmManagerClient.h21 #include <binder/IInterface.h>

Completed in 866 milliseconds

1234567891011>>