Searched refs:binder (Results 301 - 325 of 521) sorted by relevance

<<11121314151617181920>>

/frameworks/native/services/sensorservice/
H A DSensorEventConnection.h32 #include <binder/BinderService.h>
/frameworks/native/services/surfaceflinger/
H A DMessageQueue.cpp21 #include <binder/IPCThreadState.h>
/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.h22 #include <binder/IServiceManager.h>
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp21 #include <binder/IServiceManager.h>
33 // client singleton for AudioFlinger binder interface
43 // establish binder interface to AudioFlinger service
52 sp<IBinder> binder; local
54 binder = sm->getService(String16("media.audio_flinger"));
55 if (binder != 0)
67 binder->linkToDeath(gAudioFlingerClient);
68 gAudioFlinger = interface_cast<IAudioFlinger>(binder);
107 // FIXME Declare in binder opcode order, similarly to IAudioFlinger.h and IAudioFlinger.cpp
683 // client singleton for AudioPolicyService binder interfac
698 sp<IBinder> binder; local
[all...]
H A DIMediaExtractor.cpp24 #include <binder/IPCThreadState.h>
25 #include <binder/Parcel.h>
H A DIMediaPlayerService.cpp21 #include <binder/Parcel.h>
22 #include <binder/IMemory.h>
H A DIStreamSource.cpp24 #include <binder/IMemory.h>
25 #include <binder/Parcel.h>
H A DIMediaSource.cpp25 #include <binder/Parcel.h>
169 sp<IBinder> binder = reply.readStrongBinder(); local
170 sp<IMemory> mem = interface_cast<IMemory>(binder);
314 // memory. When data is too large, binder can't handle it.
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.h56 virtual binder::Status disconnect();
162 status_t setPreviewWindowL(const sp<IBinder>& binder,
H A DCamera2Client.cpp371 binder::Status Camera2Client::disconnect() {
375 binder::Status res = binder::Status::ok();
513 sp<IBinder> binder;
516 binder = IInterface::asBinder(bufferProducer);
522 return setPreviewWindowL(binder, window);
525 status_t Camera2Client::setPreviewWindowL(const sp<IBinder>& binder, argument
530 if (binder == mPreviewSurface) {
566 mPreviewSurface = binder;
2125 sp<IBinder> binder
[all...]
/frameworks/base/cmds/app_process/
H A Dapp_main.cpp16 #include <binder/IPCThreadState.h>
17 #include <binder/ProcessState.h>
/frameworks/base/media/jni/soundpool/
H A DSoundPool.h25 #include <binder/MemoryHeapBase.h>
26 #include <binder/MemoryBase.h>
/frameworks/base/native/android/
H A Dstorage_manager.cpp22 #include <binder/Binder.h>
23 #include <binder/IServiceManager.h>
/frameworks/base/wifi/java/android/net/wifi/
H A DIWifiManager.aidl122 void acquireMulticastLock(IBinder binder, String tag);
/frameworks/native/include/gui/
H A DSurfaceComposerClient.h23 #include <binder/IBinder.h>
24 #include <binder/IMemory.h>
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp19 #include <binder/IPCThreadState.h>
21 #include <binder/Binder.h>
22 #include <binder/BpBinder.h>
23 #include <binder/TextOutput.h>
30 #include <private/binder/binder_module.h>
31 #include <private/binder/Static.h>
453 ALOGE("binder thread pool (%zu threads) starved for %" PRId64 " ms",
683 void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder) argument
688 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 DPersistableBundle.cpp19 #include <binder/PersistableBundle.h>
23 #include <binder/IBinder.h>
24 #include <binder/Parcel.h>
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java1539 WifiLock(int lockMode, String tag, IBinder binder, WorkSource ws) { argument
1540 super(tag, binder);
1595 private WifiLock removeLock(IBinder binder) { argument
1596 int index = findLockByBinder(binder);
1606 private int findLockByBinder(IBinder binder) { argument
1609 if (mList.get(i).mBinder == binder)
1631 public boolean acquireWifiLock(IBinder binder, int lockMode, String tag, WorkSource ws) { argument
1649 WifiLock wifiLock = new WifiLock(lockMode, tag, binder, ws);
1778 DeathRecipient(String tag, IBinder binder) { argument
1782 mBinder = binder;
1800 Multicaster(String tag, IBinder binder) argument
1832 acquireMulticastLock(IBinder binder, String tag) argument
[all...]
/frameworks/av/services/mediaresourcemanager/
H A DResourceManagerService.cpp22 #include <binder/IMediaResourceMonitor.h>
23 #include <binder/IServiceManager.h>
95 sp<IBinder> binder = defaultServiceManager()->checkService(String16(kServiceName)); local
96 if (binder != NULL) {
97 sp<IMediaResourceMonitor> service = interface_cast<IMediaResourceMonitor>(binder);
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmMockContext.java246 public final MockBinder binder; field in class:DpmMockContext
281 binder = new MockBinder();
437 if (binder.getCallingUid() == SYSTEM_UID) {
503 if (binder.callingPid != SYSTEM_PID) {
507 Assert.assertEquals(UserHandle.getUserId(binder.getCallingUid()), user.getIdentifier());
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouterService.java313 final IBinder binder = client.asBinder();
314 ClientRecord clientRecord = mAllClientRecords.get(binder);
324 binder.linkToDeath(clientRecord, 0);
335 mAllClientRecords.put(binder, clientRecord);
360 final IBinder binder = client.asBinder();
361 ClientRecord clientRecord = mAllClientRecords.get(binder);
414 final IBinder binder = client.asBinder();
415 ClientRecord clientRecord = mAllClientRecords.get(binder);
424 final IBinder binder = client.asBinder();
425 ClientRecord clientRecord = mAllClientRecords.get(binder);
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp34 #include <binder/AppOpsManager.h>
35 #include <binder/IPCThreadState.h>
36 #include <binder/IServiceManager.h>
37 #include <binder/MemoryBase.h>
38 #include <binder/MemoryHeapBase.h>
39 #include <binder/ProcessInfoService.h>
70 using binder::Status;
85 // Convenience methods for constructing binder::Status objects for error returns
88 binder::Status::fromServiceSpecificError(errorCode, \
92 binder
276 sp<IBinder> binder = sm->getService(String16("media.camera.proxy")); local
2076 sp<IBinder> binder = sm->getService(String16(kPermissionServiceName)); local
[all...]
/frameworks/av/camera/
H A DICamera.cpp23 #include <binder/Parcel.h>
69 binder::Status disconnect()
76 return binder::Status::ok();
/frameworks/av/cmds/stagefright/
H A Daudioloop.cpp23 #include <binder/ProcessState.h>

Completed in 779 milliseconds

<<11121314151617181920>>