Searched refs:binder (Results 151 - 175 of 521) sorted by relevance

1234567891011>>

/frameworks/av/media/libmedia/
H A DIMediaHTTPConnection.cpp23 #include <binder/IMemory.h>
24 #include <binder/Parcel.h>
76 sp<IBinder> binder = reply.readStrongBinder(); local
77 mMemory = interface_cast<IMemory>(binder);
H A DIMediaHTTPService.cpp23 #include <binder/Parcel.h>
/frameworks/av/radio/
H A DIRadioService.cpp27 #include <binder/IMemory.h>
28 #include <binder/Parcel.h>
29 #include <binder/IPCThreadState.h>
30 #include <binder/IServiceManager.h>
/frameworks/av/services/mediaextractor/
H A DMediaExtractorService.h20 #include <binder/BinderService.h>
/frameworks/av/soundtrigger/
H A DISoundTriggerHwService.cpp26 #include <binder/IMemory.h>
27 #include <binder/Parcel.h>
28 #include <binder/IPCThreadState.h>
29 #include <binder/IServiceManager.h>
/frameworks/base/core/java/android/os/
H A DServiceManagerNative.java124 IBinder binder = reply.readStrongBinder();
127 return binder;
136 IBinder binder = reply.readStrongBinder();
139 return binder;
/frameworks/base/libs/storage/
H A DIMountServiceListener.cpp18 #include <binder/Parcel.h>
H A DIObbActionListener.cpp18 #include <binder/Parcel.h>
/frameworks/native/include/batteryservice/
H A DBatteryService.h20 #include <binder/Parcel.h>
/frameworks/native/include/binder/
H A DBufferedTextOutput.h20 #include <binder/TextOutput.h>
H A DIPermissionController.h21 #include <binder/IInterface.h>
/frameworks/native/include/gui/
H A DIConsumerListener.h26 #include <binder/IInterface.h>
H A DIGraphicBufferAlloc.h23 #include <binder/IInterface.h>
H A DISensorEventConnection.h26 #include <binder/IInterface.h>
H A DISensorServer.h26 #include <binder/IInterface.h>
/frameworks/native/include/ui/
H A DHdrCapabilities.h20 #include <binder/Parcelable.h>
/frameworks/native/libs/binder/
H A DDebug.cpp17 #include <binder/Debug.h>
H A DIInterface.cpp19 #include <binder/IInterface.h>
/frameworks/native/libs/gui/
H A DIProducerListener.cpp17 #include <binder/Parcel.h>
H A DISurfaceComposerClient.cpp24 #include <binder/Parcel.h>
25 #include <binder/IMemory.h>
26 #include <binder/IPCThreadState.h>
27 #include <binder/IServiceManager.h>
/frameworks/native/libs/ui/
H A DHdrCapabilities.cpp19 #include <binder/Parcel.h>
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DPowerHAL.cpp23 #include <binder/IServiceManager.h>
/frameworks/native/services/surfaceflinger/
H A DGpuService.h20 #include <binder/IInterface.h>
/frameworks/av/camera/ndk/impl/
H A DACameraManager.cpp78 sp<IBinder> binder; local
80 binder = sm->getService(String16(kCameraServiceName));
81 if (binder != nullptr) {
90 binder->linkToDeath(mDeathNotifier);
91 mCameraService = interface_cast<hardware::ICameraService>(binder);
121 binder::Status ret = mCameraService->getCameraVendorTagDescriptor(/*out*/desc.get());
249 binder::Status CameraManagerGlobal::CameraServiceListener::onStatusChanged(
257 return binder::Status::ok();
314 binder::Status serviceRet = cs->getNumberOfCameras(hardware::ICameraService::CAMERA_TYPE_ALL,
427 binder
[all...]
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsObservers.java83 IBinder binder, int callingUid, @NetworkStatsAccess.Level int accessLevel) {
85 RequestInfo requestInfo = buildRequestInfo(request, messenger, binder, callingUid,
214 Messenger messenger, IBinder binder, int callingUid,
217 return new UserUsageRequestInfo(this, request, messenger, binder, callingUid,
222 return new NetworkUsageRequestInfo(this, request, messenger, binder, callingUid,
242 Messenger messenger, IBinder binder, int callingUid,
247 mBinder = binder;
309 // May occur naturally in the race of binder death.
337 Messenger messenger, IBinder binder, int callingUid,
339 super(statsObserver, request, messenger, binder, callingUi
82 register(DataUsageRequest inputRequest, Messenger messenger, IBinder binder, int callingUid, @NetworkStatsAccess.Level int accessLevel) argument
213 buildRequestInfo(DataUsageRequest request, Messenger messenger, IBinder binder, int callingUid, @NetworkStatsAccess.Level int accessLevel) argument
241 RequestInfo(NetworkStatsObservers statsObserver, DataUsageRequest request, Messenger messenger, IBinder binder, int callingUid, @NetworkStatsAccess.Level int accessLevel) argument
336 NetworkUsageRequestInfo(NetworkStatsObservers statsObserver, DataUsageRequest request, Messenger messenger, IBinder binder, int callingUid, @NetworkStatsAccess.Level int accessLevel) argument
378 UserUsageRequestInfo(NetworkStatsObservers statsObserver, DataUsageRequest request, Messenger messenger, IBinder binder, int callingUid, @NetworkStatsAccess.Level int accessLevel) argument
[all...]

Completed in 299 milliseconds

1234567891011>>