Searched refs:binder (Results 326 - 350 of 888) sorted by relevance

<<11121314151617181920>>

/frameworks/av/media/libmedia/include/media/
H A DIMediaPlayerService.h24 #include <binder/IInterface.h>
25 #include <binder/Parcel.h>
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DRemoteDataSource.h20 #include <binder/IMemory.h>
21 #include <binder/MemoryDealer.h>
57 // Protect strong pointer assignments. This also can be called from the binder
/frameworks/base/core/java/android/net/
H A DINetworkStatsService.aidl67 in DataUsageRequest request, in Messenger messenger, in IBinder binder);
/frameworks/base/telephony/java/com/android/ims/internal/uce/uceservice/
H A DImsUceManager.java146 IBinder binder = ServiceManager.checkService(getUceServiceName(mPhoneId));
148 if (binder == null) {
/frameworks/base/wifi/java/android/net/wifi/
H A DIWifiManager.aidl126 void acquireMulticastLock(IBinder binder, String tag);
136 int startLocalOnlyHotspot(in Messenger messenger, in IBinder binder, String packageName);
140 void startWatchLocalOnlyHotspot(in Messenger messenger, in IBinder binder);
178 void registerSoftApCallback(in IBinder binder, in ISoftApCallback callback, int callbackIdentifier);
/frameworks/native/include/binder/
H A DIAppOpsService.h23 #include <binder/IAppOpsCallback.h>
24 #include <binder/IInterface.h>
H A DStatus.h23 #include <binder/Parcel.h>
27 namespace binder { namespace in namespace:android
35 // binder::Status remote_exception;
41 // // Something has gone wrong in the binder driver or libbinder.
69 // This is special, and indicates to C++ binder proxies that the
156 } // namespace binder
/frameworks/native/libs/binder/
H A DIActivityManager.cpp20 #include <binder/IActivityManager.h>
22 #include <binder/Parcel.h>
H A DIProcessInfoService.cpp17 #include <binder/IProcessInfoService.h>
18 #include <binder/Parcel.h>
H A DIUidObserver.cpp17 #include <binder/IUidObserver.h>
19 #include <binder/Parcel.h>
H A DProcessInfoService.cpp17 #include <binder/ProcessInfoService.h>
18 #include <binder/IServiceManager.h>
H A DBinder.cpp17 #include <binder/Binder.h>
21 #include <binder/BpBinder.h>
22 #include <binder/IInterface.h>
23 #include <binder/IResultReceiver.h>
24 #include <binder/IShellCallback.h>
25 #include <binder/Parcel.h>
269 // This is used to transfer ownership of the remote binder from
/frameworks/native/libs/binder/include/binder/
H A DIAppOpsService.h23 #include <binder/IAppOpsCallback.h>
24 #include <binder/IInterface.h>
H A DStatus.h23 #include <binder/Parcel.h>
27 namespace binder { namespace in namespace:android
35 // binder::Status remote_exception;
41 // // Something has gone wrong in the binder driver or libbinder.
69 // This is special, and indicates to C++ binder proxies that the
156 } // namespace binder
/frameworks/native/services/thermalservice/
H A Dthermalserviced.cpp25 #include <binder/IPCThreadState.h>
26 #include <binder/IServiceManager.h>
102 // to come back on the binder death notification thread and we need
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DLocalOnlyHotspotRequestInfo.java53 LocalOnlyHotspotRequestInfo(@NonNull IBinder binder, @NonNull Messenger messenger, argument
56 mBinder = Preconditions.checkNotNull(binder);
68 * Allow caller to unlink this object from binder death.
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiLockManagerTest.java75 private void acquireWifiLockSuccessful(int lockMode, String tag, IBinder binder, WorkSource ws) argument
80 assertTrue(mWifiLockManager.acquireWifiLock(lockMode, tag, binder, ws));
83 InOrder inOrder = inOrder(binder, mBatteryStats);
84 inOrder.verify(binder).linkToDeath(deathRecipient.capture(), eq(0));
88 private void releaseWifiLockSuccessful(IBinder binder) throws Exception { argument
92 assertTrue(mWifiLockManager.releaseWifiLock(binder));
93 InOrder inOrder = inOrder(binder, mBatteryStats);
94 inOrder.verify(binder).unlinkToDeath(deathRecipient.capture(), eq(0));
132 * binder instance.
/frameworks/base/services/tests/uiservicestests/src/com/android/server/slice/
H A DPinnedSliceStateTest.java143 IBinder binder = mock(IBinder.class);
144 when(binder.isBinderAlive()).thenReturn(true);
145 when(listener.asBinder()).thenReturn(binder);
148 mPinnedSliceManager.pin(mContext.getPackageName(), FIRST_SPECS, binder);
152 verify(binder).linkToDeath(arg.capture(), anyInt());
154 when(binder.isBinderAlive()).thenReturn(false);
/frameworks/native/cmds/cmd/
H A Dcmd.cpp20 #include <binder/Parcel.h>
21 #include <binder/ProcessState.h>
22 #include <binder/IResultReceiver.h>
23 #include <binder/IServiceManager.h>
24 #include <binder/IShellCallback.h>
25 #include <binder/TextOutput.h>
172 // a binder thread from userspace when we call startThreadPool().
/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_smoke_test.cpp56 binder::Status onProgressUpdated(int32_t progress) override {
58 return binder::Status::ok();
60 binder::Status onMaxProgressUpdated(int32_t max_progress) override {
62 return binder::Status::ok();
64 binder::Status onSectionComplete(const ::std::string& name, int32_t status, int32_t size_bytes,
67 return binder::Status::ok();
/frameworks/native/libs/sensor/
H A DSensorManager.cpp29 #include <binder/IBinder.h>
30 #include <binder/IPermissionController.h>
31 #include <binder/IServiceManager.h>
64 sp<IBinder> binder = defaultServiceManager()->getService(String16("permission")); local
65 if (binder != 0) {
68 interface_cast<IPermissionController>(binder)->getPackagesForUid(uid, packages);
140 // Ping binder to check if sensorservice is alive.
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DViewDataBinding.java947 protected static void setBindingInverseListener(ViewDataBinding binder, argument
951 binder.removeOnPropertyChangedCallback(
955 binder.addOnPropertyChangedCallback(listener);
1153 public WeakListener(ViewDataBinding binder, int localFieldId, argument
1155 super(binder);
1183 ViewDataBinding binder = get();
1184 if (binder == null) {
1185 unregister(); // The binder is dead
1187 return binder;
1195 public WeakPropertyListener(ViewDataBinding binder, in argument
1232 WeakListListener(ViewDataBinding binder, int localFieldId) argument
1290 WeakMapListener(ViewDataBinding binder, int localFieldId) argument
[all...]
/frameworks/av/camera/ndk/impl/
H A DACameraDevice.h71 binder::Status onDeviceError(int32_t errorCode,
73 binder::Status onDeviceIdle() override;
74 binder::Status onCaptureStarted(const CaptureResultExtras& resultExtras,
76 binder::Status onResultReceived(const CameraMetadata& metadata,
79 binder::Status onPrepared(int streamId) override;
80 binder::Status onRequestQueueEmpty() override;
81 binder::Status onRepeatingRequestError(int64_t lastFrameNumber,
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDrm.cpp22 #include <binder/IServiceManager.h>
35 sp<IBinder> binder = sm->getService(String16("media.drm")); local
36 ALOGV("CreateDrm binder %p", (binder != NULL ? binder.get() : 0));
38 sp<IMediaDrmService> service = interface_cast<IMediaDrmService>(binder);
63 sp<IBinder> binder = sm->getService(String16("media.drm")); local
65 sp<IMediaDrmService> service = interface_cast<IMediaDrmService>(binder);
/frameworks/base/core/jni/
H A Dandroid_os_HwBinder.cpp71 sp<JHwBinder> binder = mBinder.promote(); local
73 if (binder == NULL) {
74 binder = new JHwBinder(env, obj);
75 mBinder = binder;
78 return binder;
270 sp<hardware::IBinder> binder = JHwBinder::GetNativeBinder(env, thiz); local
273 sp<hidl::base::V1_0::IBase> base = new hidl::base::V1_0::BpHwBase(binder);

Completed in 345 milliseconds

<<11121314151617181920>>