Searched refs:binder (Results 501 - 525 of 888) sorted by relevance

<<21222324252627282930>>

/frameworks/base/core/jni/include/android_runtime/
H A DAndroidRuntime.h23 #include <binder/IBinder.h>
/frameworks/base/native/android/
H A Dlooper.cpp22 #include <binder/IPCThreadState.h>
/frameworks/native/cmds/servicemanager/
H A Dbinder.h8 #include <linux/android/binder.h>
52 /* initiate a blocking binder call
/frameworks/native/include/binder/
H A DAppOpsManager.h22 #include <binder/IAppOpsService.h>
H A DBinder.h22 #include <binder/IBinder.h>
/frameworks/native/include/powermanager/
H A DIPowerManager.h21 #include <binder/IInterface.h>
/frameworks/native/include/private/gui/
H A DBitTube.h20 #include <binder/Parcelable.h>
/frameworks/native/libs/binder/include/binder/
H A DAppOpsManager.h22 #include <binder/IAppOpsService.h>
H A DBinder.h22 #include <binder/IBinder.h>
/frameworks/native/libs/gui/include/private/gui/
H A DBitTube.h20 #include <binder/Parcelable.h>
/frameworks/native/libs/vr/libpdx_uds/
H A Dchannel_parcelable.cpp3 #include <binder/Parcel.h>
/frameworks/opt/net/lowpan/libandroid_net_lowpan/include/android/net/lowpan/
H A DLowpanBeaconInfo.h20 #include <binder/Parcelable.h>
H A DLowpanIdentity.h20 #include <binder/Parcelable.h>
/frameworks/wilhelm/src/android/
H A Dandroid_StreamPlayer.h18 #include <binder/IServiceManager.h>
/frameworks/av/drm/libmediadrm/
H A DDrmSessionManager.cpp21 #include <binder/IPCThreadState.h>
22 #include <binder/IProcessInfoService.h>
23 #include <binder/IServiceManager.h>
/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp22 #include <binder/IPCThreadState.h>
23 #include <binder/MemoryBase.h>
24 #include <binder/MemoryHeapBase.h>
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
H A DConversion.h29 #include <binder/Binder.h>
30 #include <binder/Status.h>
134 * \brief Convert `Return<void>` to `binder::Status`.
137 * \return The corresponding `binder::Status`.
139 // convert: Return<void> -> ::android::binder::Status
140 ::android::binder::Status toBinderStatus(Return<void> const& t);
143 * \brief Convert `Return<void>` to `status_t`. This is for legacy binder calls.
223 * Some objects in libui and libgui that were made to go through binder calls do
/frameworks/av/services/oboeservice/
H A DAAudioClientTracker.cpp23 #include <binder/IPCThreadState.h>
75 sp<IBinder> binder = IInterface::asBinder(client); local
76 status_t status = binder->linkToDeath(notificationClient);
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.h21 //#include <binder/AppOpsManager.h>
22 #include <binder/MemoryDealer.h>
23 #include <binder/BinderService.h>
24 #include <binder/IAppOpsCallback.h>
/frameworks/base/cmds/incident/
H A Dmain.cpp24 #include <binder/IPCThreadState.h>
25 #include <binder/IServiceManager.h>
37 using namespace android::binder;
/frameworks/base/core/java/android/content/
H A DBroadcastReceiver.java372 * Provide a binder to an already-bound service. This method is synchronous
387 IBinder binder = null;
390 binder = am.peekService(service, service.resolveTypeIfNeeded(
394 return binder;
/frameworks/base/core/java/android/widget/
H A DSimpleAdapter.java188 final ViewBinder binder = mViewBinder;
203 if (binder != null) {
204 bound = binder.setViewValue(v, data, text);
242 * @return a ViewBinder or null if the binder does not exist
251 * Sets the binder used to bind data to views.
253 * @param viewBinder the binder used to bind data to views, can be null to
254 * remove the existing binder
/frameworks/base/lowpan/java/android/net/lowpan/
H A DLowpanManager.java75 IBinder binder = ServiceManager.getService(Context.LOWPAN_SERVICE);
77 if (binder != null) {
78 ILowpanManager service = ILowpanManager.Stub.asInterface(binder);
/frameworks/native/libs/binder/
H A DBufferedTextOutput.cpp17 #include <binder/BufferedTextOutput.h>
18 #include <binder/Debug.h>
26 #include <private/binder/Static.h>
H A DIAppOpsService.cpp19 #include <binder/IAppOpsService.h>
22 #include <binder/Parcel.h>
25 #include <private/binder/Static.h>

Completed in 482 milliseconds

<<21222324252627282930>>