Searched refs:binder (Results 76 - 100 of 785) sorted by relevance

1234567891011>>

/frameworks/av/media/libmedia/include/media/
H A DIMediaPlayerClient.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
H A DIMediaRecorderClient.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
H A DIRemoteDisplay.h24 #include <binder/IInterface.h>
25 #include <binder/Parcel.h>
H A DIResourceManagerClient.h22 #include <binder/IInterface.h>
23 #include <binder/Parcel.h>
H A DIMediaHTTPService.h21 #include <binder/IInterface.h>
/frameworks/base/libs/storage/include/storage/
H A DIMountServiceListener.h20 #include <binder/IInterface.h>
21 #include <binder/Parcel.h>
H A DIObbActionListener.h20 #include <binder/IInterface.h>
21 #include <binder/Parcel.h>
/frameworks/base/services/net/
H A DAndroid.mk11 system/netd/server/binder
/frameworks/native/cmds/dumpstate/
H A DDumpstateService.h23 #include <binder/BinderService.h>
40 binder::Status setListener(const std::string& name, const sp<IDumpstateListener>& listener,
/frameworks/native/include/batteryservice/
H A DIBatteryPropertiesListener.h20 #include <binder/IBinder.h>
21 #include <binder/IInterface.h>
/frameworks/av/include/media/
H A DIMediaHTTPService.h21 #include <binder/IInterface.h>
/frameworks/av/media/common_time/
H A Dutils.h22 #include <binder/Parcel.h>
/frameworks/av/radio/
H A DIRadioClient.cpp20 #include <binder/IMemory.h>
21 #include <binder/Parcel.h>
22 #include <binder/IPCThreadState.h>
23 #include <binder/IServiceManager.h>
/frameworks/base/libs/services/include/android/os/
H A DDropBoxManager.h21 #include <binder/Parcel.h>
22 #include <binder/Parcelable.h>
23 #include <binder/Status.h>
33 using namespace android::binder;
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTestable.java35 return UserHandle.getUserId(dpms.context.binder.callingUid);
/frameworks/native/cmds/dumpsys/
H A Ddumpsys.h20 #include <binder/IServiceManager.h>
/frameworks/native/include/private/binder/
H A DParcelValTypes.h18 namespace binder { namespace in namespace:android
44 } // namespace binder
/frameworks/native/libs/binder/include/private/binder/
H A DParcelValTypes.h18 namespace binder { namespace in namespace:android
44 } // namespace binder
/frameworks/native/libs/gui/view/
H A DSurface.cpp21 #include <binder/Parcel.h>
73 sp<IBinder> binder; local
75 res = parcel->readNullableStrongBinder(&binder);
77 ALOGE("%s: Can't read strong binder", __FUNCTION__);
81 graphicBufferProducer = interface_cast<IGraphicBufferProducer>(binder);
/frameworks/av/media/libstagefright/omx/
H A DBWGraphicBufferSource.cpp93 ::android::binder::Status BWGraphicBufferSource::configure(
133 ::android::binder::Status BWGraphicBufferSource::setSuspend(
138 ::android::binder::Status BWGraphicBufferSource::setRepeatPreviousFrameDelayUs(
143 ::android::binder::Status BWGraphicBufferSource::setMaxFps(float maxFps) {
147 ::android::binder::Status BWGraphicBufferSource::setTimeLapseConfig(
153 ::android::binder::Status BWGraphicBufferSource::setStartTimeUs(
158 ::android::binder::Status BWGraphicBufferSource::setStopTimeUs(
163 ::android::binder::Status BWGraphicBufferSource::setColorAspects(
168 ::android::binder::Status BWGraphicBufferSource::setTimeOffsetUs(
173 ::android::binder
[all...]
/frameworks/av/camera/include/camera/android/hardware/
H A DICamera.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
23 #include <binder/IMemory.h>
24 #include <binder/Status.h>
53 virtual binder::Status disconnect() = 0;
/frameworks/av/include/camera/android/hardware/
H A DICamera.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
23 #include <binder/IMemory.h>
24 #include <binder/Status.h>
53 virtual binder::Status disconnect() = 0;
/frameworks/support/compat/java/android/support/v4/app/
H A DBundleCompat.java64 public static void putBinder(Bundle bundle, String key, IBinder binder) { argument
78 sPutIBinderMethod.invoke(bundle, key, binder);
110 * @param binder The {@link IBinder} to put.
112 public static void putBinder(Bundle bundle, String key, IBinder binder) { argument
114 bundle.putBinder(key, binder);
116 BundleCompatBaseImpl.putBinder(bundle, key, binder);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiLockManager.java64 * @param binder IBinder for the calling app
69 public boolean acquireWifiLock(int lockMode, String tag, IBinder binder, WorkSource ws) { argument
80 return addLock(new WifiLock(lockMode, tag, binder, ws));
87 * @param binder IBinder for the calling app.
90 public boolean releaseWifiLock(IBinder binder) { argument
92 return releaseLock(binder);
132 * @param binder IBinder for the calling application.
135 public synchronized void updateWifiLockWorkSource(IBinder binder, WorkSource ws) { argument
141 WifiLock wl = findLockByBinder(binder);
211 private synchronized WifiLock removeLock(IBinder binder) { argument
220 releaseLock(IBinder binder) argument
253 findLockByBinder(IBinder binder) argument
292 WifiLock(int lockMode, String tag, IBinder binder, WorkSource ws) argument
[all...]
/frameworks/av/media/audioserver/
H A Dmain_audioserver.cpp25 #include <binder/IPCThreadState.h>
26 #include <binder/ProcessState.h>
27 #include <binder/IServiceManager.h>
55 // binder on death notification instead.
107 sp<IBinder> binder = sm->getService(String16("media.log")); local
108 if (binder != 0) {
110 binder->dump(-1, args);

Completed in 6169 milliseconds

1234567891011>>