Searched refs:binder (Results 226 - 250 of 888) sorted by relevance

1234567891011>>

/frameworks/av/media/libmedia/include/media/
H A DIMediaMetadataRetriever.h21 #include <binder/IInterface.h>
22 #include <binder/IMemory.h>
H A DIResourceManagerService.h24 #include <binder/IInterface.h>
25 #include <binder/Parcel.h>
H A DMidiDeviceInfo.h20 #include <binder/Parcelable.h>
21 #include <binder/PersistableBundle.h>
/frameworks/av/media/libmediaextractor/include/media/
H A DMediaTrack.h23 #include <binder/IMemory.h>
24 #include <binder/MemoryDealer.h>
/frameworks/av/media/libstagefright/http/
H A DHTTPHelper.cpp61 sp<IBinder> binder = local
64 httpService = interface_cast<IMediaHTTPService>(binder);
/frameworks/av/soundtrigger/
H A DSoundTrigger.cpp23 #include <binder/IPCThreadState.h>
24 #include <binder/IServiceManager.h>
25 #include <binder/IMemory.h>
63 sp<IBinder> binder; local
65 binder = sm->getService(String16(kSoundTriggerHwServiceName));
66 if (binder != 0) {
75 binder->linkToDeath(gDeathNotifier);
76 gSoundTriggerHwService = interface_cast<ISoundTriggerHwService>(binder);
234 ALOGW("SoundTrigger server binder Died ");
/frameworks/base/cmds/statsd/src/external/
H A DStatsCompanionServicePuller.cpp21 #include <binder/IPCThreadState.h>
29 using namespace android::binder;
/frameworks/base/core/java/android/app/
H A DJobSchedulerImpl.java37 /* package */ JobSchedulerImpl(IJobScheduler binder) { argument
38 mBinder = binder;
/frameworks/base/core/java/android/net/
H A DCaptivePortal.java40 public CaptivePortal(IBinder binder) { argument
41 mBinder = binder;
/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
H A DCommon.java43 public static void notifyLaunched(Intent intent, IBinder binder, String tag) { argument
55 callback.onLaunched(binder);
/frameworks/base/libs/incident/include/android/os/
H A DIncidentReportArgs.h20 #include <binder/Parcel.h>
21 #include <binder/Parcelable.h>
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DDataVerify.java96 private final IDataVerifyStub binder = new IDataVerifyStub(); field in class:DataVerify
114 return binder;
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
H A DServiceManagerPermissionTests.java40 Binder binder = new Binder();
41 ServiceManager.addService("activity", binder);
/frameworks/native/include/binder/
H A DValue.h26 #include <binder/Parcelable.h>
27 #include <binder/PersistableBundle.h>
28 #include <binder/Map.h>
37 namespace binder { namespace in namespace:android
90 Value(const binder::Map& value);
106 Value& operator=(const binder::Map& rhs);
121 void putMap(const binder::Map& value);
136 bool getMap(binder::Map* out) const;
182 } // namespace binder
/frameworks/native/include/gui/
H A DISurfaceComposerClient.h19 #include <binder/IInterface.h>
20 #include <binder/SafeInterface.h>
/frameworks/native/libs/binder/
H A DIMediaResourceMonitor.cpp17 #include <binder/IMediaResourceMonitor.h>
18 #include <binder/Parcel.h>
H A DIServiceManager.cpp19 #include <binder/IServiceManager.h>
22 #include <binder/IPCThreadState.h>
24 #include <binder/IPermissionController.h>
26 #include <binder/Parcel.h>
32 #include <private/binder/Static.h>
113 sp<IBinder> binder = defaultServiceManager()->checkService(_permission); local
114 if (binder == NULL) {
123 pc = interface_cast<IPermissionController>(binder);
H A DTextOutput.cpp17 #include <binder/TextOutput.h>
19 #include <binder/Debug.h>
/frameworks/native/libs/binder/include/binder/
H A DValue.h26 #include <binder/Parcelable.h>
27 #include <binder/PersistableBundle.h>
28 #include <binder/Map.h>
37 namespace binder { namespace in namespace:android
90 Value(const binder::Map& value);
106 Value& operator=(const binder::Map& rhs);
121 void putMap(const binder::Map& value);
136 bool getMap(binder::Map* out) const;
182 } // namespace binder
/frameworks/native/libs/gui/include/gui/
H A DISurfaceComposerClient.h19 #include <binder/IInterface.h>
20 #include <binder/SafeInterface.h>
/frameworks/native/services/inputflinger/host/
H A DInputFlinger.cpp23 #include <binder/IPCThreadState.h>
24 #include <binder/PermissionCache.h>
/frameworks/native/services/vr/hardware_composer/
H A Dvr_hardware_composer_service.cpp16 #include <binder/ProcessState.h>
17 #include <binder/IServiceManager.h>
43 // Register the binder service used by VR Window Manager service to receive
/frameworks/opt/net/lowpan/libandroid_net_lowpan/
H A DLowpanChannelInfo.cpp21 #include <binder/Parcel.h>
32 using namespace ::android::binder;
H A DLowpanProvision.cpp21 #include <binder/Parcel.h>
32 using namespace ::android::binder;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiMulticastLockManagerTest.java66 IBinder binder = mock(IBinder.class);
67 mManager.acquireLock(binder, "Test");

Completed in 562 milliseconds

1234567891011>>